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.helgrind.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.helgrind.tests/pom.xml')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml
index 47fb7e8fe1..c88e8f861e 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, Red Hat, Inc.
+ Copyright (C) 2011, 2018 Red Hat, Inc.
- 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 https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Back to the top