Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/CommitMessageWithCaretPosition.java')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/CommitMessageWithCaretPosition.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/CommitMessageWithCaretPosition.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/CommitMessageWithCaretPosition.java
index a34be7cb1d..e1ba4b5937 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/CommitMessageWithCaretPosition.java
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/CommitMessageWithCaretPosition.java
@@ -2,9 +2,11 @@
* Copyright (C) 2017, Stefan Rademacher <stefan.rademacher@tk.de>
*
* 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
*******************************************************************************/
package org.eclipse.egit.ui;
@@ -74,4 +76,4 @@ public class CommitMessageWithCaretPosition {
&& Objects.equals(message, other.message);
}
-} \ No newline at end of file
+}

Back to the top