Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 15:14:50 +0000
committerAlexander Kurtakov2018-08-21 17:47:21 +0000
commit9f1dcac99e6c986e0fd94c9d0b7bcea29721e824 (patch)
tree537d2c5b02a6f52a2b684fbc837d7c4559222eb7
parentcd68b8e1a71dba5e9c1599b14a8cfde58b13fa34 (diff)
downloadrt.equinox.bundles-9f1dcac99e6c986e0fd94c9d0b7bcea29721e824.tar.gz
rt.equinox.bundles-9f1dcac99e6c986e0fd94c9d0b7bcea29721e824.tar.xz
rt.equinox.bundles-9f1dcac99e6c986e0fd94c9d0b7bcea29721e824.zip
Bug 535802 - EPL-2.0 for features in equinox.bundles repoY20180822-2200I20180823-0100I20180822-2000I20180822-0800I20180821-2000
Updates the files in the features directory Script used: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I7bc08712b685b62907ae31c15425af10a4298ce7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--features/org.eclipse.equinox.compendium.sdk/build.properties9
-rw-r--r--features/org.eclipse.equinox.compendium.sdk/feature.properties18
-rw-r--r--features/org.eclipse.equinox.core.feature/build.properties9
-rw-r--r--features/org.eclipse.equinox.core.feature/feature.properties18
-rw-r--r--features/org.eclipse.equinox.core.sdk/build.properties9
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.properties18
-rw-r--r--features/org.eclipse.equinox.sdk/build.properties9
-rw-r--r--features/org.eclipse.equinox.sdk/feature.properties18
-rw-r--r--features/org.eclipse.equinox.server.core/build.properties9
-rw-r--r--features/org.eclipse.equinox.server.core/feature.properties18
-rw-r--r--features/org.eclipse.equinox.server.jetty/build.properties9
-rw-r--r--features/org.eclipse.equinox.server.jetty/feature.properties18
-rw-r--r--features/org.eclipse.equinox.server.p2/build.properties9
-rw-r--r--features/org.eclipse.equinox.server.p2/feature.properties18
-rw-r--r--features/org.eclipse.equinox.server.servletbridge/build.properties9
-rw-r--r--features/org.eclipse.equinox.server.servletbridge/feature.properties18
-rw-r--r--features/org.eclipse.equinox.server.simple/build.properties9
-rw-r--r--features/org.eclipse.equinox.server.simple/feature.properties18
-rw-r--r--features/org.eclipse.equinox.serverside.sdk/build.properties9
-rw-r--r--features/org.eclipse.equinox.serverside.sdk/feature.properties18
20 files changed, 180 insertions, 90 deletions
diff --git a/features/org.eclipse.equinox.compendium.sdk/build.properties b/features/org.eclipse.equinox.compendium.sdk/build.properties
index 3e3ffce0f..8c96cfcaf 100644
--- a/features/org.eclipse.equinox.compendium.sdk/build.properties
+++ b/features/org.eclipse.equinox.compendium.sdk/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
diff --git a/features/org.eclipse.equinox.compendium.sdk/feature.properties b/features/org.eclipse.equinox.compendium.sdk/feature.properties
index efc68bc08..d47d2f7b8 100644
--- a/features/org.eclipse.equinox.compendium.sdk/feature.properties
+++ b/features/org.eclipse.equinox.compendium.sdk/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
@@ -32,10 +35,13 @@ platforms at development time rather than deployed with end-user systems.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2009 EclipseSource and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
EclipseSource - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.core.feature/build.properties b/features/org.eclipse.equinox.core.feature/build.properties
index 020c38bdf..18e7e745a 100644
--- a/features/org.eclipse.equinox.core.feature/build.properties
+++ b/features/org.eclipse.equinox.core.feature/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.equinox.core.feature/feature.properties b/features/org.eclipse.equinox.core.feature/feature.properties
index 99844ea72..dcfe5828d 100644
--- a/features/org.eclipse.equinox.core.feature/feature.properties
+++ b/features/org.eclipse.equinox.core.feature/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2010, 2011 EclipseSource Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
@@ -23,10 +26,13 @@ providerName=Eclipse Equinox Project
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2010 EclipseSource and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
EclipseSource - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.core.sdk/build.properties b/features/org.eclipse.equinox.core.sdk/build.properties
index 978e172c4..44f611338 100644
--- a/features/org.eclipse.equinox.core.sdk/build.properties
+++ b/features/org.eclipse.equinox.core.sdk/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
diff --git a/features/org.eclipse.equinox.core.sdk/feature.properties b/features/org.eclipse.equinox.core.sdk/feature.properties
index c6ca5fa11..d5f35b85b 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.properties
+++ b/features/org.eclipse.equinox.core.sdk/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
@@ -33,10 +36,13 @@ deployed with end-user systems.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2009 EclipseSource and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
EclipseSource - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.sdk/build.properties b/features/org.eclipse.equinox.sdk/build.properties
index c9efdba3f..ce35d5eb4 100644
--- a/features/org.eclipse.equinox.sdk/build.properties
+++ b/features/org.eclipse.equinox.sdk/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
diff --git a/features/org.eclipse.equinox.sdk/feature.properties b/features/org.eclipse.equinox.sdk/feature.properties
index f76fd7ceb..43504cbe9 100644
--- a/features/org.eclipse.equinox.sdk/feature.properties
+++ b/features/org.eclipse.equinox.sdk/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
@@ -32,10 +35,13 @@ deployed with end-user systems.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2009, 2010 EclipseSource and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
EclipseSource - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.server.core/build.properties b/features/org.eclipse.equinox.server.core/build.properties
index 8586881bc..63b94c428 100644
--- a/features/org.eclipse.equinox.server.core/build.properties
+++ b/features/org.eclipse.equinox.server.core/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.equinox.server.core/feature.properties b/features/org.eclipse.equinox.server.core/feature.properties
index 5f364ba5a..51ec6dffd 100644
--- a/features/org.eclipse.equinox.server.core/feature.properties
+++ b/features/org.eclipse.equinox.server.core/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2010, 2011 IBM, Composent, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM - initial API and implementation
@@ -23,10 +26,13 @@ providerName=Eclipse Equinox Project
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2010 IBM, Composent, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.server.jetty/build.properties b/features/org.eclipse.equinox.server.jetty/build.properties
index 020c38bdf..18e7e745a 100644
--- a/features/org.eclipse.equinox.server.jetty/build.properties
+++ b/features/org.eclipse.equinox.server.jetty/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.equinox.server.jetty/feature.properties b/features/org.eclipse.equinox.server.jetty/feature.properties
index 87be3711e..ee28de88f 100644
--- a/features/org.eclipse.equinox.server.jetty/feature.properties
+++ b/features/org.eclipse.equinox.server.jetty/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2010, 2011 IBM, Composent, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM - initial API and implementation
@@ -23,10 +26,13 @@ providerName=Eclipse Equinox Project
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2010 IBM, Composent, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.server.p2/build.properties b/features/org.eclipse.equinox.server.p2/build.properties
index 3b28786ea..a612354d8 100644
--- a/features/org.eclipse.equinox.server.p2/build.properties
+++ b/features/org.eclipse.equinox.server.p2/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.equinox.server.p2/feature.properties b/features/org.eclipse.equinox.server.p2/feature.properties
index fc734b07a..229e65a62 100644
--- a/features/org.eclipse.equinox.server.p2/feature.properties
+++ b/features/org.eclipse.equinox.server.p2/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2010, 2011 IBM, Composent, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM - initial API and implementation
@@ -23,10 +26,13 @@ providerName=Eclipse Equinox Project
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2010 IBM, Composent, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.server.servletbridge/build.properties b/features/org.eclipse.equinox.server.servletbridge/build.properties
index 170d1ec9a..0d9b9dc8e 100644
--- a/features/org.eclipse.equinox.server.servletbridge/build.properties
+++ b/features/org.eclipse.equinox.server.servletbridge/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.equinox.server.servletbridge/feature.properties b/features/org.eclipse.equinox.server.servletbridge/feature.properties
index 0a3dc2bf3..b68c54aca 100644
--- a/features/org.eclipse.equinox.server.servletbridge/feature.properties
+++ b/features/org.eclipse.equinox.server.servletbridge/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2010, 2011 IBM, Composent, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM - initial API and implementation
@@ -23,10 +26,13 @@ providerName=Eclipse Equinox Project
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2010 IBM, Composent, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.server.simple/build.properties b/features/org.eclipse.equinox.server.simple/build.properties
index 020c38bdf..18e7e745a 100644
--- a/features/org.eclipse.equinox.server.simple/build.properties
+++ b/features/org.eclipse.equinox.server.simple/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/features/org.eclipse.equinox.server.simple/feature.properties b/features/org.eclipse.equinox.server.simple/feature.properties
index 428300280..48c18336d 100644
--- a/features/org.eclipse.equinox.server.simple/feature.properties
+++ b/features/org.eclipse.equinox.server.simple/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2010, 2011 IBM, Composent, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM - initial API and implementation
@@ -23,10 +26,13 @@ providerName=Eclipse Equinox Project
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2010 IBM,, Composent, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM - initial API and implementation\n
diff --git a/features/org.eclipse.equinox.serverside.sdk/build.properties b/features/org.eclipse.equinox.serverside.sdk/build.properties
index 9180d490f..0637c5262 100644
--- a/features/org.eclipse.equinox.serverside.sdk/build.properties
+++ b/features/org.eclipse.equinox.serverside.sdk/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
diff --git a/features/org.eclipse.equinox.serverside.sdk/feature.properties b/features/org.eclipse.equinox.serverside.sdk/feature.properties
index d465011e8..b5ab1a527 100644
--- a/features/org.eclipse.equinox.serverside.sdk/feature.properties
+++ b/features/org.eclipse.equinox.serverside.sdk/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2009, 2011 EclipseSource and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# EclipseSource - initial API and implementation
@@ -34,10 +37,13 @@ deployed with end-user systems.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2009 EclipseSource and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
EclipseSource - initial API and implementation\n

Back to the top