Author: kkolinko
Date: Mon Jun 7 23:54:51 2010
New Revision: 952492
URL: http://svn.apache.org/viewvc?rev=952492&view=rev
Log:
CTR: add ASL license comment to the *.sh files and to a *.properties file
Modified:
tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/launcher.properties
tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.sh
tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.sh
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/catalina.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Start/Stop Script for the CATALINA Server
#
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/digest.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Script to digest password using the algorithm specified
#
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/launcher.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/launcher.properties?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/launcher.properties
(original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/launcher.properties Mon Jun
7 23:54:51 2010
@@ -1,4 +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.
+#
+#
# Properties for the LauncherBootstrap class
#
# This file contains the following configurable properties:
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/setclasspath.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Set CLASSPATH and Java options
#
Modified:
tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.sh
(original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown-using-launcher.sh
Mon Jun 7 23:54:51 2010
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
# -----------------------------------------------------------------------------
#
# Script for shutting down Catalina using the Launcher
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/shutdown.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Stop script for the CATALINA Server
#
Modified:
tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.sh
(original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup-using-launcher.sh
Mon Jun 7 23:54:51 2010
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
# -----------------------------------------------------------------------------
#
# Script for starting Catalina using the Launcher
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/startup.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Start Script for the CATALINA Server
#
Modified:
tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
---
tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.sh
(original)
+++
tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper-using-launcher.sh
Mon Jun 7 23:54:51 2010
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
# -----------------------------------------------------------------------------
#
# Script for running the Catalina tool wrapper using the Launcher
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/tool-wrapper.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Wrapper script for command line tools
#
Modified: tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.sh
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.sh?rev=952492&r1=952491&r2=952492&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.sh (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/bin/version.sh Mon Jun 7
23:54:51 2010
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# -----------------------------------------------------------------------------
# Version Script for the CATALINA Server
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]