From cd08d8cf1cc9bef54bf74c41357352d114e5416e Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 5 Aug 2007 03:48:09 +0000 Subject: [PATCH] Add missing licence header to all files in res git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@562813 13f79535-47bb-0310-9956-ffa450edef68 --- res/confinstall/server_1.xml | 17 ++ res/confinstall/tomcat-users_1.xml | 16 ++ res/maven/annotations-api.pom | 29 +++- res/maven/catalina-ha.pom | 95 ++++++----- res/maven/catalina.pom | 87 ++++++---- res/maven/coyote.pom | 71 +++++--- res/maven/el-api.pom | 31 +++- res/maven/jasper-el.pom | 19 ++- res/maven/jasper-jdt.pom | 31 +++- res/maven/jasper.pom | 119 +++++++------ res/maven/jsp-api.pom | 59 ++++--- res/maven/juli-adapters.pom | 59 ++++--- res/maven/juli-extras.pom | 31 +++- res/maven/juli.pom | 31 +++- res/maven/mvn-pub.xml | 340 +++++++++++++++++++------------------ res/maven/mvn.properties.default | 71 +++++--- res/maven/servlet-api.pom | 31 +++- res/maven/tribes.pom | 47 +++-- res/tomcat.nsi | 14 ++ res/welcome.bin.html | 16 ++ res/welcome.main.html | 16 ++ 21 files changed, 789 insertions(+), 441 deletions(-) diff --git a/res/confinstall/server_1.xml b/res/confinstall/server_1.xml index 110f96885..f997fb786 100644 --- a/res/confinstall/server_1.xml +++ b/res/confinstall/server_1.xml @@ -1,3 +1,20 @@ + + diff --git a/res/maven/annotations-api.pom b/res/maven/annotations-api.pom index d1c1f13e5..8b24b9cf4 100644 --- a/res/maven/annotations-api.pom +++ b/res/maven/annotations-api.pom @@ -1,7 +1,24 @@ - - 4.0.0 - org.apache.tomcat - annotations-api - @MAVEN.DEPLOY.VERSION@ - Annotations Package + + + + 4.0.0 + org.apache.tomcat + annotations-api + @MAVEN.DEPLOY.VERSION@ + Annotations Package \ No newline at end of file diff --git a/res/maven/catalina-ha.pom b/res/maven/catalina-ha.pom index 5c1ab5d33..92685fc4b 100644 --- a/res/maven/catalina-ha.pom +++ b/res/maven/catalina-ha.pom @@ -1,39 +1,56 @@ - - 4.0.0 - org.apache.tomcat - catalina-ha - @MAVEN.DEPLOY.VERSION@ - Tomcat High Availability Implementation - - - org.apache.tomcat - coyote - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - juli - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - tribes - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - catalina - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat + catalina-ha + @MAVEN.DEPLOY.VERSION@ + Tomcat High Availability Implementation + + + org.apache.tomcat + coyote + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + tribes + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/catalina.pom b/res/maven/catalina.pom index b2c669b68..1586f96dd 100644 --- a/res/maven/catalina.pom +++ b/res/maven/catalina.pom @@ -1,35 +1,52 @@ - - 4.0.0 - org.apache.tomcat - catalina - @MAVEN.DEPLOY.VERSION@ - Tomcat Servlet Engine Core Classes and Standard implementations - - - - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - juli - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - annotations-api - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + Tomcat Servlet Engine Core Classes and Standard implementations + + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + annotations-api + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/coyote.pom b/res/maven/coyote.pom index e6502a3dd..e8727ad24 100644 --- a/res/maven/coyote.pom +++ b/res/maven/coyote.pom @@ -1,27 +1,44 @@ - - 4.0.0 - org.apache.tomcat - coyote - @MAVEN.DEPLOY.VERSION@ - Tomcat Connectors and HTTP parser - - - org.apache.tomcat - catalina - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - juli - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat + coyote + @MAVEN.DEPLOY.VERSION@ + Tomcat Connectors and HTTP parser + + + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/el-api.pom b/res/maven/el-api.pom index b6790833b..637648fa5 100644 --- a/res/maven/el-api.pom +++ b/res/maven/el-api.pom @@ -1,7 +1,24 @@ - - 4.0.0 - org.apache.tomcat - el-api - @MAVEN.DEPLOY.VERSION@ - Expression language package - + + + + 4.0.0 + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + Expression language package + diff --git a/res/maven/jasper-el.pom b/res/maven/jasper-el.pom index 692cc9551..dee9205b4 100644 --- a/res/maven/jasper-el.pom +++ b/res/maven/jasper-el.pom @@ -1,4 +1,21 @@ - + + + 4.0.0 org.apache.tomcat jasper-el diff --git a/res/maven/jasper-jdt.pom b/res/maven/jasper-jdt.pom index 9c2f50646..5aaed2270 100644 --- a/res/maven/jasper-jdt.pom +++ b/res/maven/jasper-jdt.pom @@ -1,7 +1,24 @@ - - 4.0.0 - org.apache.tomcat - jasper-jdt - @MAVEN.DEPLOY.VERSION@ - Jasper javac compiler extension for Eclipse JDT - + + + + 4.0.0 + org.apache.tomcat + jasper-jdt + @MAVEN.DEPLOY.VERSION@ + Jasper javac compiler extension for Eclipse JDT + diff --git a/res/maven/jasper.pom b/res/maven/jasper.pom index c6d258e33..6fdcf6f16 100644 --- a/res/maven/jasper.pom +++ b/res/maven/jasper.pom @@ -1,51 +1,68 @@ - - 4.0.0 - org.apache.tomcat - jasper - @MAVEN.DEPLOY.VERSION@ - Tomcats JSP Parser - - - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - juli - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - jsp-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - catalina - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - el-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - jasper-jdt - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - jasper-el - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat + jasper + @MAVEN.DEPLOY.VERSION@ + Tomcats JSP Parser + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + jsp-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + catalina + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + jasper-jdt + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + jasper-el + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/jsp-api.pom b/res/maven/jsp-api.pom index 186018bbc..d96a5e6c6 100644 --- a/res/maven/jsp-api.pom +++ b/res/maven/jsp-api.pom @@ -1,21 +1,38 @@ - - 4.0.0 - org.apache.tomcat - jsp-api - @MAVEN.DEPLOY.VERSION@ - JSP package - - - org.apache.tomcat - el-api - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat + jsp-api + @MAVEN.DEPLOY.VERSION@ + JSP package + + + org.apache.tomcat + el-api + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/juli-adapters.pom b/res/maven/juli-adapters.pom index 6fb12ebaf..81bfddcef 100644 --- a/res/maven/juli-adapters.pom +++ b/res/maven/juli-adapters.pom @@ -1,21 +1,38 @@ - - 4.0.0 - org.apache.tomcat.extras - juli-adapters - @MAVEN.DEPLOY.VERSION@ - Adapters to plug in other logging frameworks in Tomcat - - - org.apache.tomcat.extras - juli - @MAVEN.DEPLOY.VERSION@ - compile - - - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat.extras + juli-adapters + @MAVEN.DEPLOY.VERSION@ + Adapters to plug in other logging frameworks in Tomcat + + + org.apache.tomcat.extras + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/juli-extras.pom b/res/maven/juli-extras.pom index 10fa0afe1..aabdebe7e 100644 --- a/res/maven/juli-extras.pom +++ b/res/maven/juli-extras.pom @@ -1,7 +1,24 @@ - - 4.0.0 - org.apache.tomcat.extras - juli - @MAVEN.DEPLOY.VERSION@ - Replacement for Tomcat Core Logging Package - + + + + 4.0.0 + org.apache.tomcat.extras + juli + @MAVEN.DEPLOY.VERSION@ + Replacement for Tomcat Core Logging Package + diff --git a/res/maven/juli.pom b/res/maven/juli.pom index 22ddb975a..b7699de7a 100644 --- a/res/maven/juli.pom +++ b/res/maven/juli.pom @@ -1,7 +1,24 @@ - - 4.0.0 - org.apache.tomcat - juli - @MAVEN.DEPLOY.VERSION@ - Tomcat Core Logging Package - + + + + 4.0.0 + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + Tomcat Core Logging Package + diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index e7a96f194..679477382 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -1,162 +1,178 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index 1d0aa34fc..8681da129 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -1,28 +1,43 @@ -#Maven properties -maven.home=/development/maven-2.0.4 -#Define mvn for Unix systems and mvn.bat for Windows as ANT exec requires the full name -maven.bin=mvn - -#Maven snapshot properties -maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository -maven.snapshot.repo.repositoryId=apache.snapshots -maven.snapshot.deploy.version=6.0.X-SNAPSHOT - -#Maven release properties for Tomcat staging -maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository -maven.release.repo.repositoryId=tomcat-staging -maven.release.deploy.version=6.0.8 - -#Maven release properties for the main ASF repo -maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository -maven.asf.release.repo.repositoryId=apache.releases -maven.asf.release.deploy.version=6.0.8 - - -#Where do we load the libraries from -tomcat.lib.path=../../output/build/lib -tomcat.bin.path=../../output/build/bin -tomcat.extras.path=../../output/extras - -#Where do we find the POM files -tomcat.pom.path=../../res/maven +# 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. + +#Maven properties +maven.home=/development/maven-2.0.4 +#Define mvn for Unix systems and mvn.bat for Windows as ANT exec requires the full name +maven.bin=mvn + +#Maven snapshot properties +maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository +maven.snapshot.repo.repositoryId=apache.snapshots +maven.snapshot.deploy.version=6.0.X-SNAPSHOT + +#Maven release properties for Tomcat staging +maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository +maven.release.repo.repositoryId=tomcat-staging +maven.release.deploy.version=6.0.8 + +#Maven release properties for the main ASF repo +maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository +maven.asf.release.repo.repositoryId=apache.releases +maven.asf.release.deploy.version=6.0.8 + + +#Where do we load the libraries from +tomcat.lib.path=../../output/build/lib +tomcat.bin.path=../../output/build/bin +tomcat.extras.path=../../output/extras + +#Where do we find the POM files +tomcat.pom.path=../../res/maven diff --git a/res/maven/servlet-api.pom b/res/maven/servlet-api.pom index 23a232372..9a3b2f648 100644 --- a/res/maven/servlet-api.pom +++ b/res/maven/servlet-api.pom @@ -1,7 +1,24 @@ - - 4.0.0 - org.apache.tomcat - servlet-api - @MAVEN.DEPLOY.VERSION@ - javax.servlet package - + + + + 4.0.0 + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + javax.servlet package + diff --git a/res/maven/tribes.pom b/res/maven/tribes.pom index 4661a0213..490a70db6 100644 --- a/res/maven/tribes.pom +++ b/res/maven/tribes.pom @@ -1,15 +1,32 @@ - - 4.0.0 - org.apache.tomcat - tribes - @MAVEN.DEPLOY.VERSION@ - Tomcat Group Communication Package - - - org.apache.tomcat - juli - @MAVEN.DEPLOY.VERSION@ - compile - - - + + + + 4.0.0 + org.apache.tomcat + tribes + @MAVEN.DEPLOY.VERSION@ + Tomcat Group Communication Package + + + org.apache.tomcat + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 27522aabd..c3fbfd0cf 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -1,3 +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. ; Tomcat script for Nullsoft Installer ; $Id$ diff --git a/res/welcome.bin.html b/res/welcome.bin.html index e8f48a1b6..ce5c631c1 100644 --- a/res/welcome.bin.html +++ b/res/welcome.bin.html @@ -1,3 +1,19 @@ + Apache Tomcat @VERSION@ diff --git a/res/welcome.main.html b/res/welcome.main.html index 178dea69c..f766f3ece 100644 --- a/res/welcome.main.html +++ b/res/welcome.main.html @@ -1,3 +1,19 @@ + Apache Tomcat @VERSION@ -- 2.11.0