Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-06 09:51:39 +0000
committerLars Vogel2020-01-06 13:17:57 +0000
commit3e2d0d9722c33a5d0ad3503b5fd793fe501c085b (patch)
tree11a468c518ef623590980762dd82c8d228ceb9b1
parent30247bf8acddfc1a8b89127aeb1caf66dad8ecf8 (diff)
downloadrt.equinox.bundles-3e2d0d9722c33a5d0ad3503b5fd793fe501c085b.tar.gz
rt.equinox.bundles-3e2d0d9722c33a5d0ad3503b5fd793fe501c085b.tar.xz
rt.equinox.bundles-3e2d0d9722c33a5d0ad3503b5fd793fe501c085b.zip
Bug 558815 - Fix license headers corrupted by Bug 535802
Change-Id: I7ec4f08f470a825f54a54d7388f8c9c4685b19dd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/adapter/AdapterFactoryProxy.java14
1 files changed, 8 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/adapter/AdapterFactoryProxy.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/adapter/AdapterFactoryProxy.java
index a5d0030fd..3572eec22 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/adapter/AdapterFactoryProxy.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/adapter/AdapterFactoryProxy.java
@@ -1,10 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2004, 2013 IBM Corporation and others. All rights reserved.
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License 2.0 which accompanies this distribution,
-t https://www.eclipse.org/legal/epl-2.0/
-t
-t SPDX-License-Identifier: EPL-2.0
+ * Copyright (c) 2004, 2013 IBM Corporation and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM - Initial API and implementation

Back to the top