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/gtk-linux-x86/about_files/webkit-bsd.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/gtk-linux-x86/about_files/webkit-bsd.txt')
-rw-r--r-- | make/lib/swt/gtk-linux-x86/about_files/webkit-bsd.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/make/lib/swt/gtk-linux-x86/about_files/webkit-bsd.txt b/make/lib/swt/gtk-linux-x86/about_files/webkit-bsd.txt new file mode 100644 index 000000000..b3b07c626 --- /dev/null +++ b/make/lib/swt/gtk-linux-x86/about_files/webkit-bsd.txt @@ -0,0 +1,20 @@ +BSD License + +Copyright (C) 2009 Apple Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided +that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and +the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and +the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS �AS IS� AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |