Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-05-02 15:40:56 +0000
committerThomas Watson2011-05-02 15:40:56 +0000
commit85913f2d22678115faac8899809d46618889fc28 (patch)
tree33038b310890ae219a8f73b214a865d3991536d5 /bundles/org.eclipse.equinox.compendium.tests
parente8ebbc693f8707d3098e7a7d78b7c2b28d60625e (diff)
downloadrt.equinox.bundles-85913f2d22678115faac8899809d46618889fc28.tar.gz
rt.equinox.bundles-85913f2d22678115faac8899809d46618889fc28.tar.xz
rt.equinox.bundles-85913f2d22678115faac8899809d46618889fc28.zip
update copyrightsv20110502-1540v20110502
Diffstat (limited to 'bundles/org.eclipse.equinox.compendium.tests')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/build.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/OSGI-INF/l10n/bundle.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/plugin.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/properties/x.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/OSGI-INF/l10n/bundle.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/plugin.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/properties/x.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/OSGI-INF/l10n/bundle.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/plugin.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/properties/x.properties10
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/Activator.java2
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/AllTests.java2
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/SameOcdPidFactoryPidTest.java2
13 files changed, 103 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.compendium.tests/build.properties b/bundles/org.eclipse.equinox.compendium.tests/build.properties
index 5ee1e2f49..5b0de9d05 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/build.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/OSGI-INF/l10n/bundle.properties
index 88253a2fc..eee43f5fc 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/OSGI-INF/l10n/bundle.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=This is the description of the attribute definition.
ad1name=AD1 Name
ocd1description=This is the description of the object class definition.
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/plugin.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/plugin.properties
index d547e7dbb..c579084d5 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/plugin.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=blah
ad1name=blah
ocd1description=blah
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/properties/x.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/properties/x.properties
index d547e7dbb..c579084d5 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/properties/x.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb5/properties/x.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=blah
ad1name=blah
ocd1description=blah
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/OSGI-INF/l10n/bundle.properties
index 7fa358595..bd866d61a 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/OSGI-INF/l10n/bundle.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=blah
ad1name=blah
ocd1description=blah
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/plugin.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/plugin.properties
index 6ae7f0303..022b680d3 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/plugin.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=This is the description of the attribute definition.
ad1name=AD1 Name
ocd1description=This is the description of the object class definition.
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/properties/x.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/properties/x.properties
index d547e7dbb..c579084d5 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/properties/x.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb6/properties/x.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=blah
ad1name=blah
ocd1description=blah
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/OSGI-INF/l10n/bundle.properties
index 7fa358595..bd866d61a 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/OSGI-INF/l10n/bundle.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=blah
ad1name=blah
ocd1description=blah
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/plugin.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/plugin.properties
index d547e7dbb..c579084d5 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/plugin.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=blah
ad1name=blah
ocd1description=blah
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/properties/x.properties b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/properties/x.properties
index 6ae7f0303..022b680d3 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/properties/x.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb7/properties/x.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 IBM Corporation and others.
+# 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
ad1description=This is the description of the attribute definition.
ad1name=AD1 Name
ocd1description=This is the description of the object class definition.
diff --git a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/Activator.java b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/Activator.java
index 728a103b7..fb83665fd 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/Activator.java
+++ b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/Activator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others
+ * Copyright (c) 2008, 2010 IBM Corporation and others
* 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
diff --git a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/AllTests.java b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/AllTests.java
index b2aeee971..8e5a36bb7 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/AllTests.java
+++ b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/compendium/tests/AllTests.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008 IBM Corporation and others
+ * Copyright (c) 2008, 2010 IBM Corporation and others
* 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
diff --git a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/SameOcdPidFactoryPidTest.java b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/SameOcdPidFactoryPidTest.java
index c2ed2e9f6..c2920c832 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/SameOcdPidFactoryPidTest.java
+++ b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/SameOcdPidFactoryPidTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010 IBM Corporation and others
+ * Copyright (c) 2010, 2011 IBM Corporation and others
* 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

Back to the top