Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.dltk.sh-feature/pom.xml')
-rw-r--r--features/org.eclipse.dltk.sh-feature/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/features/org.eclipse.dltk.sh-feature/pom.xml b/features/org.eclipse.dltk.sh-feature/pom.xml
index 0ae56fc..eb4f1d8 100644
--- a/features/org.eclipse.dltk.sh-feature/pom.xml
+++ b/features/org.eclipse.dltk.sh-feature/pom.xml
@@ -2,10 +2,11 @@
<!--
Copyright (C) 2011, 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 v. 2.0 which is available at
+ * http://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">
<modelVersion>4.0.0</modelVersion>

Back to the top