Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-29 16:27:18 +0000
committerMatthias Sohn2018-05-30 09:28:29 +0000
commit29f262a74ba8c4a06f9886840cd222bd389627c0 (patch)
tree2958d95a046bca77837a18b6f19c0f9a0e387ea6 /org.eclipse.egit.github.core/pom-jar.xml
parent0825366f19f8a81123cff56c2cd5714027a48faf (diff)
downloadegit-github-29f262a74ba8c4a06f9886840cd222bd389627c0.tar.gz
egit-github-29f262a74ba8c4a06f9886840cd222bd389627c0.tar.xz
egit-github-29f262a74ba8c4a06f9886840cd222bd389627c0.zip
Update license to EPL-2.0
- use CBI license feature for EPL-2.0 - LICENSE with EPL-2.0 license text - update license headers - improve feature.properties - remove obsolete .eclipse_iplog Bug: 530393 Change-Id: I9f17457f70c5b1672e4c329dc389492c863fd838 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/pom-jar.xml')
-rw-r--r--org.eclipse.egit.github.core/pom-jar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml
index 4d0e5d68..50768eca 100644
--- a/org.eclipse.egit.github.core/pom-jar.xml
+++ b/org.eclipse.egit.github.core/pom-jar.xml
@@ -18,8 +18,8 @@
<licenses>
<license>
- <name>Eclipse Public License</name>
- <url>http://www.eclipse.org/legal/epl-v10.html</url>
+ <name>Eclipse Public License 2.0</name>
+ <url>https://www.eclipse.org/legal/epl-2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>

Back to the top