add license 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/c32ea4f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/c32ea4f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/c32ea4f3 Branch: refs/heads/cwl-browse Commit: c32ea4f33cc75c49d6e051d06224f25411956633 Parents: 792e1d4 Author: ThilinaManamgoda <[email protected]> Authored: Sat Aug 13 23:27:45 2016 +0530 Committer: ThilinaManamgoda <[email protected]> Committed: Sat Aug 13 23:27:45 2016 +0530 ---------------------------------------------------------------------- .../apache/taverna/cwl/CwlActivityFactoryTest.java | 16 ++++++++++++++++ .../apache/taverna/cwl/utilities/CwlScripting.java | 17 ++++++++++++++++- .../apache/taverna/cwl/utilities/PortDetail.java | 17 +++++++++++++++++ .../apache/taverna/cwl/utilities/CWLUtilTest.java | 16 ++++++++++++++++ .../taverna/cwl/utilities/CWLUtilTestResource.java | 16 ++++++++++++++++ 5 files changed, 81 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c32ea4f3/taverna-cwl-activity/src/test/java/org/apache/taverna/cwl/CwlActivityFactoryTest.java ---------------------------------------------------------------------- diff --git a/taverna-cwl-activity/src/test/java/org/apache/taverna/cwl/CwlActivityFactoryTest.java b/taverna-cwl-activity/src/test/java/org/apache/taverna/cwl/CwlActivityFactoryTest.java index 0468819..20c033c 100644 --- a/taverna-cwl-activity/src/test/java/org/apache/taverna/cwl/CwlActivityFactoryTest.java +++ b/taverna-cwl-activity/src/test/java/org/apache/taverna/cwl/CwlActivityFactoryTest.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * 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.cwl; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c32ea4f3/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/CwlScripting.java ---------------------------------------------------------------------- diff --git a/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/CwlScripting.java b/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/CwlScripting.java index b007647..ad01ea1 100644 --- a/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/CwlScripting.java +++ b/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/CwlScripting.java @@ -1,10 +1,25 @@ +/******************************************************************************* + * 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.cwl.utilities; import javax.script.ScriptEngine; import javax.script.ScriptEngineManager; import javax.script.ScriptException; -import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c32ea4f3/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/PortDetail.java ---------------------------------------------------------------------- diff --git a/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/PortDetail.java b/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/PortDetail.java index 9871a58..70b184d 100644 --- a/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/PortDetail.java +++ b/taverna-cwl-utilities/src/main/java/org/apache/taverna/cwl/utilities/PortDetail.java @@ -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. + *******************************************************************************/ package org.apache.taverna.cwl.utilities; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c32ea4f3/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTest.java ---------------------------------------------------------------------- diff --git a/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTest.java b/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTest.java index dd5d8b8..508f294 100644 --- a/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTest.java +++ b/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTest.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * 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.cwl.utilities; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c32ea4f3/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTestResource.java ---------------------------------------------------------------------- diff --git a/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTestResource.java b/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTestResource.java index 2dae8c2..34450d3 100644 --- a/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTestResource.java +++ b/taverna-cwl-utilities/src/test/java/org/apache/taverna/cwl/utilities/CWLUtilTestResource.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * 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.cwl.utilities; import java.io.IOException;
