Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-20 09:51:40 +0000
committerLars Vogel2018-08-20 09:51:40 +0000
commite7bbc38b3ed56beed7a9fbda2be42b357833406c (patch)
tree860416c618695428b0847e631517040f66cbbef7 /tests/org.eclipse.team.tests.core
parent754910f570b70fe6055082f00b0e3595677db27c (diff)
downloadeclipse.platform.team-e7bbc38b3ed56beed7a9fbda2be42b357833406c.tar.gz
eclipse.platform.team-e7bbc38b3ed56beed7a9fbda2be42b357833406c.tar.xz
eclipse.platform.team-e7bbc38b3ed56beed7a9fbda2be42b357833406c.zip
Bug 530393 - EPL 2.0 for exsd in platform.teamI20180821-0800I20180820-2000I20180820-0800
Based on the following regex. 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: I01b12269957690c11542e0f1c62266a466fd43b4 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
0 files changed, 0 insertions, 0 deletions

Back to the top