summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 08:08:54 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 08:08:54 +0000
commit5a7351d95b71fa300f5c34e958b08f1286895d32 (patch)
tree28f43cec70aeaadd97d5e55c9d4c125708d04039 /sca-java-1.x/trunk/itest
parent0a291c66a231dd50dd655249c550215049fa7977 (diff)
Adding missing Apache License headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/itest')
-rw-r--r--sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml19
-rw-r--r--sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite18
-rw-r--r--sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml19
-rw-r--r--sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite18
4 files changed, 72 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml
index ba8f0a4793..c9f862856f 100644
--- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml
@@ -1,5 +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.
+-->
<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tns="http://someuri"
xmlns:ans="http://someotheruri">
diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite
index 9b56f92027..e26b16cb62 100644
--- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite
+++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tns="http://someuri"
xmlns:test="http://test"
diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml
index 8511d427f9..1c462196a3 100644
--- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml
+++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml
@@ -1,5 +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.
+-->
<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tns="http://someuri"
xmlns:ans="http://someotheruri">
diff --git a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite
index 75c0513423..dde1226c6c 100644
--- a/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite
+++ b/sca-java-1.x/trunk/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:tns="http://someuri"
targetNamespace="http://contrib2"