Author: markt Date: Sun Nov 23 22:41:00 2014 New Revision: 1641262 URL: http://svn.apache.org/r1641262 Log: RAT fixes - add missing headers
Modified: tomcat/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer tomcat/trunk/test/webapp/index.html tomcat/trunk/test/webapp/index.html.gz Modified: tomcat/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer URL: http://svn.apache.org/viewvc/tomcat/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer?rev=1641262&r1=1641261&r2=1641262&view=diff ============================================================================== --- tomcat/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer (original) +++ tomcat/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer Sun Nov 23 22:41:00 2014 @@ -1,2 +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. + # SCIs that should be added when running tests org.apache.jasper.servlet.JasperInitializer \ No newline at end of file Modified: tomcat/trunk/test/webapp/index.html URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/index.html?rev=1641262&r1=1641261&r2=1641262&view=diff ============================================================================== --- tomcat/trunk/test/webapp/index.html (original) +++ tomcat/trunk/test/webapp/index.html Sun Nov 23 22:41:00 2014 @@ -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. +--> <html> <head> <title>Index page</title> Modified: tomcat/trunk/test/webapp/index.html.gz URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/index.html.gz?rev=1641262&r1=1641261&r2=1641262&view=diff ============================================================================== Binary files - no diff available. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org