Repository: incubator-taverna-workbench Updated Branches: refs/heads/master 3397419ff -> e9d865642
license header 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/e9d86564 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/e9d86564 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/e9d86564 Branch: refs/heads/master Commit: e9d86564201b941a85b3f49fb9d1d92fff1874d9 Parents: 3397419 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Sep 7 22:51:46 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Sep 7 22:51:46 2016 +0100 ---------------------------------------------------------------------- taverna-beaninfo/pom.xml | 16 ++++++++++++++++ .../apache/taverna/lang/uibuilder/package.html | 18 +++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e9d86564/taverna-beaninfo/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-beaninfo/pom.xml b/taverna-beaninfo/pom.xml index cc23915..8b2e114 100644 --- a/taverna-beaninfo/pom.xml +++ b/taverna-beaninfo/pom.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e9d86564/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/package.html ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/package.html b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/package.html index 7ee4684..7099841 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/package.html +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/package.html @@ -1,4 +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> Swing components to control and render the PluginManager and associated bean classes, most obviously PluginDescription -</body> \ No newline at end of file +</body>
