Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-18 05:24:55 +0000
committerrbrooks2010-07-18 05:24:55 +0000
commit3d542e13b9fdee6020ddcd11c52ac4237576f5ec (patch)
tree58a4782356fa2254887990a5691e012aa9c6d849 /plugins/org.eclipse.osee.client.integration.tests
parent8ab7d1cdd282ae4464e2d779a9b69e30931bbef2 (diff)
downloadorg.eclipse.osee-3d542e13b9fdee6020ddcd11c52ac4237576f5ec.tar.gz
org.eclipse.osee-3d542e13b9fdee6020ddcd11c52ac4237576f5ec.tar.xz
org.eclipse.osee-3d542e13b9fdee6020ddcd11c52ac4237576f5ec.zip
add distribution statement to files that are missing it
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/Activator.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/Activator.java b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/Activator.java
index 55926eeb7a0..65215ace038 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/Activator.java
+++ b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Boeing.
+ * 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:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
package org.eclipse.osee.client.integration.tests;
import org.osgi.framework.BundleActivator;

Back to the top