diff options
author | Matthias Sohn | 2018-05-29 05:19:53 -0400 |
---|---|---|
committer | Matthias Sohn | 2018-05-29 09:46:34 -0400 |
commit | a27e759149c957af27c0ac9ee5f2968a0be8cfff (patch) | |
tree | 7dccf16bfc8c10d77929a10d3116962ea3deb486 /org.eclipse.egit.gitflow-feature | |
parent | 2a6168830888138266c0e199622abd5ddf2cd236 (diff) | |
download | egit-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 'org.eclipse.egit.gitflow-feature')
-rw-r--r-- | org.eclipse.egit.gitflow-feature/build.properties | 2 | ||||
-rw-r--r-- | org.eclipse.egit.gitflow-feature/feature.properties | 12 | ||||
-rw-r--r-- | org.eclipse.egit.gitflow-feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.egit.gitflow-feature/pom.xml | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/org.eclipse.egit.gitflow-feature/build.properties b/org.eclipse.egit.gitflow-feature/build.properties index d02caa62d..5ffb7fdf3 100644 --- a/org.eclipse.egit.gitflow-feature/build.properties +++ b/org.eclipse.egit.gitflow-feature/build.properties @@ -1,2 +1,2 @@ bin.includes = feature.xml,\ - feature.properties
\ No newline at end of file + feature.properties diff --git a/org.eclipse.egit.gitflow-feature/feature.properties b/org.eclipse.egit.gitflow-feature/feature.properties index ce8ea4bb8..c482e3c89 100644 --- a/org.eclipse.egit.gitflow-feature/feature.properties +++ b/org.eclipse.egit.gitflow-feature/feature.properties @@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2000, 2010 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 +# 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 ############################################################################### featureName=Git integration for Eclipse - Gitflow support @@ -19,7 +21,9 @@ description=GitFlow support for Git integration in Eclipse copyright=\ Copyright (c) 2015 Max Hohenegger.\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\ +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 ################ end of copyright property #################################### diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml index 80e9284f5..0552a85f3 100644 --- a/org.eclipse.egit.gitflow-feature/feature.xml +++ b/org.eclipse.egit.gitflow-feature/feature.xml @@ -6,7 +6,7 @@ provider-name="%providerName" plugin="org.eclipse.egit.gitflow" license-feature="org.eclipse.license" - license-feature-version="0.0.0"> + license-feature-version="2.0.0"> <description url="http://www.eclipse.org/egit/"> %description diff --git a/org.eclipse.egit.gitflow-feature/pom.xml b/org.eclipse.egit.gitflow-feature/pom.xml index 68b86677c..86ad0e507 100644 --- a/org.eclipse.egit.gitflow-feature/pom.xml +++ b/org.eclipse.egit.gitflow-feature/pom.xml @@ -3,9 +3,11 @@ Copyright (C) 2015, Max Hohenegger <eclipse@hohenegger.eu> 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 --> <project xmlns="http://maven.apache.org/POM/4.0.0" |