Author: markt
Date: Sun Sep 2 12:37:46 2007
New Revision: 572126
URL: http://svn.apache.org/viewvc?rev=572126&view=rev
Log:
Run insert_license.pl on connectors
Modified:
tomcat/connectors/trunk/.classpath
tomcat/connectors/trunk/.project
tomcat/connectors/trunk/README.txt
tomcat/connectors/trunk/RELEASE-NOTES.txt
tomcat/connectors/trunk/build.xml
Modified: tomcat/connectors/trunk/.classpath
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/.classpath?rev=572126&r1=572125&r2=572126&view=diff
==============================================================================
--- tomcat/connectors/trunk/.classpath (original)
+++ tomcat/connectors/trunk/.classpath Sun Sep 2 12:37:46 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/coyote/tomcat3/|org/apache/coyote/tomcat4/" kind="src"
path="coyote/src/java"/>
<classpathentry kind="src" path="http11/src/java"/>
Modified: tomcat/connectors/trunk/.project
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/.project?rev=572126&r1=572125&r2=572126&view=diff
==============================================================================
--- tomcat/connectors/trunk/.project (original)
+++ tomcat/connectors/trunk/.project Sun Sep 2 12:37:46 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>connectors</name>
<comment></comment>
Modified: tomcat/connectors/trunk/README.txt
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/README.txt?rev=572126&r1=572125&r2=572126&view=diff
==============================================================================
--- tomcat/connectors/trunk/README.txt (original)
+++ tomcat/connectors/trunk/README.txt Sun Sep 2 12:37:46 2007
@@ -1,3 +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.
+
Tomcat Connector
This package contains only the tomcat connector:
Modified: tomcat/connectors/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/RELEASE-NOTES.txt?rev=572126&r1=572125&r2=572126&view=diff
==============================================================================
--- tomcat/connectors/trunk/RELEASE-NOTES.txt (original)
+++ tomcat/connectors/trunk/RELEASE-NOTES.txt Sun Sep 2 12:37:46 2007
@@ -1,3 +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.
+
Tomcat Connectors Version @VERSION@
Release Notes
Modified: tomcat/connectors/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/build.xml?rev=572126&r1=572125&r2=572126&view=diff
==============================================================================
--- tomcat/connectors/trunk/build.xml (original)
+++ tomcat/connectors/trunk/build.xml Sun Sep 2 12:37:46 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="Jtc" default="dist" basedir=".">
<!-- ========== Initialize Properties ===================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]