Author: markt Date: Thu Jan 7 16:22:24 2010 New Revision: 896916 URL: http://svn.apache.org/viewvc?rev=896916&view=rev Log: Add missing license headers
Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestGenerator.java tomcat/trunk/test/org/apache/jasper/compiler/TestValidator.java tomcat/trunk/test/webapp/WEB-INF/tags/echo-double.tag tomcat/trunk/test/webapp/WEB-INF/tags/echo-long.tag tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag tomcat/trunk/test/webapp/bug45451.jspf tomcat/trunk/test/webapp/bug45451b.jsp tomcat/trunk/test/webapp/bug45451c.jsp tomcat/trunk/test/webapp/bug45451d.jspx Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestGenerator.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TestGenerator.java?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/jasper/compiler/TestGenerator.java (original) +++ tomcat/trunk/test/org/apache/jasper/compiler/TestGenerator.java Thu Jan 7 16:22:24 2010 @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.jasper.compiler; import java.io.File; Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestValidator.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TestValidator.java?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/jasper/compiler/TestValidator.java (original) +++ tomcat/trunk/test/org/apache/jasper/compiler/TestValidator.java Thu Jan 7 16:22:24 2010 @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.jasper.compiler; import java.io.File; Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo-double.tag URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/tags/echo-double.tag?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/WEB-INF/tags/echo-double.tag (original) +++ tomcat/trunk/test/webapp/WEB-INF/tags/echo-double.tag Thu Jan 7 16:22:24 2010 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ tag %><%@ attribute name="echo" type="java.lang.Double"%><%@ attribute name="index" type="java.lang.String" %><p>${index}-${echo}</p> \ No newline at end of file Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo-long.tag URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/tags/echo-long.tag?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/WEB-INF/tags/echo-long.tag (original) +++ tomcat/trunk/test/webapp/WEB-INF/tags/echo-long.tag Thu Jan 7 16:22:24 2010 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ tag %><%@ attribute name="echo" type="java.lang.Long"%><%@ attribute name="index" type="java.lang.String" %><p>${index}-${echo}</p> \ No newline at end of file Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag (original) +++ tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag Thu Jan 7 16:22:24 2010 @@ -1 +1,17 @@ +<%-- + 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. +--%> <%@ tag %><%@ attribute name="echo" type="java.lang.String"%><p>${echo}</p> \ No newline at end of file Modified: tomcat/trunk/test/webapp/bug45451.jspf URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45451.jspf?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/bug45451.jspf (original) +++ tomcat/trunk/test/webapp/bug45451.jspf Thu Jan 7 16:22:24 2010 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <p>00-${1+1}</p> <p>01-\${1+1}</p> <p>02-\\${1+1}</p> Modified: tomcat/trunk/test/webapp/bug45451b.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45451b.jsp?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/bug45451b.jsp (original) +++ tomcat/trunk/test/webapp/bug45451b.jsp Thu Jan 7 16:22:24 2010 @@ -1,2 +1,18 @@ +<%-- + 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. +--%> <%...@page isELIgnored="false" %> <%@ include file="bug45451.jspf" %> Modified: tomcat/trunk/test/webapp/bug45451c.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45451c.jsp?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/bug45451c.jsp (original) +++ tomcat/trunk/test/webapp/bug45451c.jsp Thu Jan 7 16:22:24 2010 @@ -1,2 +1,18 @@ +<%-- + 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. +--%> <%...@page isELIgnored="true" %> <%@ include file="bug45451.jspf" %> Modified: tomcat/trunk/test/webapp/bug45451d.jspx URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45451d.jspx?rev=896916&r1=896915&r2=896916&view=diff ============================================================================== --- tomcat/trunk/test/webapp/bug45451d.jspx (original) +++ tomcat/trunk/test/webapp/bug45451d.jspx Thu Jan 7 16:22:24 2010 @@ -1,3 +1,19 @@ +<!-- + 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. +--> <jsp:root xmlns:bug45451="urn:jsptagdir:/WEB-INF/tags/bug45451" xmlns:jsp="http://java.sun.com/JSP/Page" version="2.2" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org