Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
diff options
context:
space:
mode:
authorbvosburgh2010-03-26 18:54:08 +0000
committerbvosburgh2010-03-26 18:54:08 +0000
commitddba50d8839b61f1a44b65b58376735d89047b56 (patch)
tree44b502aa4aafa4d9cb6def81b42f3cd021c0861b /jpa/tests
parent681730701f2a91c765e6ffa37a353a53f14685d8 (diff)
downloadwebtools.dali-ddba50d8839b61f1a44b65b58376735d89047b56.tar.gz
webtools.dali-ddba50d8839b61f1a44b65b58376735d89047b56.tar.xz
webtools.dali-ddba50d8839b61f1a44b65b58376735d89047b56.zip
tweak and standardize copyrights
Diffstat (limited to 'jpa/tests')
-rw-r--r--jpa/tests/org.eclipse.jpt.core.tests.extension.resource/build.properties15
-rw-r--r--jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.properties15
-rw-r--r--jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.xml15
-rw-r--r--jpa/tests/org.eclipse.jpt.core.tests/plugin.properties17
-rw-r--r--jpa/tests/org.eclipse.jpt.core.tests/test.xml10
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/build.properties19
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/plugin.properties19
-rw-r--r--jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties15
-rw-r--r--jpa/tests/org.eclipse.jpt.eclipselink.core.tests/plugin.properties17
-rw-r--r--jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml10
-rw-r--r--jpa/tests/org.eclipse.jpt.gen.tests/plugin.properties17
-rw-r--r--jpa/tests/org.eclipse.jpt.gen.tests/test.xml9
-rw-r--r--jpa/tests/org.eclipse.jpt.ui.tests/build.properties19
-rw-r--r--jpa/tests/org.eclipse.jpt.ui.tests/plugin.properties17
-rw-r--r--jpa/tests/org.eclipse.jpt.utility.tests/test.xml13
15 files changed, 103 insertions, 124 deletions
diff --git a/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/build.properties b/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/build.properties
index f5e3f40ad8..c78513cb21 100644
--- a/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/build.properties
+++ b/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/build.properties
@@ -1,13 +1,12 @@
-###############################################################################
-# Copyright (c) 2007 Oracle.
-# 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
+################################################################################
+# Copyright (c) 2007 Oracle. 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.
#
# Contributors:
-# Oracle. - initial API and implementation
-###############################################################################
+# Oracle - initial API and implementation
+################################################################################
javacSource=1.5
javacTarget=1.5
source.. = src/
diff --git a/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.properties b/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.properties
index ce2a496de9..0558789278 100644
--- a/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.properties
+++ b/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.properties
@@ -1,13 +1,12 @@
-###############################################################################
-# Copyright (c) 2007, 2009 Oracle.
-# 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
+################################################################################
+# Copyright (c) 2007, 2009 Oracle. 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.
#
# Contributors:
-# Oracle. - initial API and implementation
-###############################################################################
+# Oracle - initial API and implementation
+################################################################################
# ====================================================================
# To code developer:
# Do NOT change the properties between this line and the
diff --git a/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.xml b/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.xml
index 0f5df56b35..c0577cb922 100644
--- a/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.xml
+++ b/jpa/tests/org.eclipse.jpt.core.tests.extension.resource/plugin.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?> <!--
- Copyright (c) 2007, 2010 Oracle.
- 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
-
- Contributors:
- Oracle - initial API and implementation
+ Copyright (c) 2007, 2010 Oracle. 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.
+
+ Contributors:
+ Oracle - initial API and implementation
-->
<plugin>
diff --git a/jpa/tests/org.eclipse.jpt.core.tests/plugin.properties b/jpa/tests/org.eclipse.jpt.core.tests/plugin.properties
index c6666ab1cd..113453a4d6 100644
--- a/jpa/tests/org.eclipse.jpt.core.tests/plugin.properties
+++ b/jpa/tests/org.eclipse.jpt.core.tests/plugin.properties
@@ -1,11 +1,12 @@
-###############################################################################
-# Copyright (c) 2006, 2009 Oracle. 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
-#
-# Contributors: Oracle. - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2006, 2009 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
# ====================================================================
# To code developer:
# Do NOT change the properties between this line and the
diff --git a/jpa/tests/org.eclipse.jpt.core.tests/test.xml b/jpa/tests/org.eclipse.jpt.core.tests/test.xml
index afecbdb302..679126aea6 100644
--- a/jpa/tests/org.eclipse.jpt.core.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.core.tests/test.xml
@@ -1,13 +1,5 @@
<?xml version="1.0"?> <!--
- Copyright (c) 2007, 2010 Oracle.
- 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
-
- Contributors:
- Oracle - initial API and implementation
- -->
+ Copyright (c) 2007, 2010 Oracle. 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. Contributors: Oracle - initial API and implementation -->
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/build.properties b/jpa/tests/org.eclipse.jpt.db.tests/build.properties
index cd0d010fd1..d27ab8f407 100644
--- a/jpa/tests/org.eclipse.jpt.db.tests/build.properties
+++ b/jpa/tests/org.eclipse.jpt.db.tests/build.properties
@@ -1,13 +1,12 @@
-###############################################################################
-# Copyright (c) 2007 Oracle.
-# 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
-#
-# Contributors:
-# Oracle - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2007 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
source.. = src/
output.. = bin/
bin.includes = .,\
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/plugin.properties b/jpa/tests/org.eclipse.jpt.db.tests/plugin.properties
index b04fe27976..2c98779595 100644
--- a/jpa/tests/org.eclipse.jpt.db.tests/plugin.properties
+++ b/jpa/tests/org.eclipse.jpt.db.tests/plugin.properties
@@ -1,13 +1,12 @@
-###############################################################################
-# Copyright (c) 2007 Oracle.
-# 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
-#
-# Contributors:
-# Oracle - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2007 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
# ====================================================================
# To code developer:
# Do NOT change the properties between this line and the
diff --git a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties
index fb9d50e89d..96de1ee6d2 100644
--- a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties
+++ b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties
@@ -1,13 +1,12 @@
-###############################################################################
-# Copyright (c) 2006, 2008 Oracle.
-# 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
+################################################################################
+# Copyright (c) 2006, 2008 Oracle. 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.
#
# Contributors:
-# Oracle. - initial API and implementation
-###############################################################################
+# Oracle - initial API and implementation
+################################################################################
javacSource = 1.5
javacTarget = 1.5
bin.includes = .,\
diff --git a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/plugin.properties b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/plugin.properties
index 1e19d3f496..5b9cfcd182 100644
--- a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/plugin.properties
+++ b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/plugin.properties
@@ -1,11 +1,12 @@
-###############################################################################
-# Copyright (c) 2006, 2009 Oracle. 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
-#
-# Contributors: Oracle. - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2006, 2009 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
# ====================================================================
# To code developer:
# Do NOT change the properties between this line and the
diff --git a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml
index aafaf4ba53..f21dbdfbef 100644
--- a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml
@@ -1,13 +1,5 @@
<?xml version="1.0"?> <!--
- Copyright (c) 2008, 2010 Oracle.
- 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
-
- Contributors:
- Oracle - initial API and implementation
- -->
+ Copyright (c) 2008, 2010 Oracle. 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. Contributors: Oracle - initial API and implementation -->
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
diff --git a/jpa/tests/org.eclipse.jpt.gen.tests/plugin.properties b/jpa/tests/org.eclipse.jpt.gen.tests/plugin.properties
index 269a5dc154..f81a674adc 100644
--- a/jpa/tests/org.eclipse.jpt.gen.tests/plugin.properties
+++ b/jpa/tests/org.eclipse.jpt.gen.tests/plugin.properties
@@ -1,11 +1,12 @@
-###############################################################################
-# Copyright (c) 2006, 2007 Oracle. 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
-#
-# Contributors: Oracle. - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2006, 2007 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
# ====================================================================
# To code developer:
# Do NOT change the properties between this line and the
diff --git a/jpa/tests/org.eclipse.jpt.gen.tests/test.xml b/jpa/tests/org.eclipse.jpt.gen.tests/test.xml
index 11d311ae85..2b842d92fc 100644
--- a/jpa/tests/org.eclipse.jpt.gen.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.gen.tests/test.xml
@@ -1,4 +1,13 @@
<?xml version="1.0"?>
+<!--
+ Copyright (c) 2008, 2010 Oracle. 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.
+
+ Contributors:
+ Oracle - initial API and implementation
+ -->
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
<!-- Set a meaningful default value for when it is not. -->
diff --git a/jpa/tests/org.eclipse.jpt.ui.tests/build.properties b/jpa/tests/org.eclipse.jpt.ui.tests/build.properties
index b7d6b178e1..50f0aa3fd9 100644
--- a/jpa/tests/org.eclipse.jpt.ui.tests/build.properties
+++ b/jpa/tests/org.eclipse.jpt.ui.tests/build.properties
@@ -1,13 +1,12 @@
-###############################################################################
-# Copyright (c) 2010 Oracle.
-# 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
-#
-# Contributors:
-# Oracle - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2007, 2010 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/jpa/tests/org.eclipse.jpt.ui.tests/plugin.properties b/jpa/tests/org.eclipse.jpt.ui.tests/plugin.properties
index ca8ab879ff..cd93615334 100644
--- a/jpa/tests/org.eclipse.jpt.ui.tests/plugin.properties
+++ b/jpa/tests/org.eclipse.jpt.ui.tests/plugin.properties
@@ -1,11 +1,12 @@
-###############################################################################
-# Copyright (c) 2006, 2007 Oracle. 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
-#
-# Contributors: Oracle. - initial API and implementation
-###############################################################################
+################################################################################
+# Copyright (c) 2006, 2007 Oracle. 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.
+#
+# Contributors:
+# Oracle - initial API and implementation
+################################################################################
# ====================================================================
# To code developer:
# Do NOT change the properties between this line and the
diff --git a/jpa/tests/org.eclipse.jpt.utility.tests/test.xml b/jpa/tests/org.eclipse.jpt.utility.tests/test.xml
index d1b123978a..bd8fc8a333 100644
--- a/jpa/tests/org.eclipse.jpt.utility.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.utility.tests/test.xml
@@ -1,15 +1,4 @@
-<?xml version="1.0"?> <!--
- Copyright (c) 2010 Oracle.
- 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
-
- Contributors:
- Oracle - initial API and implementation
- -->
-
-<project name="testsuite" default="run" basedir=".">
+<?xml version="1.0"?> <!-- Copyright (c) 2007, 2010 Oracle. 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. Contributors: Oracle - initial API and implementation --> <project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
<!-- Set a meaningful default value for when it is not. -->
<echo message="basedir ${basedir}" />

Back to the top