Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-20Bug 530393 - EPL 2.0 for exsd in platform.debugI20180821-0800I20180820-2000Lars Vogel1-3/+6
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: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2005-02-24CPL --> EPLDarin Swanson1-3/+3
2004-11-18Bug 78751 - Extension Point Schema ChangesDarin Swanson1-16/+16
2004-06-24copyright updateR3_0Darin Wright1-6/+5
2003-03-25doc - copyrightsDarin Wright1-1/+6
2003-01-17Bug 29153 - Migrate extension point schema ownershipDarin Swanson1-9/+0
2003-01-17Bug 29153 - Migrate extension point schema ownershipDarin Swanson1-4/+4
2003-01-09Bug 29153 - Migrate extension point schema ownershipDarin Swanson1-0/+124

    Back to the top