Author: markt Date: Sun Sep 2 14:18:50 2007 New Revision: 572162 URL: http://svn.apache.org/viewvc?rev=572162&view=rev Log: Update license headers in container
Modified: tomcat/container/tc5.5.x/.classpath tomcat/container/tc5.5.x/.project tomcat/container/tc5.5.x/Tomcat5.5.launch tomcat/container/tc5.5.x/build.xml Modified: tomcat/container/tc5.5.x/.classpath URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/.classpath?rev=572162&r1=572161&r2=572162&view=diff ============================================================================== --- tomcat/container/tc5.5.x/.classpath (original) +++ tomcat/container/tc5.5.x/.classpath Sun Sep 2 14:18:50 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <classpath> <classpathentry excluding="org/apache/naming/factory/MailSessionFactory.java|org/apache/naming/factory/SendMailFactory.java" kind="src" path="catalina/src/share"/> <classpathentry kind="src" path="modules/cluster/src/share"/> Modified: tomcat/container/tc5.5.x/.project URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/.project?rev=572162&r1=572161&r2=572162&view=diff ============================================================================== --- tomcat/container/tc5.5.x/.project (original) +++ tomcat/container/tc5.5.x/.project Sun Sep 2 14:18:50 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <projectDescription> <name>container</name> <comment></comment> Modified: tomcat/container/tc5.5.x/Tomcat5.5.launch URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/Tomcat5.5.launch?rev=572162&r1=572161&r2=572162&view=diff ============================================================================== --- tomcat/container/tc5.5.x/Tomcat5.5.launch (original) +++ tomcat/container/tc5.5.x/Tomcat5.5.launch Sun Sep 2 14:18:50 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.catalina.startup.Catalina"/> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="start"/> Modified: tomcat/container/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/build.xml?rev=572162&r1=572161&r2=572162&view=diff ============================================================================== --- tomcat/container/tc5.5.x/build.xml (original) +++ tomcat/container/tc5.5.x/build.xml Sun Sep 2 14:18:50 2007 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + 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. +--> <project name="Catalina 2.0" default="deploy" basedir="."> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]