You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/18 15:11:18 UTC

svn commit: r638373 - in /webservices/axis2/trunk/java/modules: documentation/xdocs/ documentation/xdocs/download/0_9/ documentation/xdocs/download/0_91/ documentation/xdocs/download/0_92/ documentation/xdocs/download/0_93/ documentation/xdocs/download...

Author: dims
Date: Tue Mar 18 07:11:13 2008
New Revision: 638373

URL: http://svn.apache.org/viewvc?rev=638373&view=rev
Log:
Fix license headers

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_9/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_91/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_92/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_93/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_94/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_95/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_0/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1_1/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_2/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/download/M2/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/modules/download.cgi
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/download.cgi
    webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.bat
    webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.sh
    webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.bat
    webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.sh
    webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.bat
    webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.sh
    webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.bat
    webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.sh
    webservices/axis2/trunk/java/modules/samples/eventing/run.bat
    webservices/axis2/trunk/java/modules/samples/eventing/run.sh
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingClient.bat
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingDualClient.bat
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingClient.bat
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingDualClient.bat
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.bat
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.sh
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.bat
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.sh
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_client.sh
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_dual_client.sh
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_client.sh
    webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_dual_client.sh
    webservices/axis2/trunk/java/modules/tool/script/axis2.bat
    webservices/axis2/trunk/java/modules/tool/script/axis2.sh
    webservices/axis2/trunk/java/modules/tool/script/axis2server.bat
    webservices/axis2/trunk/java/modules/tool/script/axis2server.sh
    webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat
    webservices/axis2/trunk/java/modules/tool/script/java2wsdl.sh
    webservices/axis2/trunk/java/modules/tool/script/setenv.sh
    webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat
    webservices/axis2/trunk/java/modules/tool/script/wsdl2java.sh

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_9/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_9/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_9/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_9/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_91/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_91/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_91/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_91/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_92/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_92/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_92/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_92/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_93/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_93/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_93/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_93/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_94/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_94/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_94/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_94/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_95/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_95/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_95/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/0_95/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_0/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_0/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_0/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_0/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1_1/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1_1/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1_1/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_1_1/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_2/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_2/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_2/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_2/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/M2/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/M2/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/M2/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/M2/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/modules/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/modules/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/modules/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/modules/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/download.cgi
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/download.cgi?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/download.cgi (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/download.cgi Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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 around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.bat Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 @echo off
+
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem ---------------------------------------------------------------------------
 rem Start script for running the Amazon Queuing service
 rem

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/amazonqs/run.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../..
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:amazonQS.jar
 for f in $AXIS2_HOME/lib/*.jar

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.bat Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 @echo off
+
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem ---------------------------------------------------------------------------
 rem Start script for running the Google Search tool
 rem

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/googlesearch/run.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../..
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:googleSearch.jar
 for f in $AXIS2_HOME/lib/*.jar

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.bat Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 @echo of
+
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem ---------------------------------------------------------------------------
 rem Start script for running the MTOM Image Transfer Service
 rem

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/mtomsample/run.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../..
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:mtomClient.jar
 for f in $AXIS2_HOME/lib/*.jar

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.bat Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 @echo off
+
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem ---------------------------------------------------------------------------
 rem Start script for running the ServiceGroupContext Calculator
 rem

Modified: webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/deprecated/sgccalculator/run.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../..
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:SGCCalculator.jar
 for f in $AXIS2_HOME/lib/*.jar

Modified: webservices/axis2/trunk/java/modules/samples/eventing/run.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/eventing/run.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/eventing/run.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/eventing/run.bat Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 @echo off
+
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem ---------------------------------------------------------------------------
 rem Start script for running the Eventing Sample Client
 rem

Modified: webservices/axis2/trunk/java/modules/samples/eventing/run.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/eventing/run.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/eventing/run.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/eventing/run.sh Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../..
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:SGCCalculator.jar
 for f in $AXIS2_HOME/lib/*.jar

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingClient.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingClient.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingClient.bat Tue Mar 18 07:11:13 2008
@@ -1,4 +1,22 @@
 @echo off
+
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 setlocal EnableDelayedExpansion
 
 rem loop through the libs and add them to the class path

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingDualClient.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingDualClient.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingDualClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoBlockingDualClient.bat Tue Mar 18 07:11:13 2008
@@ -1,6 +1,23 @@
 @echo off
 setlocal EnableDelayedExpansion
 
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem loop through the libs and add them to the class path
 set AXIS2_HOME=..\..\..\
 

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingClient.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingClient.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingClient.bat Tue Mar 18 07:11:13 2008
@@ -1,6 +1,23 @@
 @echo off
 setlocal EnableDelayedExpansion
 
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem loop through the libs and add them to the class path
 set AXIS2_HOME=..\..\..\
 

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingDualClient.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingDualClient.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingDualClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestEchoNonBlockingDualClient.bat Tue Mar 18 07:11:13 2008
@@ -1,6 +1,23 @@
 @echo off
 setlocal EnableDelayedExpansion
 
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem loop through the libs and add them to the class path
 set AXIS2_HOME=..\..\..\
 

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.bat Tue Mar 18 07:11:13 2008
@@ -1,6 +1,23 @@
 @echo off
 setlocal EnableDelayedExpansion
 
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem loop through the libs and add them to the class path
 set AXIS2_HOME=..\..\..\
 

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestPingClient.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../../../
 
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.bat (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.bat Tue Mar 18 07:11:13 2008
@@ -1,6 +1,23 @@
 @echo off
 setlocal EnableDelayedExpansion
 
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
+
 rem loop through the libs and add them to the class path
 set AXIS2_HOME=..\..\..\
 

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/TestWebServiceWithModuleClient.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../../../
 
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_client.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_client.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_client.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_client.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../../../
 
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_dual_client.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_dual_client.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_dual_client.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_blocking_dual_client.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../../../
 
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_client.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_client.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_client.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_client.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../../../
 
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar

Modified: webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_dual_client.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_dual_client.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_dual_client.sh (original)
+++ webservices/axis2/trunk/java/modules/samples/script/userguide/client_scripts/test_echo_non_blocking_dual_client.sh Tue Mar 18 07:11:13 2008
@@ -1,5 +1,22 @@
 #!/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.
+
 export AXIS2_HOME=../../../
 
 AXIS2_CLASSPATH=$AXIS2_CLASSPATH:../sample.jar

Modified: webservices/axis2/trunk/java/modules/tool/script/axis2.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/axis2.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/axis2.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/axis2.bat Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 @echo off
 
-REM  Copyright 2001,2004-2006 The Apache Software Foundation
-REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  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  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
 
 rem ---------------------------------------------------------------------------
 rem Axis2 Script

Modified: webservices/axis2/trunk/java/modules/tool/script/axis2.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/axis2.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/axis2.sh (original)
+++ webservices/axis2/trunk/java/modules/tool/script/axis2.sh Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  Copyright 2001,2004-2006 The Apache Software Foundation
-#
-#  Licensed 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.
+# 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.
 
 # ----------------------------------------------------------------------------
 #    Axis2 Script

Modified: webservices/axis2/trunk/java/modules/tool/script/axis2server.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/axis2server.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/axis2server.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/axis2server.bat Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 @echo off
 
-REM  Copyright 2001,2004-2005 The Apache Software Foundation
-REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  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  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
 
 rem ---------------------------------------------------------------------------
 rem Startup script for the Simple Axis Server (with default parameters)

Modified: webservices/axis2/trunk/java/modules/tool/script/axis2server.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/axis2server.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/axis2server.sh (original)
+++ webservices/axis2/trunk/java/modules/tool/script/axis2server.sh Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  Copyright 2001,2004-2006 The Apache Software Foundation
-#
-#  Licensed 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.
+# 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.
 
 # ----------------------------------------------------------------------------
 # SimpleAxis2Server Script

Modified: webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/java2wsdl.bat Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 @echo off
 
-REM  Copyright 2001,2004-2005 The Apache Software Foundation
-REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  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  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
 
 rem ---------------------------------------------------------------------------
 rem Startup script for the WSDLJava

Modified: webservices/axis2/trunk/java/modules/tool/script/java2wsdl.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/java2wsdl.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/java2wsdl.sh (original)
+++ webservices/axis2/trunk/java/modules/tool/script/java2wsdl.sh Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  Copyright 2001,2004-2006 The Apache Software Foundation
-#
-#  Licensed 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.
+# 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.
 
 dir=`dirname "$0"`
 sh "$dir"/axis2.sh org.apache.ws.java2wsdl.Java2WSDL $*

Modified: webservices/axis2/trunk/java/modules/tool/script/setenv.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/setenv.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/setenv.sh (original)
+++ webservices/axis2/trunk/java/modules/tool/script/setenv.sh Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  Copyright 2001,2004-2006 The Apache Software Foundation
-#
-#  Licensed 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.
+# 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 Environment Shell Script

Modified: webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat (original)
+++ webservices/axis2/trunk/java/modules/tool/script/wsdl2java.bat Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 @echo off
 
-REM  Copyright 2001,2004-2005 The Apache Software Foundation
-REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  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  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements. See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership. The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with 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,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied. See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
 
 rem ---------------------------------------------------------------------------
 rem Startup script for the WSDLJava

Modified: webservices/axis2/trunk/java/modules/tool/script/wsdl2java.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/script/wsdl2java.sh?rev=638373&r1=638372&r2=638373&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/wsdl2java.sh (original)
+++ webservices/axis2/trunk/java/modules/tool/script/wsdl2java.sh Tue Mar 18 07:11:13 2008
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  Copyright 2001,2004-2006 The Apache Software Foundation
-#
-#  Licensed 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.
+# 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.
 
 dir=`dirname "$0"`
 sh "$dir"/axis2.sh org.apache.axis2.wsdl.WSDL2Java $*



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org