Author: kkolinko Date: Mon Jun 7 23:42:24 2010 New Revision: 952487 URL: http://svn.apache.org/viewvc?rev=952487&view=rev Log: CTR: add ASL license comment to the *.bat files
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/cpappend.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/service.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.bat tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.bat Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Start/Stop Script for the CATALINA Server Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/cpappend.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/cpappend.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/cpappend.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/cpappend.bat Mon Jun 7 23:42:24 2010 @@ -1,3 +1,18 @@ +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + rem --------------------------------------------------------------------------- rem Append to CLASSPATH rem Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Script to digest password using the algorithm specified Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/service.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/service.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/service.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/service.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem NT Service Install/Uninstall script Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.bat Mon Jun 7 23:42:24 2010 @@ -1,3 +1,18 @@ +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + rem --------------------------------------------------------------------------- rem Set CLASSPATH and Java options rem Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Stop script for the CATALINA Server Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Start script for the CATALINA Server Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Wrapper script for command line tools Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.bat URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.bat?rev=952487&r1=952486&r2=952487&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.bat (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.bat Mon Jun 7 23:42:24 2010 @@ -1,4 +1,19 @@ @echo off +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Version script for the CATALINA Server --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org