Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (Ericsson)2013-02-28 21:30:45 +0000
committerPascal Rapicault2013-02-28 21:30:45 +0000
commit474ad9e9d1dcf1dc38e72b2b3f8893f37464d302 (patch)
treef56a5db98c49f9b2cfe1cee934037ef526a62ae4
parentd6c142d4fef005ea6bd122fd7e8806e2262ca9f7 (diff)
downloadrt.equinox.p2-474ad9e9d1dcf1dc38e72b2b3f8893f37464d302.tar.gz
rt.equinox.p2-474ad9e9d1dcf1dc38e72b2b3f8893f37464d302.tar.xz
rt.equinox.p2-474ad9e9d1dcf1dc38e72b2b3f8893f37464d302.zip
Add copyrights
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java
index 04f06a8e3..be364efb8 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 Ericsson AB 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:
+ * Ericsson AB - initial API and implementation
+ *******************************************************************************/
package org.eclipse.equinox.p2.tests.sharedinstall;
import java.io.File;

Back to the top