From 78d71e40e936a95bcb2c1257335fbd462d7a2981 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Mon, 29 Dec 2025 15:17:07 +0100 Subject: [PATCH] Fix feature copyright properties --- features/org.eclipse.e4.rcp/feature.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/org.eclipse.e4.rcp/feature.properties b/features/org.eclipse.e4.rcp/feature.properties index 6fca98849c8..89a5b4e0d47 100644 --- a/features/org.eclipse.e4.rcp/feature.properties +++ b/features/org.eclipse.e4.rcp/feature.properties @@ -29,15 +29,15 @@ description=The bundles typical required by Eclipse RCP applications as of versi # "copyright" property - text of the "Feature Update Copyright" copyright=\ Copyright (c) 2010, 2019 IBM Corporation and others.\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\ -https://www.eclipse.org/legal/epl-2.0/ - +https://www.eclipse.org/legal/epl-2.0/\n\ +\n\ SPDX-License-Identifier: EPL-2.0\n\ \n\ Contributors:\n\ - IBM Corporation - initial API and implementation\n + IBM Corporation - initial API and implementation\n\ Lars Vogel - Ongoing maintenance\n ################ end of copyright property #################################### \ No newline at end of file