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.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-08-24 14:50:31 +0000
committernitind2005-08-24 14:50:31 +0000
commit8d3be7fb5b315ead31a7a8169736e071fed6e8c6 (patch)
tree6dbc8f91e7283be9124e13e6dbddce8b49939308 /bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java
parent2f97cc4a4d1967607f3a25d5112c18d8cddb2595 (diff)
downloadwebtools.sourceediting-8d3be7fb5b315ead31a7a8169736e071fed6e8c6.tar.gz
webtools.sourceediting-8d3be7fb5b315ead31a7a8169736e071fed6e8c6.tar.xz
webtools.sourceediting-8d3be7fb5b315ead31a7a8169736e071fed6e8c6.zip
[107845] Incorrect copyrights in org/eclipse/jst/jsp/core/internal/java/jspel/ELGenerator.java
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java
index 89e6fb89e3..7159820f62 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/jspel/Token.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2005 BEA Systems 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:
+ * BEA Systems - initial implementation
+ *
+ *******************************************************************************/
/* Generated By:JavaCC: Do not edit this line. Token.java Version 3.0 */
package org.eclipse.jst.jsp.core.internal.java.jspel;

Back to the top