Author: xiaming
Date: Thu Dec 15 17:29:36 2011
New Revision: 1214882
URL: http://svn.apache.org/viewvc?rev=1214882&view=rev
Log:
Add missing ASF license header though these files are auto generated by tools
Modified:
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParser.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserConstants.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTokenManager.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTreeConstants.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/JJTELParserState.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ParseException.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/SimpleCharStream.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/Token.java
geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/TokenMgrError.java
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParser.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParser.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParser.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParser.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JJTree&JavaCC: Do not edit this line. ELParser.java */
package org.apache.el.parser;
import java.io.StringReader;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserConstants.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserConstants.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserConstants.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserConstants.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JJTree&JavaCC: Do not edit this line. ELParserConstants.java */
package org.apache.el.parser;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTokenManager.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTokenManager.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTokenManager.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTokenManager.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JJTree&JavaCC: Do not edit this line. ELParserTokenManager.java */
package org.apache.el.parser;
import java.io.StringReader;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTreeConstants.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTreeConstants.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTreeConstants.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ELParserTreeConstants.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JavaCC: Do not edit this line. ELParserTreeConstants.java Version 5.0 */
package org.apache.el.parser;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/JJTELParserState.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/JJTELParserState.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/JJTELParserState.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/JJTELParserState.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JavaCC: Do not edit this line. JJTELParserState.java Version 5.0 */
package org.apache.el.parser;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ParseException.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ParseException.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ParseException.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/ParseException.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 5.0 */
/* JavaCCOptions:KEEP_LINE_COL=null */
package org.apache.el.parser;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/SimpleCharStream.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/SimpleCharStream.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/SimpleCharStream.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/SimpleCharStream.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 5.0 */
/* JavaCCOptions:STATIC=false,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package org.apache.el.parser;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/Token.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/Token.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/Token.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/Token.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JavaCC: Do not edit this line. Token.java Version 5.0 */
/* JavaCCOptions:TOKEN_EXTENDS=,KEEP_LINE_COL=null,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package org.apache.el.parser;
Modified: geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/TokenMgrError.java
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/TokenMgrError.java?rev=1214882&r1=1214881&r2=1214882&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/TokenMgrError.java
(original)
+++ geronimo/external/trunk/tomcat-parent-6.0.35/jasper-el/src/main/java/org/apache/el/parser/TokenMgrError.java
Thu Dec 15 17:29:36 2011
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 5.0 */
/* JavaCCOptions: */
package org.apache.el.parser;
|