Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-08-23 17:39:21 +0000
committerThomas Watson2012-10-02 18:54:42 +0000
commitf98dd6b7b33f9762c389b0cb35f9d4023273fb54 (patch)
tree41003c0090fd5f206c65ddeeb6520e63c240befa /bundles/org.eclipse.osgi.compatibility.state/src
parentf707c81b1bd1ba25b88badbd77de4046f3223be2 (diff)
downloadrt.equinox.framework-f98dd6b7b33f9762c389b0cb35f9d4023273fb54.tar.gz
rt.equinox.framework-f98dd6b7b33f9762c389b0cb35f9d4023273fb54.tar.xz
rt.equinox.framework-f98dd6b7b33f9762c389b0cb35f9d4023273fb54.zip
Add copyrights
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/src')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java9
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/ReadOnlySystemState.java9
2 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java
index af8682bbf..735ee2ccf 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java
+++ b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java
@@ -1,3 +1,12 @@
+/*******************************************************************************
+ * Copyright (c) 2012 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 org.eclipse.osgi.compatibility.state;
import org.eclipse.osgi.container.ModuleContainer;
diff --git a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/ReadOnlySystemState.java b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/ReadOnlySystemState.java
index dcd0ba82d..a2ff5a587 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/ReadOnlySystemState.java
+++ b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/ReadOnlySystemState.java
@@ -1,3 +1,12 @@
+/*******************************************************************************
+ * Copyright (c) 2012 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 org.eclipse.osgi.compatibility.state;
import java.util.*;

Back to the top