Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-09 19:45:49 +0000
committerAlexander Kurtakov2018-05-09 19:52:51 +0000
commit7477b4b9b83925860142a45e2529b8073229209a (patch)
tree3b21942f2ab33d753abbf120b4af662e61466f15 /valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml
parentd7f8a1f95491ff98ed1c65f7adfa7ca6c1d6b070 (diff)
downloadorg.eclipse.linuxtools-7477b4b9b83925860142a45e2529b8073229209a.tar.gz
org.eclipse.linuxtools-7477b4b9b83925860142a45e2529b8073229209a.tar.xz
org.eclipse.linuxtools-7477b4b9b83925860142a45e2529b8073229209a.zip
Change valgrind license headers to EPL 2.0.
Change-Id: Iaee1b118089379642eecb19be18e39333b4316ff Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122377
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml
index fbe4b2a4d6..045b6ab34e 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.core.tests/pom.xml
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2015 QNX Software Systems
- 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
+ Copyright (c) 2015, 2018 QNX Software Systems and others.
+
+ This program and the accompanying materials are made
+ available under the terms of the Eclipse Public License 2.0
+ which is available at https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
Alena Laskavaia - initial API and implementation

Back to the top