From 96e508488f8fa5fb941abfc42d7d51eaa4acee56 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 4 Aug 2007 22:08:32 +0000 Subject: [PATCH] Fix results of running the license checking tool. Some of these are border line, but better to have the license present than not. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@562769 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 16 ++++++++++++++++ .project | 16 ++++++++++++++++ BUILDING.txt | 17 +++++++++++++++++ RELEASE-NOTES | 21 ++++++++++++++++++--- RELEASE-PLAN-6.0.txt | 18 ++++++++++++++++++ RUNNING.txt | 17 +++++++++++++++++ build.properties.default | 15 +++++++++++++++ build.xml | 16 ++++++++++++++++ dist.xml | 16 ++++++++++++++++ extras.xml | 16 ++++++++++++++++ 10 files changed, 165 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 5abd7e082..2e27326fb 100644 --- a/.classpath +++ b/.classpath @@ -1,4 +1,20 @@ + diff --git a/.project b/.project index dbd75b8d5..cef40db4f 100644 --- a/.project +++ b/.project @@ -1,4 +1,20 @@ + tomcat6 diff --git a/BUILDING.txt b/BUILDING.txt index 58c710712..1ca96e314 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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. +================================================================================ + $Id$ ==================================================== diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 86b3b1df0..d2f41c5b6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,12 +1,27 @@ +================================================================================ + 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. +================================================================================ + +$Id$ Apache Tomcat Version @VERSION@ Release Notes -$Id$ - - ============================= KNOWN ISSUES IN THIS RELEASE: ============================= diff --git a/RELEASE-PLAN-6.0.txt b/RELEASE-PLAN-6.0.txt index a9da60c60..06748ab03 100644 --- a/RELEASE-PLAN-6.0.txt +++ b/RELEASE-PLAN-6.0.txt @@ -1,5 +1,23 @@ +================================================================================ + 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. +================================================================================ + $Id$ + Release Plan for Apache Tomcat 6.0 ================================== diff --git a/RUNNING.txt b/RUNNING.txt index 1064b9686..b9488cdda 100644 --- a/RUNNING.txt +++ b/RUNNING.txt @@ -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. +================================================================================ + $Id: RUNNING.txt 354430 2005-12-06 13:44:26Z yoavs $ =================================================== diff --git a/build.properties.default b/build.properties.default index 060de7c0c..23610c50f 100644 --- a/build.properties.default +++ b/build.properties.default @@ -1,4 +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. +# ----------------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize building diff --git a/build.xml b/build.xml index 59c0e9677..89ef4c362 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,20 @@ + diff --git a/dist.xml b/dist.xml index 66e020b7c..231096427 100644 --- a/dist.xml +++ b/dist.xml @@ -1,4 +1,20 @@ + diff --git a/extras.xml b/extras.xml index e343e33a0..81ee99b4c 100644 --- a/extras.xml +++ b/extras.xml @@ -1,4 +1,20 @@ + -- 2.11.0