diff options
| author | slewis | 2005-01-31 05:05:40 +0000 |
|---|---|---|
| committer | slewis | 2005-01-31 05:05:40 +0000 |
| commit | 8747bd9166f70acabdb3fe8c2393586b570e5030 (patch) | |
| tree | 0bda387e6b063d7bbbf0da53b2bb57e6b81aa856 | |
| parent | ab0df326fc1201f35449c8aff282529a2b4ec511 (diff) | |
| download | org.eclipse.ecf-8747bd9166f70acabdb3fe8c2393586b570e5030.tar.gz org.eclipse.ecf-8747bd9166f70acabdb3fe8c2393586b570e5030.tar.xz org.eclipse.ecf-8747bd9166f70acabdb3fe8c2393586b570e5030.zip | |
Added copyright notice to source file
| -rw-r--r-- | framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IIdentifiable.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IIdentifiable.java b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IIdentifiable.java index 17d0c7d77..23ed6654c 100644 --- a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IIdentifiable.java +++ b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IIdentifiable.java @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2004 Composent, Inc. 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: Composent, Inc. - initial API and implementation + ******************************************************************************/ + package org.eclipse.ecf.core; import org.eclipse.ecf.core.identity.ID; |
