Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-06-03 23:00:20 +0000
committerMat Booth2020-06-04 02:46:43 +0000
commit2d0a5fee7e94dcb55aa588209b85311cc43a08d9 (patch)
treec4520703105d6d94476bb0df248e10b7eecbdc17 /tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java
parent90de3f91eea3bfd3d118f2eb883ac51352d11307 (diff)
downloadorg.eclipse.ecf-2d0a5fee7e94dcb55aa588209b85311cc43a08d9.tar.gz
org.eclipse.ecf-2d0a5fee7e94dcb55aa588209b85311cc43a08d9.tar.xz
org.eclipse.ecf-2d0a5fee7e94dcb55aa588209b85311cc43a08d9.zip
Bug 560602 - Switch to EPL version 2.0
Update license headers in test bundles Change-Id: I61726a06e725f6d3581329cea27b78fcb72995a5 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java')
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java b/tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java
index 474507b58..761246da1 100644
--- a/tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java
+++ b/tests/bundles/org.eclipse.ecf.tests.core/src/org/eclipse/ecf/tests/core/ContainerFactoryServiceDescriptionsTest.java
@@ -1,12 +1,14 @@
/****************************************************************************
* Copyright (c) 2004 Composent, Inc. 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
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Composent, Inc. - initial API and implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.tests.core;

Back to the top