Author: markt Date: Wed Sep 27 20:02:43 2017 New Revision: 1809918 URL: http://svn.apache.org/viewvc?rev=1809918&view=rev Log: Review current RAT failures Add license header to manifest files
Modified: tomcat/tc8.0.x/trunk/res/META-INF/jasper.jar/services/javax.servlet.ServletContainerInitializer tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.servlet.ServletContainerInitializer tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.ContainerProvider tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator Modified: tomcat/tc8.0.x/trunk/res/META-INF/jasper.jar/services/javax.servlet.ServletContainerInitializer URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/META-INF/jasper.jar/services/javax.servlet.ServletContainerInitializer?rev=1809918&r1=1809917&r2=1809918&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/res/META-INF/jasper.jar/services/javax.servlet.ServletContainerInitializer (original) +++ tomcat/tc8.0.x/trunk/res/META-INF/jasper.jar/services/javax.servlet.ServletContainerInitializer Wed Sep 27 20:02:43 2017 @@ -1 +1,16 @@ +# 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. + org.apache.jasper.servlet.JasperInitializer \ No newline at end of file Modified: tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.servlet.ServletContainerInitializer URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.servlet.ServletContainerInitializer?rev=1809918&r1=1809917&r2=1809918&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.servlet.ServletContainerInitializer (original) +++ tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.servlet.ServletContainerInitializer Wed Sep 27 20:02:43 2017 @@ -1 +1,16 @@ +# 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. + org.apache.tomcat.websocket.server.WsSci \ No newline at end of file Modified: tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.ContainerProvider URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.ContainerProvider?rev=1809918&r1=1809917&r2=1809918&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.ContainerProvider (original) +++ tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.ContainerProvider Wed Sep 27 20:02:43 2017 @@ -1 +1,16 @@ +# 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. + org.apache.tomcat.websocket.WsContainerProvider \ No newline at end of file Modified: tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig%24Configurator?rev=1809918&r1=1809917&r2=1809918&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator (original) +++ tomcat/tc8.0.x/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator Wed Sep 27 20:02:43 2017 @@ -1 +1,16 @@ +# 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. + org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org