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:55 UTC

[16/28] incubator-taverna-common-activities git commit: ASF header

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

Branch: refs/heads/cwl-browse
Commit: ed5b18dcbd7c5d737fb7d4fc24f0bfa4f23f242c
Parents: db41b59
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Apr 28 16:39:32 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Apr 28 16:39:32 2016 +0100

----------------------------------------------------------------------
 .../taverna/activities/externaltool/package.html   | 17 +++++++++++++++++
 .../taverna/activities/spreadsheet/package.html    | 17 +++++++++++++++++
 .../apache/taverna/activities/wsdl/package.html    | 17 +++++++++++++++++
 .../src/test/resources/log4j.properties            | 15 +++++++++++++++
 .../org/apache/taverna/wsdl/parser/package.html    | 17 +++++++++++++++++
 .../java/org/apache/taverna/wsdl/soap/package.html | 17 +++++++++++++++++
 .../src/test/resources/log4j.properties            | 15 +++++++++++++++
 7 files changed, 115 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-external-tool-activity/src/main/java/org/apache/taverna/activities/externaltool/package.html
----------------------------------------------------------------------
diff --git a/taverna-external-tool-activity/src/main/java/org/apache/taverna/activities/externaltool/package.html b/taverna-external-tool-activity/src/main/java/org/apache/taverna/activities/externaltool/package.html
index b07bedc..cb3f8cf 100644
--- a/taverna-external-tool-activity/src/main/java/org/apache/taverna/activities/externaltool/package.html
+++ b/taverna-external-tool-activity/src/main/java/org/apache/taverna/activities/externaltool/package.html
@@ -1,3 +1,20 @@
+<!--
+    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.
+
+-->
 <body>
 Contains the activity classes required to interact with use cases.
 </body>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-spreadsheet-import-activity/src/main/java/org/apache/taverna/activities/spreadsheet/package.html
----------------------------------------------------------------------
diff --git a/taverna-spreadsheet-import-activity/src/main/java/org/apache/taverna/activities/spreadsheet/package.html b/taverna-spreadsheet-import-activity/src/main/java/org/apache/taverna/activities/spreadsheet/package.html
index 356b9b2..9b031bf 100644
--- a/taverna-spreadsheet-import-activity/src/main/java/org/apache/taverna/activities/spreadsheet/package.html
+++ b/taverna-spreadsheet-import-activity/src/main/java/org/apache/taverna/activities/spreadsheet/package.html
@@ -1,3 +1,20 @@
+<!--
+    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.
+
+-->
 <body>
 Contains the activity classes required to include spreadsheet files within a DataFlow.
 </body>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-wsdl-activity/src/main/java/org/apache/taverna/activities/wsdl/package.html
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/main/java/org/apache/taverna/activities/wsdl/package.html b/taverna-wsdl-activity/src/main/java/org/apache/taverna/activities/wsdl/package.html
index e38a14e..0f2b17c 100644
--- a/taverna-wsdl-activity/src/main/java/org/apache/taverna/activities/wsdl/package.html
+++ b/taverna-wsdl-activity/src/main/java/org/apache/taverna/activities/wsdl/package.html
@@ -1,3 +1,20 @@
+<!--
+    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.
+
+-->
 <body>
 Contains the activity classes required to interact with a WSDL based web-service.
 </body>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-wsdl-activity/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/taverna-wsdl-activity/src/test/resources/log4j.properties b/taverna-wsdl-activity/src/test/resources/log4j.properties
index e8980e5..b017fd9 100644
--- a/taverna-wsdl-activity/src/test/resources/log4j.properties
+++ b/taverna-wsdl-activity/src/test/resources/log4j.properties
@@ -1,3 +1,18 @@
+##  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.
+
 log4j.rootLogger=WARN, CONSOLE
 
 # Default output to console

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/package.html
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/package.html b/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/package.html
index 8fc2638..99dd5f6 100644
--- a/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/package.html
+++ b/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/parser/package.html
@@ -1,3 +1,20 @@
+<!--
+    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.
+
+-->
 <body>
 Contains classes required to parse a WSDL to discover and describe the operations and their input and output data structures.<br>
 These classes are derived heavily from the original parsing classes from the Taverna 1 WSDLBasedProcessor and have been refactored<br>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/soap/package.html
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/soap/package.html b/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/soap/package.html
index 5fd36e5..9b584df 100644
--- a/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/soap/package.html
+++ b/taverna-wsdl-generic/src/main/java/org/apache/taverna/wsdl/soap/package.html
@@ -1,3 +1,20 @@
+<!--
+    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.
+
+-->
 <body>
 Contains classes required to invoke an endpoint for a SOAP based web-service described by a WSDL.<br>
 These classes are derived heavily from the original parsing classes from the Taverna 1 WSDLBasedProcessor and have been refactored<br>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/ed5b18dc/taverna-wsdl-generic/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/src/test/resources/log4j.properties b/taverna-wsdl-generic/src/test/resources/log4j.properties
index 3be01eb..78c6e06 100644
--- a/taverna-wsdl-generic/src/test/resources/log4j.properties
+++ b/taverna-wsdl-generic/src/test/resources/log4j.properties
@@ -1,3 +1,18 @@
+##  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.
+
 log4j.rootLogger=WARN, CONSOLE
 
 # Default output to console