diff options
-rw-r--r-- | org.eclipse.help.base/src/org/eclipse/help/internal/xhtml/XHTMLCharsetHandler.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/internal/xhtml/XHTMLCharsetHandler.java b/org.eclipse.help.base/src/org/eclipse/help/internal/xhtml/XHTMLCharsetHandler.java index fb636b1b0..6b4c1f8e3 100644 --- a/org.eclipse.help.base/src/org/eclipse/help/internal/xhtml/XHTMLCharsetHandler.java +++ b/org.eclipse.help.base/src/org/eclipse/help/internal/xhtml/XHTMLCharsetHandler.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2006 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 + *******************************************************************************/ package org.eclipse.help.internal.xhtml; import org.eclipse.help.internal.dynamic.DOMProcessorHandler; |