Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2019-02-12 18:21:10 +0000
committernickboldt2019-02-12 18:34:54 +0000
commit6f3f3a7dc74b4b173072d9cefb83f19d7dac84f5 (patch)
treee7e4439a82f3a8b2ddee46aabf90295e6d5c4b57 /assembly/features
parent8186402ad4b8a48911e042fc08a645f43cd4a843 (diff)
downloadwebtools.dali-6f3f3a7dc74b4b173072d9cefb83f19d7dac84f5.tar.gz
webtools.dali-6f3f3a7dc74b4b173072d9cefb83f19d7dac84f5.tar.xz
webtools.dali-6f3f3a7dc74b4b173072d9cefb83f19d7dac84f5.zip
Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]
Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [manual updates] Signed-off-by: nickboldt <nboldt@redhat.com>
Diffstat (limited to 'assembly/features')
-rw-r--r--assembly/features/org.eclipse.jpt.assembly.feature/build.properties12
-rw-r--r--assembly/features/org.eclipse.jpt.assembly.feature/feature.properties10
-rw-r--r--assembly/features/org.eclipse.jpt.assembly.feature/feature.xml13
-rw-r--r--assembly/features/org.eclipse.jpt.assembly.feature/pom.xml2
-rw-r--r--assembly/features/org.eclipse.jpt.tests.assembly.feature/build.properties12
-rw-r--r--assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.properties10
-rw-r--r--assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.xml13
-rw-r--r--assembly/features/org.eclipse.jpt.tests.assembly.feature/pom.xml2
-rw-r--r--assembly/features/org.eclipse.jpt_sdk.assembly.feature/build.properties12
-rw-r--r--assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.properties10
-rw-r--r--assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.xml13
-rw-r--r--assembly/features/org.eclipse.jpt_sdk.assembly.feature/pom.xml2
12 files changed, 96 insertions, 15 deletions
diff --git a/assembly/features/org.eclipse.jpt.assembly.feature/build.properties b/assembly/features/org.eclipse.jpt.assembly.feature/build.properties
index 7c626e2106..55bf5483b1 100644
--- a/assembly/features/org.eclipse.jpt.assembly.feature/build.properties
+++ b/assembly/features/org.eclipse.jpt.assembly.feature/build.properties
@@ -1,3 +1,15 @@
+###############################################################################
+# Copyright (c) 2008, 2019 IBM Corporation and others.
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
bin.includes = feature.xml,\
eclipse_update_120.jpg,\
feature.properties
diff --git a/assembly/features/org.eclipse.jpt.assembly.feature/feature.properties b/assembly/features/org.eclipse.jpt.assembly.feature/feature.properties
index 0ac7b43f4f..96b8db0651 100644
--- a/assembly/features/org.eclipse.jpt.assembly.feature/feature.properties
+++ b/assembly/features/org.eclipse.jpt.assembly.feature/feature.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2006, 2014 Oracle.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Oracle. - initial API and implementation
@@ -30,9 +32,9 @@ description=Dali Java Persistence Tools - Runtime
copyright=\
Copyright (c) 2006, 2014 Oracle Corporation.\n\
All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+http://www.eclipse.org/legal/epl-2.0/\n\
\n\
Contributors:\n\
Oracle - initial API and implementation\n
diff --git a/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml b/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml
index 2111474467..1ab52e59ba 100644
--- a/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml
+++ b/assembly/features/org.eclipse.jpt.assembly.feature/feature.xml
@@ -1,4 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2008, 2019 IBM Corporation and others.
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<feature
id="org.eclipse.jpt.assembly.feature"
label="%featureName"
diff --git a/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml b/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml
index 04c494a30e..39ebac27cb 100644
--- a/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml
+++ b/assembly/features/org.eclipse.jpt.assembly.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
diff --git a/assembly/features/org.eclipse.jpt.tests.assembly.feature/build.properties b/assembly/features/org.eclipse.jpt.tests.assembly.feature/build.properties
index 7c626e2106..55bf5483b1 100644
--- a/assembly/features/org.eclipse.jpt.tests.assembly.feature/build.properties
+++ b/assembly/features/org.eclipse.jpt.tests.assembly.feature/build.properties
@@ -1,3 +1,15 @@
+###############################################################################
+# Copyright (c) 2008, 2019 IBM Corporation and others.
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
bin.includes = feature.xml,\
eclipse_update_120.jpg,\
feature.properties
diff --git a/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.properties b/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.properties
index 52906317f0..18d05faaad 100644
--- a/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.properties
+++ b/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2006, 2014 Oracle.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Oracle. - initial API and implementation
@@ -30,9 +32,9 @@ description=Dali Java Persistence Tools project Tests
copyright=\
Copyright (c) 2006, 2014 Oracle Corporation.\n\
All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+http://www.eclipse.org/legal/epl-2.0/\n\
\n\
Contributors:\n\
Oracle - initial API and implementation\n
diff --git a/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.xml b/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.xml
index 0d18a31cfc..8bce1ff483 100644
--- a/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.xml
+++ b/assembly/features/org.eclipse.jpt.tests.assembly.feature/feature.xml
@@ -1,4 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2008, 2019 IBM Corporation and others.
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<feature
id="org.eclipse.jpt.tests.assembly.feature"
label="%featureName"
diff --git a/assembly/features/org.eclipse.jpt.tests.assembly.feature/pom.xml b/assembly/features/org.eclipse.jpt.tests.assembly.feature/pom.xml
index b1765c9f52..b9020349d6 100644
--- a/assembly/features/org.eclipse.jpt.tests.assembly.feature/pom.xml
+++ b/assembly/features/org.eclipse.jpt.tests.assembly.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
diff --git a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/build.properties b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/build.properties
index 7c626e2106..55bf5483b1 100644
--- a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/build.properties
+++ b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/build.properties
@@ -1,3 +1,15 @@
+###############################################################################
+# Copyright (c) 2008, 2019 IBM Corporation and others.
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
bin.includes = feature.xml,\
eclipse_update_120.jpg,\
feature.properties
diff --git a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.properties b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.properties
index 3253793cdf..fd742ca17f 100644
--- a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.properties
+++ b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2006, 2014 Oracle.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Oracle. - initial API and implementation
@@ -30,9 +32,9 @@ description=Dali Java Persistence Tools project SDK
copyright=\
Copyright (c) 2006, 2014 Oracle Corporation.\n\
All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
+http://www.eclipse.org/legal/epl-2.0/\n\
\n\
Contributors:\n\
Oracle - initial API and implementation\n
diff --git a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.xml b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.xml
index 616ea627b5..f43abad39e 100644
--- a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.xml
+++ b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/feature.xml
@@ -1,4 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2008, 2019 IBM Corporation and others.
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<feature
id="org.eclipse.jpt_sdk.assembly.feature"
label="%featureName"
diff --git a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/pom.xml b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/pom.xml
index 640b04d651..d15b01b32a 100644
--- a/assembly/features/org.eclipse.jpt_sdk.assembly.feature/pom.xml
+++ b/assembly/features/org.eclipse.jpt_sdk.assembly.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at

Back to the top