diff options
Diffstat (limited to 'features/org.eclipse.emf.ecp.feature')
-rw-r--r-- | features/org.eclipse.emf.ecp.feature/build.properties | 5 | ||||
-rw-r--r-- | features/org.eclipse.emf.ecp.feature/feature.properties | 5 | ||||
-rw-r--r-- | features/org.eclipse.emf.ecp.feature/feature.xml | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/features/org.eclipse.emf.ecp.feature/build.properties b/features/org.eclipse.emf.ecp.feature/build.properties index 8bf0ed342c..d685183ba1 100644 --- a/features/org.eclipse.emf.ecp.feature/build.properties +++ b/features/org.eclipse.emf.ecp.feature/build.properties @@ -1,8 +1,9 @@ # Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# 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: # Eike Stepper - initial API and implementation diff --git a/features/org.eclipse.emf.ecp.feature/feature.properties b/features/org.eclipse.emf.ecp.feature/feature.properties index 131ea95e9b..86eb7fa2d3 100644 --- a/features/org.eclipse.emf.ecp.feature/feature.properties +++ b/features/org.eclipse.emf.ecp.feature/feature.properties @@ -1,8 +1,9 @@ # Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# 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 #GENERATED: featureName = CDO Model Repository Site description = EMF Client Platform with basic components diff --git a/features/org.eclipse.emf.ecp.feature/feature.xml b/features/org.eclipse.emf.ecp.feature/feature.xml index 2517d4baf5..058da29281 100644 --- a/features/org.eclipse.emf.ecp.feature/feature.xml +++ b/features/org.eclipse.emf.ecp.feature/feature.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 + 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: Eike Stepper - initial API and implementation |