Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 09:21:15 +0000
committerLars Vogel2018-08-21 09:34:20 +0000
commit6733fe121f5ca8983ea80807c190f6bd389ad504 (patch)
treecf01a4f3a0bf16db7293403782481a57d3c90d37 /bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionListener.java
parent8099cb6e8b643f2b8837d4c3699b769092bc92d2 (diff)
downloadeclipse.platform.swt-6733fe121f5ca8983ea80807c190f6bd389ad504.tar.gz
eclipse.platform.swt-6733fe121f5ca8983ea80807c190f6bd389ad504.tar.xz
eclipse.platform.swt-6733fe121f5ca8983ea80807c190f6bd389ad504.zip
Bug 530393 - EPL 2.0 update for SWT test plug-ins
Update all sources files except .exsd files, Java pref files and pom files Staged via: git grep --name-only 'Eclipse Public License 2.0' > input.txt Manually added \ before the spaces in the directories with spaces cat input.txt | xargs git add Regex used: 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: I000f78a584a97bdd8d6749b3569cd953a4e7e0c1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionListener.java')
0 files changed, 0 insertions, 0 deletions

Back to the top