Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 530393 - EPL 2.0 update for SWT for swt.example plug-insLars Vogel1-3/+6
This updates files to EPL 2.0. As this repo contains also LGPL code, I added only files containing 'Eclipse Public License 2.0' via: git grep --name-only 'Eclipse Public License 2.0' | xargs git add Regex used for replacement: 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: Ifad89e954b50112a71c30842130e558d171631f6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-10-13Bug 505823 - Fix whitespace issues in SWT snippetsY20161013-1000Lars Vogel1-2/+2
Change-Id: I6527a2608b7db919318702695c5658de6d5cea9c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-04-01Bug 490856 - Run copyright tooling for org.eclipse.swt.snippetsLars Vogel1-1/+1
Change-Id: I043306c0a5901f2582be1bfeedc28a4f95a9a299 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2006-06-05*** empty log message ***Steve Northover1-1/+1
2005-10-2688724 - Provide 'since' javadoc in snippetsBilly Biggs1-0/+2
2005-09-16Update the URL to the snippets page.Billy Biggs1-1/+1
2005-02-28Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transitionVeronika Irvine1-5/+5
2005-01-25*** empty log message ***Veronika Irvine1-0/+70

    Back to the top