Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-23 14:29:21 +0000
committerAlexander Kurtakov2018-08-27 11:59:47 +0000
commit20982a05817eed1478c4d49cef0ff53337133d7a (patch)
treef7b1424d95a6d04b2ce00107b924cf317d7964d5 /features
parent619de2981e39d0870663a18a808ed401ea0d65e9 (diff)
downloadeclipse.platform.team-20982a05817eed1478c4d49cef0ff53337133d7a.tar.gz
eclipse.platform.team-20982a05817eed1478c4d49cef0ff53337133d7a.tar.xz
eclipse.platform.team-20982a05817eed1478c4d49cef0ff53337133d7a.zip
Bug 535802 - EPL 2.0 conversion for team featuresI20180827-0800
Change-Id: Ifb5a6a1192b28a26b901a6ab43aa3963f80fc951 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.cvs-feature/build.properties9
-rw-r--r--features/org.eclipse.cvs-feature/feature.properties18
-rw-r--r--features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties18
3 files changed, 30 insertions, 15 deletions
diff --git a/features/org.eclipse.cvs-feature/build.properties b/features/org.eclipse.cvs-feature/build.properties
index ed88ca9c0..fcf7db475 100644
--- a/features/org.eclipse.cvs-feature/build.properties
+++ b/features/org.eclipse.cvs-feature/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2000, 2015 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.cvs-feature/feature.properties b/features/org.eclipse.cvs-feature/feature.properties
index 1d20b811c..ab6f824aa 100644
--- a/features/org.eclipse.cvs-feature/feature.properties
+++ b/features/org.eclipse.cvs-feature/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2000, 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
@@ -26,10 +29,13 @@ description=Eclipse CVS Client (binary runtime and user documentation).
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2011 IBM Corporation 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\
+\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/\n\
+\n\
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM Corporation - initial API and implementation\n
diff --git a/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties
index 517d37d35..192d9d655 100644
--- a/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.cvs-feature/sourceTemplateFeature/feature.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2000, 2012 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
@@ -28,10 +31,13 @@ description=API documentation and source code zips for Eclipse CVS client.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2012 IBM Corporation 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\
+\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/\n\
+\n\
+SPDX-License-Identifier: EPL-2.0\n\
\n\
Contributors:\n\
IBM Corporation - initial API and implementation\n

Back to the top