Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-20 08:30:42 +0000
committerLars Vogel2018-08-20 08:36:53 +0000
commitf183342009929291ed012750192783b9f60c326b (patch)
treeea268a74b00af2ad63ef081bde1362390bffbd2d /bundles/org.eclipse.swt.tools
parentf6905da505d783def529dcf9fca505d97910304d (diff)
downloadeclipse.platform.swt-f183342009929291ed012750192783b9f60c326b.tar.gz
eclipse.platform.swt-f183342009929291ed012750192783b9f60c326b.tar.xz
eclipse.platform.swt-f183342009929291ed012750192783b9f60c326b.zip
Bug 530393 - EPL 2.0 for exsd in SWT
Only one exsd present in SWT. Regex used: find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\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: Ib27dc3787b5afdffac273cc764907696ad6f9f3e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
0 files changed, 0 insertions, 0 deletions

Back to the top