Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tools/version.sh')
-rwxr-xr-xtools/version.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/version.sh b/tools/version.sh
index c86354fa..94288a71 100755
--- a/tools/version.sh
+++ b/tools/version.sh
@@ -3,9 +3,11 @@
# Copyright (C) 2011, Matthias Sohn <matthias.sohn@sap.com>
#
# 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 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
# Update all pom.xml with new build number
#

Back to the top