Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-14 13:40:58 +0000
committerAlexander Kurtakov2018-05-14 14:20:31 +0000
commit11287002ef9a2b87ebdf529bb624609c52a319d3 (patch)
tree2a714a7b2f6ceaac67f4577994bbb131c3193394 /containers/org.eclipse.linuxtools.docker-feature
parente3d0af73e493bc7d2409987492f9a5460673473c (diff)
downloadorg.eclipse.linuxtools-11287002ef9a2b87ebdf529bb624609c52a319d3.tar.gz
org.eclipse.linuxtools-11287002ef9a2b87ebdf529bb624609c52a319d3.tar.xz
org.eclipse.linuxtools-11287002ef9a2b87ebdf529bb624609c52a319d3.zip
Update containers plugin license to EPL 2.0.
Change-Id: Ice4b6d11c51ce6ebb5056a41e504239431324b40 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122586 Tested-by: CI Bot
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker-feature')
-rw-r--r--containers/org.eclipse.linuxtools.docker-feature/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/containers/org.eclipse.linuxtools.docker-feature/pom.xml b/containers/org.eclipse.linuxtools.docker-feature/pom.xml
index 7bec350087..eacc0e8451 100644
--- a/containers/org.eclipse.linuxtools.docker-feature/pom.xml
+++ b/containers/org.eclipse.linuxtools.docker-feature/pom.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2014, 2015, Red Hat, Inc.
+ Copyright (C) 2014, 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