Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2019-12-09 13:38:56 +0000
committerFred Bricon2019-12-09 13:39:36 +0000
commit63f3fbcffc3ced471993bf3c56343451c918784b (patch)
tree80d29369b372abedadac910582bbda9ee667ca98 /org.eclipse.m2e.binaryproject.tests
parente034db794ba3cb3e801f0b9df838c7216587aa1b (diff)
downloadm2e-core-63f3fbcffc3ced471993bf3c56343451c918784b.tar.gz
m2e-core-63f3fbcffc3ced471993bf3c56343451c918784b.tar.xz
m2e-core-63f3fbcffc3ced471993bf3c56343451c918784b.zip
Bug 553880: Migrate license to EPL v2.0
Change-Id: I03478938ed8ffcb3f6f5405c32ea61f7c6b8dbf0 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.binaryproject.tests')
-rw-r--r--org.eclipse.m2e.binaryproject.tests/plugin_customization.ini7
-rw-r--r--org.eclipse.m2e.binaryproject.tests/pom.xml6
-rw-r--r--org.eclipse.m2e.binaryproject.tests/src/org/eclipse/m2e/binaryproject/tests/BinaryProjectTest.java6
3 files changed, 12 insertions, 7 deletions
diff --git a/org.eclipse.m2e.binaryproject.tests/plugin_customization.ini b/org.eclipse.m2e.binaryproject.tests/plugin_customization.ini
index cb717545..acc085f2 100644
--- a/org.eclipse.m2e.binaryproject.tests/plugin_customization.ini
+++ b/org.eclipse.m2e.binaryproject.tests/plugin_customization.ini
@@ -1,9 +1,10 @@
# Copyright (c) 2010-2011 Sonatype, 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
#
# Add "-pluginCustomization plugin_customization.ini" to your Eclipse command line to apply these settings
#
diff --git a/org.eclipse.m2e.binaryproject.tests/pom.xml b/org.eclipse.m2e.binaryproject.tests/pom.xml
index deb94e31..889d2a6e 100644
--- a/org.eclipse.m2e.binaryproject.tests/pom.xml
+++ b/org.eclipse.m2e.binaryproject.tests/pom.xml
@@ -2,9 +2,11 @@
<!--
Copyright (c) 2012 Igor Fedorenko
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/org.eclipse.m2e.binaryproject.tests/src/org/eclipse/m2e/binaryproject/tests/BinaryProjectTest.java b/org.eclipse.m2e.binaryproject.tests/src/org/eclipse/m2e/binaryproject/tests/BinaryProjectTest.java
index 001d5098..8b0a0548 100644
--- a/org.eclipse.m2e.binaryproject.tests/src/org/eclipse/m2e/binaryproject/tests/BinaryProjectTest.java
+++ b/org.eclipse.m2e.binaryproject.tests/src/org/eclipse/m2e/binaryproject/tests/BinaryProjectTest.java
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2012 Igor Fedorenko
* 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:
* Igor Fedorenko - initial API and implementation

Back to the top