Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-29 09:19:53 +0000
committerMatthias Sohn2018-05-29 13:46:34 +0000
commita27e759149c957af27c0ac9ee5f2968a0be8cfff (patch)
tree7dccf16bfc8c10d77929a10d3116962ea3deb486 /tools/version.sh
parent2a6168830888138266c0e199622abd5ddf2cd236 (diff)
downloadegit-a27e759149c957af27c0ac9ee5f2968a0be8cfff.tar.gz
egit-a27e759149c957af27c0ac9ee5f2968a0be8cfff.tar.xz
egit-a27e759149c957af27c0ac9ee5f2968a0be8cfff.zip
Update license to EPL-2.0
Bug: 530393 Change-Id: Iea3b247253a97c28043187df0e35daecf518011e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 c15ea269e2..a934c85ec4 100755
--- a/tools/version.sh
+++ b/tools/version.sh
@@ -2,9 +2,11 @@
# Copyright (C) 2009, Google Inc.
#
# 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