clarify w3c license
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/f6746021 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/f6746021 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/f6746021 Branch: refs/heads/master Commit: f6746021b303938c743e4fbea9a7d8cdc624f059 Parents: 0f0b3b6 Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Jun 29 09:57:43 2018 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Jun 29 09:57:43 2018 +0100 ---------------------------------------------------------------------- LICENSE | 32 ++++++++++++++++++++++++++++++++ NOTICE | 8 -------- 2 files changed, 32 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/f6746021/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index d645695..7c19697 100644 --- a/LICENSE +++ b/LICENSE @@ -200,3 +200,35 @@ 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. + +------------------------------------------------------ +./taverna-component-repository-api/src/main/catalog/xml.xsd +./taverna-component-activity/src/main/catalog/xml.xsd + +xml.xsd +Extensible Markup Language (XML) 1.0 (Fifth Edition) +W3C Recommendation 26 November 2008 +http://www.w3.org/2001/xml.xsd +http://www.w3.org/TR/xml/ + +Copyright (c) 2015 W3C(R) (MIT, ERCIM, Keio, Beihang). This software or +document includes material copied from or derived from: + +W3C liability, trademark and document use rules apply. +http://www.w3.org/Consortium/Legal/2015/doc-license + +------------------------------------------------------ +./taverna-component-repository-api/src/main/catalog/XMLSchema.xsd +./taverna-component-activity/src/main/catalog/XMLSchema.xsd + +XMLSchema.xsd + +XML Schema Part 1: Structures Second Edition +W3C Recommendation 28 October 2004 +http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/ +https://www.w3.org/2001/XMLSchema.xsd + + +Copyright © 2004 W3C® (MIT, ERCIM, Keio), All Rights Reserved. +W3C liability, trademark and document use rules apply. +http://www.w3.org/Consortium/Legal/2015/doc-license \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/f6746021/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 23e78b1..35c354c 100644 --- a/NOTICE +++ b/NOTICE @@ -9,11 +9,3 @@ Portions of this software were originally based on the following: These have been licensed to the Apache Software Foundation under a software grant. --------------------------------------------------------- - -TODO: These XSD files are from W3C - which license? - -./taverna-component-repository-api/src/main/catalog/xml.xsd -./taverna-component-repository-api/src/main/catalog/XMLSchema.xsd -./taverna-component-activity/src/main/catalog/xml.xsd -./taverna-component-activity/src/main/catalog/XMLSchema.xsd -
