Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-22 08:43:45 +0000
committerLars Vogel2018-08-22 08:43:45 +0000
commitac73874c4e6c889ede62393f0ef76f4f8226547c (patch)
treedf8915efdf1ca845835a5a002eac6f9e7f21288d /bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository
parent524b53214001eda661a28a19f8a14f9c4c9adacb (diff)
downloadrt.equinox.p2-ac73874c4e6c889ede62393f0ef76f4f8226547c.tar.gz
rt.equinox.p2-ac73874c4e6c889ede62393f0ef76f4f8226547c.tar.xz
rt.equinox.p2-ac73874c4e6c889ede62393f0ef76f4f8226547c.zip
Fixes incorrectly formated EPL 1.0 license headerI20180822-0800
Change-Id: I6337f0a9e32e7eb71ba6e368137e180a456bb8da Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IProcessingStepDescriptor.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IProcessingStepDescriptor.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IProcessingStepDescriptor.java
index 53b2fc1bb..cc5d05ee3 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IProcessingStepDescriptor.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IProcessingStepDescriptor.java
@@ -1,5 +1,6 @@
/*******************************************************************************
-* Copyright (c) 2010 EclipseSource and others. All rights reserved. This
+* Copyright (c) 2010 EclipseSource 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

Back to the top