Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramywu2007-04-10 17:03:52 +0000
committeramywu2007-04-10 17:03:52 +0000
commit19526ad0e38a9c4249213fdc2773ea107e64332a (patch)
tree185f60e9c01ff35d0c1ca354c210f19926cc3bc7 /bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java
parentf5cd8b37a138fd0109776f0919c819e68e8db26e (diff)
downloadwebtools.sourceediting-19526ad0e38a9c4249213fdc2773ea107e64332a.tar.gz
webtools.sourceediting-19526ad0e38a9c4249213fdc2773ea107e64332a.tar.xz
webtools.sourceediting-19526ad0e38a9c4249213fdc2773ea107e64332a.zip
[181799] update copyright comments for all sse code
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java
index 6a484dc6a7..c24959a796 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/JSP11TLDNames.java
@@ -1,10 +1,10 @@
/*******************************************************************************
- * Copyright (c) 2004 IBM Corporation and others.
+ * Copyright (c) 2004, 2005 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
*******************************************************************************/
@@ -46,4 +46,4 @@ public interface JSP11TLDNames {
String FALSE = "false"; //$NON-NLS-1$
String YES = "yes"; //$NON-NLS-1$
String NO = "no"; //$NON-NLS-1$
-} \ No newline at end of file
+}

Back to the top