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/05/02 18:33:59 UTC

[20/28] incubator-taverna-common-activities git commit: ASF headers

ASF headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/8ed9113f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/8ed9113f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/8ed9113f

Branch: refs/heads/cwl-browse
Commit: 8ed9113fa42750f290b06f6d665fd5bd0fed72bd
Parents: 0fec6f0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Apr 28 16:46:43 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Apr 28 16:46:43 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/xml-splitter.schema.json   |  2 ++
 .../XMLSplitterConfigurationBeanBuilderTest.java  | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/8ed9113f/taverna-wsdl-activity/src/main/resources/xml-splitter.schema.json
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/main/resources/xml-splitter.schema.json b/taverna-wsdl-activity/src/main/resources/xml-splitter.schema.json
index 471defc..7207999 100644
--- a/taverna-wsdl-activity/src/main/resources/xml-splitter.schema.json
+++ b/taverna-wsdl-activity/src/main/resources/xml-splitter.schema.json
@@ -1,4 +1,6 @@
 {
+  "http://purl.org/dc/terms/rights": "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.",
+  "http://purl.org/dc/terms/license": {"@id": "http://www.apache.org/licenses/LICENSE-2.0"},
     "$schema": "http://json-schema.org/draft-03/schema#",
     "id": "http://ns.taverna.org.uk/2010/activity/xml-splitter.schema.json",
     "title": "XML splitter activity configuration",

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/8ed9113f/taverna-wsdl-activity/src/test/java/org/apache/taverna/activities/wsdl/xmlsplitter/XMLSplitterConfigurationBeanBuilderTest.java
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/test/java/org/apache/taverna/activities/wsdl/xmlsplitter/XMLSplitterConfigurationBeanBuilderTest.java b/taverna-wsdl-activity/src/test/java/org/apache/taverna/activities/wsdl/xmlsplitter/XMLSplitterConfigurationBeanBuilderTest.java
index 0f47e7c..18b5f18 100644
--- a/taverna-wsdl-activity/src/test/java/org/apache/taverna/activities/wsdl/xmlsplitter/XMLSplitterConfigurationBeanBuilderTest.java
+++ b/taverna-wsdl-activity/src/test/java/org/apache/taverna/activities/wsdl/xmlsplitter/XMLSplitterConfigurationBeanBuilderTest.java
@@ -1,3 +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.
+*/
 package org.apache.taverna.activities.wsdl.xmlsplitter;
 
 import static org.junit.Assert.assertEquals;