diff options
author | Lars Vogel | 2018-08-29 09:51:12 +0000 |
---|---|---|
committer | Lars Vogel | 2018-08-29 09:54:41 +0000 |
commit | 8cbb7a51500f6a78b9ce3b0f4b5953a6cd013b40 (patch) | |
tree | 916f53ab7b36076bfe680498c3619bab772e76ff /eclipse.platform.releng.tychoeclipsebuilder/rcp.config | |
parent | 15b2745fadae3a7005646a374c4492e0abb00aea (diff) | |
download | eclipse.platform.releng.aggregator-8cbb7a51500f6a78b9ce3b0f4b5953a6cd013b40.tar.gz eclipse.platform.releng.aggregator-8cbb7a51500f6a78b9ce3b0f4b5953a6cd013b40.tar.xz eclipse.platform.releng.aggregator-8cbb7a51500f6a78b9ce3b0f4b5953a6cd013b40.zip |
Bug 535802 - EPL 2.0 conversion for releng aggegator
Feature properties hand edited.
Change-Id: I850e2ad16e629a4855a90059b323e6504704cd23
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config')
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties | 9 | ||||
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties | 18 |
2 files changed, 18 insertions, 9 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties index 2ecc2f0cb..ac800b0b1 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties @@ -1,9 +1,12 @@ ############################################################################### # Copyright (c) 2000, 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 diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties index de4710ae7..8272fa9e8 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties @@ -1,9 +1,12 @@ ############################################################################### # Copyright (c) 2009, 2018 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 @@ -25,7 +28,10 @@ description=Configuration information for the Eclipse product # "copyright" property - text of the "Feature Update Copyright" copyright=\ Copyright (c) 2000, 2018 IBM Corporation and others.\n\ - All rights reserved. This program and the accompanying materials\n\ - are made available under the terms of the Eclipse Public License v1.0\n\ + \n\ + This program and the accompanying materials\n\ + are made available under the terms of the Eclipse Public License 2.0\n\ which accompanies this distribution, and is available at\n\ - http://www.eclipse.org/legal/epl-v10.html\n + https://www.eclipse.org/legal/epl-2.0/\n\ + \n\ + SPDX-License-Identifier: EPL-2.0\n\ |