diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bad72084..204f7bf75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,11 +2,11 @@ # Copyright (c) 2015, 2020 logi.cals GmbH and others # # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License v2.0 # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # and the Eclipse Distribution License is available at # http://www.eclipse.org/org/documents/edl-v10.php. # diff --git a/LICENSE b/LICENSE index 3e0901fe6..d1a81ad84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,11 +1,11 @@ -Eclipse Public License - v 1.0 +Eclipse Public License - v 2.0 This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 -and Eclipse Distribution License v1.0 which accompany this distribution. +are made available under the terms of the Eclipse Public License v2.0 +and Eclipse Distribution License v2.0 which accompany this distribution. The Eclipse Public License is available at - http://www.eclipse.org/legal/epl-v10.html + https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index bc54e9f67..ce1a81d00 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ # Copyright (c) 2009, 2019 IBM Corp. # # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License v2.0 # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # and the Eclipse Distribution License is available at # http://www.eclipse.org/org/documents/edl-v10.php. # diff --git a/about.html b/about.html index 6555a44e5..87c978319 100644 --- a/about.html +++ b/about.html @@ -6,14 +6,14 @@
December 9, 2013
+April 6, 2020
The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL") and Eclipse Distribution License Version 1.0 ("EDL"). +Eclipse Public License Version 2.0 ("EPL") and Eclipse Distribution License Version 1.0 ("EDL"). A copy of the EPL is available at -http://www.eclipse.org/legal/epl-v10.html +https://www.eclipse.org/legal/epl-2.0/ and a copy of the EDL is available at http://www.eclipse.org/org/documents/edl-v10.php. For purposes of the EPL, "Program" will mean the Content.
diff --git a/build.xml b/build.xml index e648965ed..5407c18d1 100644 --- a/build.xml +++ b/build.xml @@ -1,12 +1,12 @@