Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-10-05 14:32:05 +0000
committerThomas Watson2007-10-05 14:32:05 +0000
commit720ba430acee0a1a7e31c43e0be360db6333eb0e (patch)
tree7856f5337a513aa4cf926b05bce6b076e9b29359 /bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer
parentb51c36c1857813e5b28c0f9b0bf9031cb45a151c (diff)
downloadrt.equinox.framework-720ba430acee0a1a7e31c43e0be360db6333eb0e.tar.gz
rt.equinox.framework-720ba430acee0a1a7e31c43e0be360db6333eb0e.tar.xz
rt.equinox.framework-720ba430acee0a1a7e31c43e0be360db6333eb0e.zip
Add copyrights.
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer')
-rw-r--r--bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer/ext/extclasspath/a/importer/Activator.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer/ext/extclasspath/a/importer/Activator.java b/bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer/ext/extclasspath/a/importer/Activator.java
index 3198a351a..59a6ca9fb 100644
--- a/bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer/ext/extclasspath/a/importer/Activator.java
+++ b/bundles/org.eclipse.osgi.tests/bundles_src/ext.extclasspath.a.importer/ext/extclasspath/a/importer/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 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
+ *******************************************************************************/
package ext.extclasspath.a.importer;
import ext.extclasspath.a.ExtClasspathExtTest;

Back to the top