Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-04-29 18:33:40 +0000
committerChris Goldthorpe2008-04-29 18:33:40 +0000
commitd018ed52eaf549368ad1eaed4dd377ef7275996b (patch)
tree497d37d047f694dd5bf5859b79b26176574c77ff
parent635596eece1bb662806f6c85334c477ff27523cf (diff)
downloadeclipse.platform.ua-d018ed52eaf549368ad1eaed4dd377ef7275996b.tar.gz
eclipse.platform.ua-d018ed52eaf549368ad1eaed4dd377ef7275996b.tar.xz
eclipse.platform.ua-d018ed52eaf549368ad1eaed4dd377ef7275996b.zip
Add copyright
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/internal/validation/TocValidator.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/internal/validation/TocValidator.java b/org.eclipse.help.base/src/org/eclipse/help/internal/validation/TocValidator.java
index cc116bbc5..7b523bf0e 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/internal/validation/TocValidator.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/internal/validation/TocValidator.java
@@ -19,6 +19,17 @@ import org.eclipse.help.internal.toc.TocFile;
import org.eclipse.help.internal.toc.TocFileParser;
import org.xml.sax.SAXException;
+/*******************************************************************************
+ * Copyright (c) 2007 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
public class TocValidator {
private static final boolean DEBUG = false;

Back to the top