Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/cwl-browse 42c8d24ca -> 545856641


ASF header


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/a114b74e
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/a114b74e
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/a114b74e

Branch: refs/heads/cwl-browse
Commit: a114b74e91107d73ddb0347a3b7c2b955071558c
Parents: 59301f9
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Apr 28 00:53:56 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Apr 28 00:53:56 2016 +0100

----------------------------------------------------------------------
 taverna-beanshell-activity/src/main/resources/schema.json       | 3 +++
 taverna-interaction-activity/src/main/resources/schema.json     | 5 ++++-
 taverna-rest-activity/src/main/resources/schema.json            | 3 +++
 .../src/main/resources/schema.json                              | 3 +++
 taverna-wsdl-activity/src/main/resources/schema.json            | 3 +++
 taverna-xpath-activity/src/main/resources/schema.json           | 3 +++
 6 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/a114b74e/taverna-beanshell-activity/src/main/resources/schema.json
----------------------------------------------------------------------
diff --git a/taverna-beanshell-activity/src/main/resources/schema.json 
b/taverna-beanshell-activity/src/main/resources/schema.json
index d71b94d..b64684f 100644
--- a/taverna-beanshell-activity/src/main/resources/schema.json
+++ b/taverna-beanshell-activity/src/main/resources/schema.json
@@ -1,4 +1,7 @@
 {
+  "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/beanshell.schema.json";,
     "title": "Beanshell activity configuration",

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/a114b74e/taverna-interaction-activity/src/main/resources/schema.json
----------------------------------------------------------------------
diff --git a/taverna-interaction-activity/src/main/resources/schema.json 
b/taverna-interaction-activity/src/main/resources/schema.json
index 542b5b9..56231b0 100644
--- a/taverna-interaction-activity/src/main/resources/schema.json
+++ b/taverna-interaction-activity/src/main/resources/schema.json
@@ -1,4 +1,7 @@
 {
+  "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/interaction.schema.json";,
     "title": "Interaction activity configuration",
@@ -28,4 +31,4 @@
                "description": "True if the interaction should not block the 
workflow run"
         }
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/a114b74e/taverna-rest-activity/src/main/resources/schema.json
----------------------------------------------------------------------
diff --git a/taverna-rest-activity/src/main/resources/schema.json 
b/taverna-rest-activity/src/main/resources/schema.json
index 376b479..73178dc 100644
--- a/taverna-rest-activity/src/main/resources/schema.json
+++ b/taverna-rest-activity/src/main/resources/schema.json
@@ -1,4 +1,7 @@
 {
+  "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/rest.schema.json";,
     "title": "REST activity configuration",

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/a114b74e/taverna-spreadsheet-import-activity/src/main/resources/schema.json
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/src/main/resources/schema.json 
b/taverna-spreadsheet-import-activity/src/main/resources/schema.json
index b351137..f2a79c8 100644
--- a/taverna-spreadsheet-import-activity/src/main/resources/schema.json
+++ b/taverna-spreadsheet-import-activity/src/main/resources/schema.json
@@ -1,4 +1,7 @@
 {
+  "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/spreadsheet-import.schema.json";,
     "title": "Spreadsheet import activity configuration",

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/a114b74e/taverna-wsdl-activity/src/main/resources/schema.json
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/main/resources/schema.json 
b/taverna-wsdl-activity/src/main/resources/schema.json
index bcafb67..8bb3ed7 100644
--- a/taverna-wsdl-activity/src/main/resources/schema.json
+++ b/taverna-wsdl-activity/src/main/resources/schema.json
@@ -1,4 +1,7 @@
 {
+  "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/wsdl.schema.json";,
     "title": "WSDL activity configuration",

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/a114b74e/taverna-xpath-activity/src/main/resources/schema.json
----------------------------------------------------------------------
diff --git a/taverna-xpath-activity/src/main/resources/schema.json 
b/taverna-xpath-activity/src/main/resources/schema.json
index 6f057f3..7be33be 100644
--- a/taverna-xpath-activity/src/main/resources/schema.json
+++ b/taverna-xpath-activity/src/main/resources/schema.json
@@ -1,4 +1,7 @@
 {
+  "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/xpath.schema.json";,
     "title": "XPath activity configuration",

Reply via email to