From e43ea99cfa86d467e6a86768a2e39b56ded8c8eb Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Mon, 20 Aug 2018 11:52:54 +0200 Subject: Bug 530393 - EPL 2.0 for exsd in platform.debug Based on the following regex. find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\>http:\/\/www.eclipse.org\/legal\/epl-v10.html\<\/a\>/https:\/\/www.eclipse.org\/legal\/epl-2.0\"\>https:\/\/www.eclipse.org\/legal\/epl-v20.html\<\/a\>\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel --- org.eclipse.debug.ui/schema/launchGroups.exsd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'org.eclipse.debug.ui/schema/launchGroups.exsd') diff --git a/org.eclipse.debug.ui/schema/launchGroups.exsd b/org.eclipse.debug.ui/schema/launchGroups.exsd index 322d1cbf8..0bf2766ee 100644 --- a/org.eclipse.debug.ui/schema/launchGroups.exsd +++ b/org.eclipse.debug.ui/schema/launchGroups.exsd @@ -158,10 +158,13 @@ In the above example, the launch group will consist of all launch configurations Copyright (c) 2000, 2005 IBM Corporation and others.<br> -All rights reserved. This program and the accompanying materials are made -available under the terms of the Eclipse Public License v1.0 which + +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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ + +SPDX-License-Identifier: EPL-2.0 -- cgit v1.2.3