Bug 544863 - Update license to EPL-2.0 in org.eclipse.e4.tools

This affects all files except the .exsd, html, the
"org.eclipse.jdt.ui.prefs", features and the pom.xml files.

Regular expression used:

find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec
sed -i  's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {}
+

find . -type f  ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs"
-exec sed -i -E
's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\
\1\
\1\2SPDX-License-Identifier: EPL-2.0/' {} +


find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" !
-name "pom.xml" -exec sed -i -E
's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved.
)/\1\n\1\2/' {} +

Change-Id: I1a00b9b494e5564e3cc3ae535687cf06762658ba
83 files changed
tree: bf47ff054df7ec0de39fdaf2d0f585748b587cec
  1. .settings/
  2. build/
  3. bundles/
  4. features/
  5. .gitignore
  6. .project
  7. pom.xml
  8. README.MD
README.MD

org.eclipse.e4.tools

Repository for the additional tools to analyse and develop Eclipse based applications. Currently this repo hosts mainly the “spies”, which allows to analyse different parts of an Eclipse application.

How to build

Use the following command to build the components in this repository.

mvn clean verify