Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-27 08:24:05 +0000
committerAlexander Kurtakov2018-08-28 05:55:36 +0000
commitd7042437334e6c3b64401ab6a330d29f5c18e617 (patch)
treebdef1dc74e5e2c6650ad84719098c4a6543c0a67 /tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java
parent7d2e41fae23f323a80de0baabdee87a34e4cbf2b (diff)
downloadeclipse.platform.resources-d7042437334e6c3b64401ab6a330d29f5c18e617.tar.gz
eclipse.platform.resources-d7042437334e6c3b64401ab6a330d29f5c18e617.tar.xz
eclipse.platform.resources-d7042437334e6c3b64401ab6a330d29f5c18e617.zip
Change-Id: If98dc3ef4a8e5bcf2181dee1d2d40115f55b6279 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java')
-rw-r--r--tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java
index 7e0575c63..fb669c7c4 100644
--- a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java
+++ b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/LocalSelectionPolicy.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2005, 2015 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
+ *
+ * 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
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation

Back to the top