Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2003-03-10 22:10:01 +0000
committerDean Roberts2003-03-10 22:10:01 +0000
commitcc97b9a809e6814474642e1e2131704f1c481f9a (patch)
tree94b871ebbcb61a3c21ab06eec3ed1f7f2b63c61e /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java
parent2df9b0e8c5105515a29f9ba1471dd3ade9d1b4ee (diff)
downloadeclipse.platform.ui-cc97b9a809e6814474642e1e2131704f1c481f9a.tar.gz
eclipse.platform.ui-cc97b9a809e6814474642e1e2131704f1c481f9a.tar.xz
eclipse.platform.ui-cc97b9a809e6814474642e1e2131704f1c481f9a.zip
Copyright fix - automated changesv20030310-postcopyrightupdate
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java14
1 files changed, 10 insertions, 4 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java
index 2610d6a09af..75178d6c1d6 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IObjectContributor.java
@@ -1,9 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.ui.internal;
-/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved.
- */
/**
* Objects of classes that implement this interface

Back to the top