Author: mriou
Date: Tue May 15 07:39:53 2007
New Revision: 538190

URL: http://svn.apache.org/viewvc?view=rev&rev=538190
Log:
License headers are needed even on soap messages and batch files (especially if 
they're part of the release).

Modified:
    incubator/ode/trunk/distro-axis2/src/examples/DynPartner/testRequest.soap
    incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/testRequest.soap
    incubator/ode/trunk/distro-axis2/src/examples/MagicSession/testRequest.soap
    incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/message.soap
    incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/message.soap
    incubator/ode/trunk/distro-jbi/src/examples/PingPong/message.soap
    incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.bat
    incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.sh
    incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.bat
    incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.sh

Modified: 
incubator/ode/trunk/distro-axis2/src/examples/DynPartner/testRequest.soap
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/DynPartner/testRequest.soap?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/DynPartner/testRequest.soap 
(original)
+++ incubator/ode/trunk/distro-axis2/src/examples/DynPartner/testRequest.soap 
Tue May 15 07:39:53 2007
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: 
incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/testRequest.soap
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/testRequest.soap?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/testRequest.soap 
(original)
+++ incubator/ode/trunk/distro-axis2/src/examples/HelloWorld2/testRequest.soap 
Tue May 15 07:39:53 2007
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: 
incubator/ode/trunk/distro-axis2/src/examples/MagicSession/testRequest.soap
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-axis2/src/examples/MagicSession/testRequest.soap?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/distro-axis2/src/examples/MagicSession/testRequest.soap 
(original)
+++ incubator/ode/trunk/distro-axis2/src/examples/MagicSession/testRequest.soap 
Tue May 15 07:39:53 2007
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: 
incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/message.soap
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/message.soap?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/message.soap 
(original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2-RPC/message.soap 
Tue May 15 07:39:53 2007
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <SOAP-ENV:Body>
        <Hello>

Modified: incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/message.soap
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/message.soap?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/message.soap 
(original)
+++ incubator/ode/trunk/distro-jbi/src/examples/HelloWorld2/message.soap Tue 
May 15 07:39:53 2007
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <SOAP-ENV:Body>
        <HelloRequest xmlns="urn:/HelloWorld2.wsdl">

Modified: incubator/ode/trunk/distro-jbi/src/examples/PingPong/message.soap
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/PingPong/message.soap?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/distro-jbi/src/examples/PingPong/message.soap (original)
+++ incubator/ode/trunk/distro-jbi/src/examples/PingPong/message.soap Tue May 
15 07:39:53 2007
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <SOAP-ENV:Body>
        <PingRequest xmlns="urn:/Ping.wsdl">

Modified: incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.bat
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.bat?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.bat (original)
+++ incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.bat Tue May 15 
07:39:53 2007
@@ -1,4 +1,20 @@
 @echo off
+rem
+rem    Licensed to the Apache Software Foundation (ASF) under one or more
+rem    contributor license agreements.  See the NOTICE file distributed with
+rem    this work for additional information regarding copyright ownership.
+rem    The ASF licenses this file to You under the Apache License, Version 2.0
+rem    (the "License"); you may not use this file except in compliance with
+rem    the License.  You may obtain a copy of the License at
+rem
+rem       http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem    Unless required by applicable law or agreed to in writing, software
+rem    distributed under the License is distributed on an "AS IS" BASIS,
+rem    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem    See the License for the specific language governing permissions and
+rem    limitations under the License.
+rem
 
 if not "%OS%"=="Windows_NT" goto wrongOS
 

Modified: incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.sh
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.sh?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.sh (original)
+++ incubator/ode/trunk/tools-bin/src/main/dist/bin/bpelc.sh Tue May 15 
07:39:53 2007
@@ -1,4 +1,19 @@
-#! /bin/sh
+#!/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.
 
 cygwin=false;
 darwin=false;

Modified: incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.bat
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.bat?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.bat (original)
+++ incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.bat Tue May 15 
07:39:53 2007
@@ -1,4 +1,20 @@
 @echo off
+rem
+rem    Licensed to the Apache Software Foundation (ASF) under one or more
+rem    contributor license agreements.  See the NOTICE file distributed with
+rem    this work for additional information regarding copyright ownership.
+rem    The ASF licenses this file to You under the Apache License, Version 2.0
+rem    (the "License"); you may not use this file except in compliance with
+rem    the License.  You may obtain a copy of the License at
+rem
+rem       http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem    Unless required by applicable law or agreed to in writing, software
+rem    distributed under the License is distributed on an "AS IS" BASIS,
+rem    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem    See the License for the specific language governing permissions and
+rem    limitations under the License.
+rem
 
 if not "%OS%"=="Windows_NT" goto wrongOS
 

Modified: incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.sh
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.sh?view=diff&rev=538190&r1=538189&r2=538190
==============================================================================
--- incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.sh (original)
+++ incubator/ode/trunk/tools-bin/src/main/dist/bin/sendsoap.sh Tue May 15 
07:39:53 2007
@@ -1,4 +1,19 @@
-#! /bin/sh
+#!/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.
 
 cygwin=false;
 darwin=false;


Reply via email to