Bug 535802 - License update to EPL-2.0 for exsd schemas

This updates the schema definitions.

Manually updated: org.eclipse.tips.core/schema/tips.exsd and
org.eclipse.ui.intro.quicklinks/schema/quicklinks.exsd
Regex used:

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: Ia0fd23db30fb07551c69fe8034ad118892890f62
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
31 files changed