You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/02/19 11:39:25 UTC

[1/2] incubator-taverna-plugin-component git commit: apache license headers

Repository: incubator-taverna-plugin-component
Updated Branches:
  refs/heads/master 0a1acffdc -> 8ecbada11


apache license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/a70b57bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/a70b57bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/a70b57bf

Branch: refs/heads/master
Commit: a70b57bf2e0d6d5b701731cfd20ce5e3cfae9bd9
Parents: 0a1acff
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 10:38:09 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 10:38:09 2016 +0000

----------------------------------------------------------------------
 pom.xml                                         | 19 +++++++++++++++++
 taverna-component-activity-ui/pom.xml           | 18 ++++++++++++++++
 .../spring/component-activity-context.xml       | 18 ++++++++++++++++
 .../src/test/resources/conf/current-profile.xml | 21 ++++++++++++++++++-
 taverna-component-activity/pom.xml              | 18 ++++++++++++++++
 .../src/main/catalog/catalog.xml                | 20 +++++++++++++++++-
 .../src/main/resources/BaseProfile.xml          | 22 ++++++++++++++++++--
 .../src/main/resources/EmptyProfile.xml         | 22 ++++++++++++++++++--
 .../spring/component-activity-context.xml       | 20 +++++++++++++++++-
 .../src/test/resources/ValidationComponent.xml  | 22 ++++++++++++++++++--
 taverna-component-repository-api/pom.xml        | 18 ++++++++++++++++
 .../src/main/catalog/catalog.xml                | 20 +++++++++++++++++-
 12 files changed, 228 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 918f27c..6328667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity-ui/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/pom.xml b/taverna-component-activity-ui/pom.xml
index f9b08b9..ce0ec0f 100644
--- a/taverna-component-activity-ui/pom.xml
+++ b/taverna-component-activity-ui/pom.xml
@@ -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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml b/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
index 18444d4..5e5f75a 100644
--- a/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
+++ b/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
@@ -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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:osgi="http://www.springframework.org/schema/osgi"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml b/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
index b5317b6..645b346 100644
--- a/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
+++ b/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
@@ -1,2 +1,21 @@
+<?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.
+
+-->
 <profile version="2.4.0" name="Taverna Workbench">
-</profile>
\ No newline at end of file
+</profile>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/pom.xml b/taverna-component-activity/pom.xml
index 5006b03..e7d4abd 100644
--- a/taverna-component-activity/pom.xml
+++ b/taverna-component-activity/pom.xml
@@ -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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity/src/main/catalog/catalog.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/catalog/catalog.xml b/taverna-component-activity/src/main/catalog/catalog.xml
index e61eda5..c13bdc9 100644
--- a/taverna-component-activity/src/main/catalog/catalog.xml
+++ b/taverna-component-activity/src/main/catalog/catalog.xml
@@ -1,7 +1,25 @@
 <?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.
+
+-->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
 	<system systemId="http://www.w3.org/2001/XMLSchema.xsd" uri="XMLSchema.xsd" />
 	<public publicId="http://www.w3.org/2001/XMLSchema" uri="XMLSchema.xsd" />
 	<system systemId="http://www.w3.org/2001/xml.xsd" uri="xml.xsd" />
 	<public publicId="http://www.w3.org/XML/1998/namespace" uri="xml.xsd" />
-</catalog>
\ No newline at end of file
+</catalog>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity/src/main/resources/BaseProfile.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/BaseProfile.xml b/taverna-component-activity/src/main/resources/BaseProfile.xml
index 2697854..cc7b49d 100644
--- a/taverna-component-activity/src/main/resources/BaseProfile.xml
+++ b/taverna-component-activity/src/main/resources/BaseProfile.xml
@@ -1,4 +1,22 @@
-<?xml version="1.0"?>
+<?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.
+
+-->
 
 <profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://ns.taverna.org.uk/2012/component/profile"
@@ -120,4 +138,4 @@
 	</component>
 
 
-</profile>
\ No newline at end of file
+</profile>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity/src/main/resources/EmptyProfile.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/EmptyProfile.xml b/taverna-component-activity/src/main/resources/EmptyProfile.xml
index cc5edd5..4d8d2e8 100644
--- a/taverna-component-activity/src/main/resources/EmptyProfile.xml
+++ b/taverna-component-activity/src/main/resources/EmptyProfile.xml
@@ -1,4 +1,22 @@
-<?xml version="1.0"?>
+<?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.
+
+-->
 
 <profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://ns.taverna.org.uk/2012/component/profile"
@@ -9,4 +27,4 @@
 	<description>A basic empty profile that does not allow additional semantic annotation</description>
 	<component>
 	</component>
-</profile>
\ No newline at end of file
+</profile>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml b/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
index c736675..0ed5382 100644
--- a/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
+++ b/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
@@ -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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans
@@ -67,4 +85,4 @@
 	<osgi:reference id="edits" interface="net.sf.taverna.t2.workflowmodel.Edits" />
 	<osgi:reference id="workflowBundleIO" interface="org.apache.taverna.scufl2.api.io.WorkflowBundleIO" />
 	<osgi:list id="compilers" interface="uk.org.taverna.platform.execution.api.WorkflowCompiler" />
-</beans>
\ No newline at end of file
+</beans>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-activity/src/test/resources/ValidationComponent.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/test/resources/ValidationComponent.xml b/taverna-component-activity/src/test/resources/ValidationComponent.xml
index 62e094a..1352f22 100644
--- a/taverna-component-activity/src/test/resources/ValidationComponent.xml
+++ b/taverna-component-activity/src/test/resources/ValidationComponent.xml
@@ -1,4 +1,22 @@
-<?xml version="1.0"?>
+<?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.
+
+-->
 
 <profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://ns.taverna.org.uk/2012/component/profile"
@@ -59,4 +77,4 @@
 			class="http://scape-project.eu/pc/vocab/profiles#AcceptedMimetype"
 			maxOccurs="unbounded" />
 	</component>
-</profile>
\ No newline at end of file
+</profile>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-repository-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/pom.xml b/taverna-component-repository-api/pom.xml
index 7f409a6..064a9fa 100644
--- a/taverna-component-repository-api/pom.xml
+++ b/taverna-component-repository-api/pom.xml
@@ -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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/a70b57bf/taverna-component-repository-api/src/main/catalog/catalog.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/src/main/catalog/catalog.xml b/taverna-component-repository-api/src/main/catalog/catalog.xml
index e61eda5..c13bdc9 100644
--- a/taverna-component-repository-api/src/main/catalog/catalog.xml
+++ b/taverna-component-repository-api/src/main/catalog/catalog.xml
@@ -1,7 +1,25 @@
 <?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.
+
+-->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
 	<system systemId="http://www.w3.org/2001/XMLSchema.xsd" uri="XMLSchema.xsd" />
 	<public publicId="http://www.w3.org/2001/XMLSchema" uri="XMLSchema.xsd" />
 	<system systemId="http://www.w3.org/2001/xml.xsd" uri="xml.xsd" />
 	<public publicId="http://www.w3.org/XML/1998/namespace" uri="xml.xsd" />
-</catalog>
\ No newline at end of file
+</catalog>


[2/2] incubator-taverna-plugin-component git commit: apache license headers

Posted by st...@apache.org.
apache license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/8ecbada1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/8ecbada1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/8ecbada1

Branch: refs/heads/master
Commit: 8ecbada11967daa09ab3787f6759e0a7af43d097
Parents: a70b57b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Feb 19 10:38:31 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Feb 19 10:38:31 2016 +0000

----------------------------------------------------------------------
 pom.xml                                           | 18 ++++++++++++++++++
 taverna-component-activity-ui/pom.xml             | 18 ++++++++++++++++++
 .../spring/component-activity-context.xml         | 18 ++++++++++++++++++
 .../src/test/resources/conf/current-profile.xml   | 18 ++++++++++++++++++
 taverna-component-activity/pom.xml                | 18 ++++++++++++++++++
 .../src/main/catalog/catalog.xml                  | 18 ++++++++++++++++++
 .../src/main/resources/BaseProfile.xml            | 18 ++++++++++++++++++
 .../src/main/resources/EmptyProfile.xml           | 18 ++++++++++++++++++
 .../spring/component-activity-context.xml         | 18 ++++++++++++++++++
 .../src/test/resources/ValidationComponent.xml    | 18 ++++++++++++++++++
 taverna-component-repository-api/pom.xml          | 18 ++++++++++++++++++
 .../src/main/catalog/catalog.xml                  | 18 ++++++++++++++++++
 12 files changed, 216 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6328667..26dca60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity-ui/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/pom.xml b/taverna-component-activity-ui/pom.xml
index ce0ec0f..aaee894 100644
--- a/taverna-component-activity-ui/pom.xml
+++ b/taverna-component-activity-ui/pom.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml b/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
index 5e5f75a..d6d425d 100644
--- a/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
+++ b/taverna-component-activity-ui/src/main/resources/META-INF/spring/component-activity-context.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns:osgi="http://www.springframework.org/schema/osgi"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml b/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
index 645b346..a2c9ba0 100644
--- a/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
+++ b/taverna-component-activity-ui/src/test/resources/conf/current-profile.xml
@@ -17,5 +17,23 @@
     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.
+
+-->
 <profile version="2.4.0" name="Taverna Workbench">
 </profile>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/pom.xml b/taverna-component-activity/pom.xml
index e7d4abd..c5b94c6 100644
--- a/taverna-component-activity/pom.xml
+++ b/taverna-component-activity/pom.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity/src/main/catalog/catalog.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/catalog/catalog.xml b/taverna-component-activity/src/main/catalog/catalog.xml
index c13bdc9..591d776 100644
--- a/taverna-component-activity/src/main/catalog/catalog.xml
+++ b/taverna-component-activity/src/main/catalog/catalog.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
 	<system systemId="http://www.w3.org/2001/XMLSchema.xsd" uri="XMLSchema.xsd" />
 	<public publicId="http://www.w3.org/2001/XMLSchema" uri="XMLSchema.xsd" />

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity/src/main/resources/BaseProfile.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/BaseProfile.xml b/taverna-component-activity/src/main/resources/BaseProfile.xml
index cc7b49d..09f0746 100644
--- a/taverna-component-activity/src/main/resources/BaseProfile.xml
+++ b/taverna-component-activity/src/main/resources/BaseProfile.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 
 <profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://ns.taverna.org.uk/2012/component/profile"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity/src/main/resources/EmptyProfile.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/EmptyProfile.xml b/taverna-component-activity/src/main/resources/EmptyProfile.xml
index 4d8d2e8..963a477 100644
--- a/taverna-component-activity/src/main/resources/EmptyProfile.xml
+++ b/taverna-component-activity/src/main/resources/EmptyProfile.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 
 <profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://ns.taverna.org.uk/2012/component/profile"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml b/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
index 0ed5382..d4a804b 100644
--- a/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
+++ b/taverna-component-activity/src/main/resources/META-INF/spring/component-activity-context.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-activity/src/test/resources/ValidationComponent.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/test/resources/ValidationComponent.xml b/taverna-component-activity/src/test/resources/ValidationComponent.xml
index 1352f22..78385d7 100644
--- a/taverna-component-activity/src/test/resources/ValidationComponent.xml
+++ b/taverna-component-activity/src/test/resources/ValidationComponent.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 
 <profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://ns.taverna.org.uk/2012/component/profile"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-repository-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/pom.xml b/taverna-component-repository-api/pom.xml
index 064a9fa..7a72339 100644
--- a/taverna-component-repository-api/pom.xml
+++ b/taverna-component-repository-api/pom.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8ecbada1/taverna-component-repository-api/src/main/catalog/catalog.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/src/main/catalog/catalog.xml b/taverna-component-repository-api/src/main/catalog/catalog.xml
index c13bdc9..591d776 100644
--- a/taverna-component-repository-api/src/main/catalog/catalog.xml
+++ b/taverna-component-repository-api/src/main/catalog/catalog.xml
@@ -17,6 +17,24 @@
     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.
+
+-->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
 	<system systemId="http://www.w3.org/2001/XMLSchema.xsd" uri="XMLSchema.xsd" />
 	<public publicId="http://www.w3.org/2001/XMLSchema" uri="XMLSchema.xsd" />