Removed EPL license from W3C org documents Signed-off-by: Jan Supol <jan.supol@oracle.com>
diff --git a/NOTICE.md b/NOTICE.md index 6710c86..ca18740 100644 --- a/NOTICE.md +++ b/NOTICE.md
@@ -107,3 +107,7 @@ * License: Apache License, 2.0 * Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. * Copyright 2010-2013 Coda Hale and Yammer, Inc. + +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
diff --git a/core-server/etc/XMLSchema.dtd b/core-server/etc/XMLSchema.dtd index 69dd7f1..e8e8f76 100644 --- a/core-server/etc/XMLSchema.dtd +++ b/core-server/etc/XMLSchema.dtd
@@ -1,21 +1,3 @@ -<!-- - - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v. 2.0, which is available at - http://www.eclipse.org/legal/epl-2.0. - - This Source Code may also be made available under the following Secondary - Licenses when the conditions for such availability set forth in the - Eclipse Public License v. 2.0 are satisfied: GNU General Public License, - version 2 with the GNU Classpath Exception, which is available at - https://www.gnu.org/software/classpath/license.html. - - SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - ---> - <!-- DTD for XML Schemas: Part 1: Structures Public Identifier: "-//W3C//DTD XMLSCHEMA 200102//EN" Official Location: http://www.w3.org/2001/XMLSchema.dtd -->
diff --git a/core-server/etc/catalog.xml b/core-server/etc/catalog.xml index 8990b8d..ef1ee04 100644 --- a/core-server/etc/catalog.xml +++ b/core-server/etc/catalog.xml
@@ -1,21 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v. 2.0, which is available at - http://www.eclipse.org/legal/epl-2.0. - - This Source Code may also be made available under the following Secondary - Licenses when the conditions for such availability set forth in the - Eclipse Public License v. 2.0 are satisfied: GNU General Public License, - version 2 with the GNU Classpath Exception, which is available at - https://www.gnu.org/software/classpath/license.html. - - SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - ---> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"> <system systemId="http://www.w3.org/2001/xml.xsd"
diff --git a/core-server/etc/datatypes.dtd b/core-server/etc/datatypes.dtd index 93b5363..8e48553 100644 --- a/core-server/etc/datatypes.dtd +++ b/core-server/etc/datatypes.dtd
@@ -1,22 +1,4 @@ <!-- - - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v. 2.0, which is available at - http://www.eclipse.org/legal/epl-2.0. - - This Source Code may also be made available under the following Secondary - Licenses when the conditions for such availability set forth in the - Eclipse Public License v. 2.0 are satisfied: GNU General Public License, - version 2 with the GNU Classpath Exception, which is available at - https://www.gnu.org/software/classpath/license.html. - - SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - ---> - -<!-- DTD for XML Schemas: Part 2: Datatypes $Id: datatypes.dtd,v 1.23 2001/03/16 17:36:30 ht Exp $ Note this DTD is NOT normative, or even definitive. - - the
diff --git a/core-server/etc/wadl.xsd b/core-server/etc/wadl.xsd index 422d0f2..e3fa243 100644 --- a/core-server/etc/wadl.xsd +++ b/core-server/etc/wadl.xsd
@@ -1,21 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v. 2.0, which is available at - http://www.eclipse.org/legal/epl-2.0. - - This Source Code may also be made available under the following Secondary - Licenses when the conditions for such availability set forth in the - Eclipse Public License v. 2.0 are satisfied: GNU General Public License, - version 2 with the GNU Classpath Exception, which is available at - https://www.gnu.org/software/classpath/license.html. - - SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - ---> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://wadl.dev.java.net/2009/02"
diff --git a/core-server/etc/xml.xsd b/core-server/etc/xml.xsd index 816a5e9..af8e822 100644 --- a/core-server/etc/xml.xsd +++ b/core-server/etc/xml.xsd
@@ -1,21 +1,4 @@ <?xml version='1.0'?> -<!-- - - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. - - This program and the accompanying materials are made available under the - terms of the Eclipse Public License v. 2.0, which is available at - http://www.eclipse.org/legal/epl-2.0. - - This Source Code may also be made available under the following Secondary - Licenses when the conditions for such availability set forth in the - Eclipse Public License v. 2.0 are satisfied: GNU General Public License, - version 2 with the GNU Classpath Exception, which is available at - https://www.gnu.org/software/classpath/license.html. - - SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - ---> <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd" > <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
diff --git a/core-server/src/main/resources/META-INF/NOTICE.md b/core-server/src/main/resources/META-INF/NOTICE.md index 7e9bc00..adf1cef 100644 --- a/core-server/src/main/resources/META-INF/NOTICE.md +++ b/core-server/src/main/resources/META-INF/NOTICE.md
@@ -39,3 +39,7 @@ org.objectweb.asm Version 5.0.4 * License: Modified BSD (http://asm.objectweb.org/license.html) * Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved. + +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
diff --git a/pom.xml b/pom.xml index 2c626fa..32c58fc 100644 --- a/pom.xml +++ b/pom.xml
@@ -192,6 +192,12 @@ <comments>AngularJS, Bootstrap v3.3.7, jQuery Barcode plugin 0.3, KineticJS v4.7.1</comments> </license> + <license> + <name>W3C license</name> + <url>https://www.w3.org/Consortium/Legal/copyright-documents-19990405</url> + <distribution>repo</distribution> + <comments>Content of core-server/etc</comments> + </license> </licenses> <scm>