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/aff32dbb Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/aff32dbb Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/aff32dbb Branch: refs/heads/cwl-browse Commit: aff32dbb955dbe005a052169ec15d2e23dab3023 Parents: bb25b36 Author: Stian Soiland-Reyes <st...@apache.org> Authored: Thu Apr 28 16:57:41 2016 +0100 Committer: Stian Soiland-Reyes <st...@apache.org> Committed: Thu Apr 28 16:57:41 2016 +0100 ---------------------------------------------------------------------- .../main/resources/abdera/adapter/feed.properties | 14 ++++++++++++++ .../src/main/resources/index | 14 ++++++++++++++ .../src/main/resources/interaction.css | 16 ++++++++++++++++ 3 files changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/aff32dbb/taverna-interaction-activity/src/main/resources/abdera/adapter/feed.properties ---------------------------------------------------------------------- diff --git a/taverna-interaction-activity/src/main/resources/abdera/adapter/feed.properties b/taverna-interaction-activity/src/main/resources/abdera/adapter/feed.properties index 3371f38..b031968 100644 --- a/taverna-interaction-activity/src/main/resources/abdera/adapter/feed.properties +++ b/taverna-interaction-activity/src/main/resources/abdera/adapter/feed.properties @@ -1,3 +1,17 @@ +## 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. subUri=feed adapterClassName=net.sf.taverna.t2.activities.interaction.jetty.HackedFilesystemAdapter title=Taverna interaction http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/aff32dbb/taverna-interaction-activity/src/main/resources/index ---------------------------------------------------------------------- diff --git a/taverna-interaction-activity/src/main/resources/index b/taverna-interaction-activity/src/main/resources/index index 8d3d1bc..6aecd49 100644 --- a/taverna-interaction-activity/src/main/resources/index +++ b/taverna-interaction-activity/src/main/resources/index @@ -1,3 +1,17 @@ +## 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. ask choose notify http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/aff32dbb/taverna-interaction-activity/src/main/resources/interaction.css ---------------------------------------------------------------------- diff --git a/taverna-interaction-activity/src/main/resources/interaction.css b/taverna-interaction-activity/src/main/resources/interaction.css index a6e3301..3c64d17 100644 --- a/taverna-interaction-activity/src/main/resources/interaction.css +++ b/taverna-interaction-activity/src/main/resources/interaction.css @@ -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. +*/ html, body { height: 100%; width: 100%; margin: 0; border:0; } #presentationFrame, #presentationDiv { height: 90%; width: 95%; margin: 0; border:0; frameborder:0; } #acknowledgment { width: 95%; margin: 0; border:0; frameborder:0; background-color: #eeeb99; color: #555555; text-align:center; }