Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-11 19:41:02 +0000
committerAlexander Kurtakov2018-05-11 20:16:36 +0000
commitead6a032a3f92690e1763bb17b9f7a86fd5deae7 (patch)
tree4b4a0508a5716c149a85d4d62d1325e529d74c3b /gprof/org.eclipse.linuxtools.gprof/pom.xml
parent8514e8e244af8addc286be5379dd79c049e29272 (diff)
downloadorg.eclipse.linuxtools-ead6a032a3f92690e1763bb17b9f7a86fd5deae7.tar.gz
org.eclipse.linuxtools-ead6a032a3f92690e1763bb17b9f7a86fd5deae7.tar.xz
org.eclipse.linuxtools-ead6a032a3f92690e1763bb17b9f7a86fd5deae7.zip
Update gprof license headers to EPL 2.0.
Change-Id: I5772eb0e0e40d2cbe5953d2dc06bf8c59507f96f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122499 Tested-by: CI Bot
Diffstat (limited to 'gprof/org.eclipse.linuxtools.gprof/pom.xml')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof/pom.xml b/gprof/org.eclipse.linuxtools.gprof/pom.xml
index 220e7d87e9..549af8c994 100644
--- a/gprof/org.eclipse.linuxtools.gprof/pom.xml
+++ b/gprof/org.eclipse.linuxtools.gprof/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