Bug 530393 - EPL 2.0 for exsd in platform.resources

This updates the exsd definitions to EPL 2.0.

git checkout master
git reset --hard origin/master
git pull



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: I1e65741fd5efdabf5abb91b4d81b8f5c1bb3ff79
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
11 files changed
tree: af80e3f8e3753a8c89ac2d1035b875a5826d6986
  1. bundles/
  2. tests/
  3. .gitignore
  4. CONTRIBUTING.md
  5. pom.xml