diff --git a/rse/features/org.eclipse.rse.core-feature/feature.properties b/rse/features/org.eclipse.rse.core-feature/feature.properties index 07c99edbea8..51360803288 100644 --- a/rse/features/org.eclipse.rse.core-feature/feature.properties +++ b/rse/features/org.eclipse.rse.core-feature/feature.properties @@ -30,6 +30,15 @@ system and subsystem definition, \ basic service APIs, and \ user documentation. +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.\n\ +\n\ +This program and the accompanying materials are made available under the terms\n\ +of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\ +available at http://www.eclipse.org/legal/epl-v10.html\n +################ end of copyright property #################################### + # "licenseURL" property - URL of the "Feature License" # do not translate value - just change to point to a locale-specific HTML page licenseURL=license.html diff --git a/rse/features/org.eclipse.rse.core-feature/feature.xml b/rse/features/org.eclipse.rse.core-feature/feature.xml index a10d03e84a3..6eef95dbde3 100644 --- a/rse/features/org.eclipse.rse.core-feature/feature.xml +++ b/rse/features/org.eclipse.rse.core-feature/feature.xml @@ -9,6 +9,10 @@ %description + + %copyright + + %license @@ -39,78 +43,78 @@ diff --git a/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties index 86e07c635a4..682ae1daa7a 100644 --- a/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties @@ -29,6 +29,15 @@ system and subsystem definition, \ basic service APIs, and \ user documentation. +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.\n\ +\n\ +This program and the accompanying materials are made available under the terms\n\ +of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\ +available at http://www.eclipse.org/legal/epl-v10.html\n +################ end of copyright property #################################### + # "licenseURL" property - URL of the "Feature License" # do not translate value - just change to point to a locale-specific HTML page licenseURL=license.html