CSS seems to be our own I thought it was derived from BSD3-licensed contemporary https://github.com/myExperiment/myExperiment/blob/17acf55022dcb33b16958565718df636b0aefd6e/public/stylesheets/styles.css
but it does not have any obvious overlap Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/8769df25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/8769df25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/8769df25 Branch: refs/heads/master Commit: 8769df25c7f95ff91aa2da3ef42257a92067c586 Parents: a7761da Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Oct 21 11:46:18 2016 +0200 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Oct 21 11:46:18 2016 +0200 ---------------------------------------------------------------------- .../ui/perspectives/myexperiment/styles.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/8769df25/taverna-perspective-myexperiment/src/main/resources/org/apache/taverna/ui/perspectives/myexperiment/styles.css ---------------------------------------------------------------------- diff --git a/taverna-perspective-myexperiment/src/main/resources/org/apache/taverna/ui/perspectives/myexperiment/styles.css b/taverna-perspective-myexperiment/src/main/resources/org/apache/taverna/ui/perspectives/myexperiment/styles.css index 4097415..75826b3 100644 --- a/taverna-perspective-myexperiment/src/main/resources/org/apache/taverna/ui/perspectives/myexperiment/styles.css +++ b/taverna-perspective-myexperiment/src/main/resources/org/apache/taverna/ui/perspectives/myexperiment/styles.css @@ -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. + */ + + body { font-family: arial, helvetica, clean, sans-serif; margin: 0; @@ -377,4 +395,4 @@ div.user { .none_text { color: #666666; font-style: italic; -} \ No newline at end of file +}
