Author: rr
Date: Sat Sep  5 04:08:04 2009
New Revision: 811587

URL: http://svn.apache.org/viewvc?rev=811587&view=rev
Log:
Added license texts

Modified:
    
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/ExtVarJbiTest.java
    
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/HelloWorldJbiTest.java
    
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionExternalJbiTest.java
    
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionJbiTest.java
    
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/CommunicationJbiTest/OnEventCorrelationB001.bpel
    
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/HelloWorldJbiTest/HelloWorld2.bpel

Modified: 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/ExtVarJbiTest.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/ExtVarJbiTest.java?rev=811587&r1=811586&r2=811587&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/ExtVarJbiTest.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/ExtVarJbiTest.java
 Sat Sep  5 04:08:04 2009
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.ode.jbi;
 
 import java.sql.Connection;

Modified: 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/HelloWorldJbiTest.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/HelloWorldJbiTest.java?rev=811587&r1=811586&r2=811587&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/HelloWorldJbiTest.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/HelloWorldJbiTest.java
 Sat Sep  5 04:08:04 2009
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.ode.jbi;
 
 public class HelloWorldJbiTest extends JbiTestBase {

Modified: 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionExternalJbiTest.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionExternalJbiTest.java?rev=811587&r1=811586&r2=811587&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionExternalJbiTest.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionExternalJbiTest.java
 Sat Sep  5 04:08:04 2009
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.ode.jbi;
 
 public class MagicSessionExternalJbiTest extends JbiTestBase {

Modified: 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionJbiTest.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionJbiTest.java?rev=811587&r1=811586&r2=811587&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionJbiTest.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/jbi/src/test/java/org/apache/ode/jbi/MagicSessionJbiTest.java
 Sat Sep  5 04:08:04 2009
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.ode.jbi;
 
 public class MagicSessionJbiTest extends JbiTestBase {

Modified: 
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/CommunicationJbiTest/OnEventCorrelationB001.bpel
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/CommunicationJbiTest/OnEventCorrelationB001.bpel?rev=811587&r1=811586&r2=811587&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/CommunicationJbiTest/OnEventCorrelationB001.bpel
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/CommunicationJbiTest/OnEventCorrelationB001.bpel
 Sat Sep  5 04:08:04 2009
@@ -1,4 +1,22 @@
 <?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.
+  -->
 <bpws:process 
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:ns="http://sample.bpel.org/bpel/sampleArtifacts"; 
xmlns:tns="http://sample.bpel.org/bpel/sample"; exitOnStandardFault="yes" 
name="OnEventCorrelationB001" suppressJoinFailure="yes" 
targetNamespace="http://sample.bpel.org/bpel/sample"; 
expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
   <bpws:import importType="http://schemas.xmlsoap.org/wsdl/"; 
location="OnEventCorrelation.wsdl" 
namespace="http://sample.bpel.org/bpel/sample"/>
   <bpws:import importType="http://schemas.xmlsoap.org/wsdl/"; 
location="OnEventCorrelationArtifacts.wsdl" 
namespace="http://sample.bpel.org/bpel/sampleArtifacts"/>

Modified: 
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/HelloWorldJbiTest/HelloWorld2.bpel
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/HelloWorldJbiTest/HelloWorld2.bpel?rev=811587&r1=811586&r2=811587&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/HelloWorldJbiTest/HelloWorld2.bpel
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/jbi/src/test/resources/HelloWorldJbiTest/HelloWorld2.bpel
 Sat Sep  5 04:08:04 2009
@@ -1,4 +1,22 @@
 <?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.
+  -->
 <bpws:process exitOnStandardFault="yes" name="HelloWorld2"
     targetNamespace="urn:/HeaderTest.bpel"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable";


Reply via email to