You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/05/15 16:54:33 UTC

svn commit: r538194 - in /incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING: distro-jbi/src/examples/ tools-bin/src/main/dist/bin/

Author: mriou
Date: Tue May 15 07:54:32 2007
New Revision: 538194

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

Modified:
    incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/distro-jbi/src/examples/example.properties
    incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.bat
    incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.sh
    incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.bat
    incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.sh

Modified: incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/distro-jbi/src/examples/example.properties
URL: http://svn.apache.org/viewvc/incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/distro-jbi/src/examples/example.properties?view=diff&rev=538194&r1=538193&r2=538194
==============================================================================
--- incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/distro-jbi/src/examples/example.properties (original)
+++ incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/distro-jbi/src/examples/example.properties Tue May 15 07:54:32 2007
@@ -1,4 +1,21 @@
 #
+#    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.
+#
+
+#
 # customize any properties for your environment
 #
 ode.start.args=-v -console

Modified: incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.bat
URL: http://svn.apache.org/viewvc/incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.bat?view=diff&rev=538194&r1=538193&r2=538194
==============================================================================
--- incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.bat (original)
+++ incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.bat Tue May 15 07:54:32 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/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.sh
URL: http://svn.apache.org/viewvc/incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.sh?view=diff&rev=538194&r1=538193&r2=538194
==============================================================================
--- incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.sh (original)
+++ incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/bpelc.sh Tue May 15 07:54:32 2007
@@ -1,4 +1,20 @@
 #! /bin/sh
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
 
 cygwin=false;
 darwin=false;

Modified: incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.bat
URL: http://svn.apache.org/viewvc/incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.bat?view=diff&rev=538194&r1=538193&r2=538194
==============================================================================
--- incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.bat (original)
+++ incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.bat Tue May 15 07:54:32 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/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.sh
URL: http://svn.apache.org/viewvc/incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.sh?view=diff&rev=538194&r1=538193&r2=538194
==============================================================================
--- incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.sh (original)
+++ incubator/ode/tags/APACHE_ODE_1.0-RC3-INCUBATING/tools-bin/src/main/dist/bin/sendsoap.sh Tue May 15 07:54:32 2007
@@ -1,4 +1,20 @@
 #! /bin/sh
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
 
 cygwin=false;
 darwin=false;