diff options
author | DJ Houghton | 2010-02-25 15:44:47 +0000 |
---|---|---|
committer | DJ Houghton | 2010-02-25 15:44:47 +0000 |
commit | d3c84a2ee68e14ef740e238f90a214a9b14422e8 (patch) | |
tree | a551fd6b2542297de96f3317ad840aefc92569db | |
parent | fbbe2bdef4fe0b5416cb196a0c3a4e7af56d04dc (diff) | |
download | rt.equinox.p2-d3c84a2ee68e14ef740e238f90a214a9b14422e8.tar.gz rt.equinox.p2-d3c84a2ee68e14ef740e238f90a214a9b14422e8.tar.xz rt.equinox.p2-d3c84a2ee68e14ef740e238f90a214a9b14422e8.zip |
Added copyright.
-rw-r--r-- | bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfileEvent.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfileEvent.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfileEvent.java index 113bb5096..9dbca9026 100644 --- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfileEvent.java +++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfileEvent.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2010 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.equinox.p2.engine; /** |