diff options
author | Wade Walker <[email protected]> | 2011-02-02 04:37:46 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-02 04:37:46 +0100 |
commit | 4e29ab96c2e5f934b7441f0df5bc976accac7c59 (patch) | |
tree | 251bea577b53cdc7241bdb88f709f28838f5026d /make/lib/swt/LICENSE.txt | |
parent | a247475fa8834a289de0d86b6928b2c191ebf50d (diff) |
Added two simple SWT unit tests.
Added a test that draws one triangle, using both the SWT
canvas and the AWT canvas with the SWT_AWT bridge. Also
added the SWT JARs for each platform to make/lib (since
that's where antlr.jar and junit.jar were stored). Modified
the make files to build and run the new tests.
Diffstat (limited to 'make/lib/swt/LICENSE.txt')
-rw-r--r-- | make/lib/swt/LICENSE.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/make/lib/swt/LICENSE.txt b/make/lib/swt/LICENSE.txt new file mode 100644 index 000000000..671ea7ce5 --- /dev/null +++ b/make/lib/swt/LICENSE.txt @@ -0,0 +1,16 @@ +Project Website incl source code: http://wiki.eclipse.org/SWT + +License + +The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content. + +http://www.eclipse.org/legal/epl/notice.html (local copy: ./notice.html) +http://www.eclipse.org/legal/epl-v10.html (local copy: ./epl-v10.html) + +Each subdirectory contains the proper license documents: + cocoa-macosx/about.html + cocoa-macosx-x86_64/about.html + gtk-linux-x86/about.html + gtk-linux-x86_64/about.html + win32-win32-x86/about.html + win32-win32-x86_64/about.html |