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/src/org/eclipse/egit/github/core/event/EventPayload.java
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/src/org/eclipse/egit/github/core/event/EventPayload.java')
-rw-r--r--org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/event/EventPayload.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/event/EventPayload.java b/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/event/EventPayload.java
index 86ef2972..6a01b935 100644
--- a/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/event/EventPayload.java
+++ b/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/event/EventPayload.java
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2011 GitHub 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
*
* Contributors:
* Jason Tsay (GitHub Inc.) - initial API and implementation

Back to the top