Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 14:24:36 +0000
committerLars Vogel2018-08-21 14:25:10 +0000
commit929b80a4e72c2e741e86f8583307d848f942f1ad (patch)
tree7cdf2e71c57b067e52f041d08fb1320a8aad55e7 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contextlaunching/ContextMessages.properties
parentbe1cef0bc9182a6fdc28e2be688c73b1e0404723 (diff)
downloadeclipse.platform.debug-929b80a4e72c2e741e86f8583307d848f942f1ad.tar.gz
eclipse.platform.debug-929b80a4e72c2e741e86f8583307d848f942f1ad.tar.xz
eclipse.platform.debug-929b80a4e72c2e741e86f8583307d848f942f1ad.zip
Bug 535802 - EPL-2.0 for platform.debug tests
Commands used for this conversion: git checkout master git reset --hard origin/master git pull 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/' {} + # Get rid of the All rights reserved 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: I6106979d3335c00b9b9afba17f5397b9507bf6ab Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contextlaunching/ContextMessages.properties')
0 files changed, 0 insertions, 0 deletions

Back to the top