aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-09-23 15:56:24 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2019-09-23 15:56:24 +0200
commit5ae7caf68d5b520bebc3e207f1b440a43c0fba15 (patch)
treef72fea9529a310b2960344d352ecb2e92b768717 /org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java
parent18f571a764a9879bb8ceb95f7a23efa373a5a89c (diff)
downloadjacoco-5ae7caf68d5b520bebc3e207f1b440a43c0fba15.tar.gz
Update license to EPL version 2.0 (#943)
Diffstat (limited to 'org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java')
-rw-r--r--org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java b/org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java
index cc508e73..c6665964 100644
--- a/org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java
+++ b/org.jacoco.core/src/org/jacoco/core/data/IncompatibleExecDataVersionException.java
@@ -1,9 +1,10 @@
/*******************************************************************************
* Copyright (c) 2009, 2019 Mountainminds GmbH & Co. KG and Contributors
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * This program and the accompanying materials are made available under
+ * the terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Marc R. Hoffmann, somechris - initial API and implementation