Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-06 09:48:57 +0000
committerLars Vogel2020-01-06 12:25:43 +0000
commitffbc9ebde570c854f9eae993b12c6eb6a0206629 (patch)
tree1b91b95d3372e2cd091ceeb334b6e2748d6dfefa
parent9244aa246291f115b23ab314dba4f8e45d919616 (diff)
downloadrt.equinox.bundles-ffbc9ebde570c854f9eae993b12c6eb6a0206629.tar.gz
rt.equinox.bundles-ffbc9ebde570c854f9eae993b12c6eb6a0206629.tar.xz
rt.equinox.bundles-ffbc9ebde570c854f9eae993b12c6eb6a0206629.zip
Bug 558815 - Fix license headers corrupted by Bug 535802
Change-Id: Iad2769a9d213e4d8678ec75f2d865419a2fa43e3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/CommonMessages.java21
1 files changed, 11 insertions, 10 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/CommonMessages.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/CommonMessages.java
index a7a4cc4c3..7cc4adce5 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/CommonMessages.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/CommonMessages.java
@@ -1,14 +1,15 @@
/**********************************************************************
-.
-. 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
-t https://www.eclipse.org/legal/epl-2.0/
-t
-t SPDX-License-Identifier: EPL-2.0
- *
- * Contributors:
- * IBM - Initial API and implementation
+ * Copyright (c) 2005, 2012 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
**********************************************************************/
package org.eclipse.core.internal.runtime;

Back to the top