diff options
author | Lars Vogel | 2018-08-21 16:05:02 +0000 |
---|---|---|
committer | Lars Vogel | 2018-08-21 16:05:02 +0000 |
commit | b0e2d6bb68d867436b37e01c616f172e0920e0bc (patch) | |
tree | d62f5458ce4ecbe79159abcd4cf60094f9a87f98 | |
parent | 22567f97fb6b970fc09df4abf96f4b58af6f3c20 (diff) | |
download | rt.equinox.bundles-b0e2d6bb68d867436b37e01c616f172e0920e0bc.tar.gz rt.equinox.bundles-b0e2d6bb68d867436b37e01c616f172e0920e0bc.tar.xz rt.equinox.bundles-b0e2d6bb68d867436b37e01c616f172e0920e0bc.zip |
Bug 535802 - EPL-2.0 for schema definition in equinox.bundles
Script used:
git checkout master
git reset --hard origin/master
git pull
find . -type f -name "*.exsd" -exec sed -i -E
's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\>http:\/\/www.eclipse.org\/legal\/epl-v10.html\<\/a\>/https:\/\/www.eclipse.org\/legal\/epl-2.0\"\>https:\/\/www.eclipse.org\/legal\/epl-v20.html\<\/a\>\/\n\nSPDX-License-Identifier:
EPL-2.0/' {} +
find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License
v1.0/Eclipse Public License 2.0/g'
find . -type f -name "*.exsd" -exec sed -i -E
's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved.
)/\1\n\1\2/' {} +
Change-Id: I8484dbfda278eb7b9e2313228798fd8d841a6255
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
15 files changed, 78 insertions, 33 deletions
diff --git a/bundles/org.eclipse.equinox.app/schema/applications.exsd b/bundles/org.eclipse.equinox.app/schema/applications.exsd index d82ff950e..e4b8a878b 100644 --- a/bundles/org.eclipse.equinox.app/schema/applications.exsd +++ b/bundles/org.eclipse.equinox.app/schema/applications.exsd @@ -226,11 +226,14 @@ The interface <samp>org.eclipse.core.runtime.IPlatformRunnable</samp> </appInfo> <documentation> Copyright (c) 2004, 2007 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.app/schema/products.exsd b/bundles/org.eclipse.equinox.app/schema/products.exsd index f3da7ce32..1abcd244d 100644 --- a/bundles/org.eclipse.equinox.app/schema/products.exsd +++ b/bundles/org.eclipse.equinox.app/schema/products.exsd @@ -204,12 +204,15 @@ for details of the branding related product properties defined by the Eclipse UI </appInfo> <documentation> Copyright (c) 2004, 2005 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a -href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.bidi/schema/bidiTypes.exsd b/bundles/org.eclipse.equinox.bidi/schema/bidiTypes.exsd index f457bdcde..17a6099f1 100644 --- a/bundles/org.eclipse.equinox.bidi/schema/bidiTypes.exsd +++ b/bundles/org.eclipse.equinox.bidi/schema/bidiTypes.exsd @@ -129,11 +129,14 @@ public class StructuredTextSepMinus extends StructuredTextTypeHandler { </appInfo> <documentation> Copyright (c) 2011 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a -href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.http.registry/schema/filters.exsd b/bundles/org.eclipse.equinox.http.registry/schema/filters.exsd index e9182ea64..d6cdae535 100644 --- a/bundles/org.eclipse.equinox.http.registry/schema/filters.exsd +++ b/bundles/org.eclipse.equinox.http.registry/schema/filters.exsd @@ -194,10 +194,13 @@ This equivalent to the Equinox Extended Http Service's registerFilter metho <documentation> Copyright (c) 2010 IBM Corporation and others <br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0. <br> Contributors:<br> Cognos Incorporated - initial API and implementation<br> diff --git a/bundles/org.eclipse.equinox.http.registry/schema/httpcontexts.exsd b/bundles/org.eclipse.equinox.http.registry/schema/httpcontexts.exsd index 329bd5781..054f053c5 100644 --- a/bundles/org.eclipse.equinox.http.registry/schema/httpcontexts.exsd +++ b/bundles/org.eclipse.equinox.http.registry/schema/httpcontexts.exsd @@ -174,10 +174,13 @@ This httpcontexts extension will make resources from "/test" in the co <documentation> Copyright (c) 2005-2007 Cognos Incorporated, IBM Corporation and others <br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0. <br> Contributors:<br> Cognos Incorporated - initial API and implementation<br> diff --git a/bundles/org.eclipse.equinox.http.registry/schema/resources.exsd b/bundles/org.eclipse.equinox.http.registry/schema/resources.exsd index 3fd1925d0..d5358613a 100644 --- a/bundles/org.eclipse.equinox.http.registry/schema/resources.exsd +++ b/bundles/org.eclipse.equinox.http.registry/schema/resources.exsd @@ -156,10 +156,13 @@ This equivalent to the OSGi Http Service's registerResource method. <documentation> Copyright (c) 2005-2007 Cognos Incorporated, IBM Corporation and others <br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0. <br> Contributors:<br> Cognos Incorporated - initial API and implementation<br> diff --git a/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd b/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd index dba9d724a..3f27d09b0 100644 --- a/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd +++ b/bundles/org.eclipse.equinox.http.registry/schema/servlets.exsd @@ -194,10 +194,13 @@ This equivalent to the OSGi Http Service's registerServlet method. <documentation> Copyright (c) 2005-2007 Cognos Incorporated, IBM Corporation and others <br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0. <br> Contributors:<br> Cognos Incorporated - initial API and implementation<br> diff --git a/bundles/org.eclipse.equinox.preferences/schema/preferences.exsd b/bundles/org.eclipse.equinox.preferences/schema/preferences.exsd index 85f7a32ef..e356a11a0 100644 --- a/bundles/org.eclipse.equinox.preferences/schema/preferences.exsd +++ b/bundles/org.eclipse.equinox.preferences/schema/preferences.exsd @@ -188,10 +188,13 @@ If the client chooses let the Eclipse Platform handle the preference nodes but w </appInfo> <documentation> Copyright (c) 2004, 2014 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.registry/schema/adapters.exsd b/bundles/org.eclipse.equinox.registry/schema/adapters.exsd index 563e13edc..a9fcf3dcb 100644 --- a/bundles/org.eclipse.equinox.registry/schema/adapters.exsd +++ b/bundles/org.eclipse.equinox.registry/schema/adapters.exsd @@ -142,12 +142,15 @@ An adapter factory registered with this extension point does not need to be regi </appInfo> <documentation> Copyright (c) 2004, 2007 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a -href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.security/schema/callbackHandler.exsd b/bundles/org.eclipse.equinox.security/schema/callbackHandler.exsd index 007589362..b5fedece7 100644 --- a/bundles/org.eclipse.equinox.security/schema/callbackHandler.exsd +++ b/bundles/org.eclipse.equinox.security/schema/callbackHandler.exsd @@ -96,7 +96,10 @@ </appinfo> <documentation> Copyright (c) 2005, 2007 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.security/schema/callbackHandlerMapping.exsd b/bundles/org.eclipse.equinox.security/schema/callbackHandlerMapping.exsd index a75bc8518..181df5a26 100644 --- a/bundles/org.eclipse.equinox.security/schema/callbackHandlerMapping.exsd +++ b/bundles/org.eclipse.equinox.security/schema/callbackHandlerMapping.exsd @@ -85,7 +85,10 @@ </appinfo> <documentation> Copyright (c) 2005, 2007 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.security/schema/internalUI.exsd b/bundles/org.eclipse.equinox.security/schema/internalUI.exsd index 741c74af8..2eb61830a 100644 --- a/bundles/org.eclipse.equinox.security/schema/internalUI.exsd +++ b/bundles/org.eclipse.equinox.security/schema/internalUI.exsd @@ -96,7 +96,10 @@ </appinfo> <documentation> Copyright (c) 2008 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.security/schema/loginConfigurationProvider.exsd b/bundles/org.eclipse.equinox.security/schema/loginConfigurationProvider.exsd index 2250498c8..d7a575e4c 100644 --- a/bundles/org.eclipse.equinox.security/schema/loginConfigurationProvider.exsd +++ b/bundles/org.eclipse.equinox.security/schema/loginConfigurationProvider.exsd @@ -106,7 +106,10 @@ </appinfo> <documentation> Copyright (c) 2005, 2007 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.security/schema/loginModule.exsd b/bundles/org.eclipse.equinox.security/schema/loginModule.exsd index 22311c44b..05807480d 100644 --- a/bundles/org.eclipse.equinox.security/schema/loginModule.exsd +++ b/bundles/org.eclipse.equinox.security/schema/loginModule.exsd @@ -119,7 +119,10 @@ description="org.eclipse.equinox.accounts.internal.auth.module.HttpBasicLog </appinfo> <documentation> Copyright (c) 2005, 2007 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> diff --git a/bundles/org.eclipse.equinox.security/schema/secureStorage.exsd b/bundles/org.eclipse.equinox.security/schema/secureStorage.exsd index 8df2ff864..d6975e62f 100644 --- a/bundles/org.eclipse.equinox.security/schema/secureStorage.exsd +++ b/bundles/org.eclipse.equinox.security/schema/secureStorage.exsd @@ -140,7 +140,10 @@ </appinfo> <documentation> Copyright (c) 2008 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 </documentation> </annotation> |