Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2004-07-24 14:34:22 by dleijen]
Browse files Browse the repository at this point in the history
Template for documentation.

darcs-hash:20040724143422-deb31-9b25af98d5651255515265c56c3773f6d7f58f11.gz
  • Loading branch information
dleijen committed Jul 24, 2004
1 parent 9b8272c commit 7361f40
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bin/prologue-template.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
wxHaskell is a Haskell binding to the portable wxWidgets GUI library.
See <http://wxhaskell.sourceforge.net> for the latest information.

The "Graphics.UI.WX" library is a /middle-level/ Haskell library for writing graphical
user interfaces. It is build on top the "Graphics.UI.WXCore" library, the core interface
to the wxWidgets library. The wxWidgets functions are not explained here.
Please look at the original wxWidgets documentation at <http://www.wxwidgets.org>


LICENSE:

The wxHaskell libraries are distributed under the wxWindows library license.
The documentation is subject to the wxWindows documentation license.

See <http://www.wxwidgets.org/newlicen.htm> for the legal description of the license.

The wxWindows library license is essentially the L-GPL (Library General Public Licence),
with an exception stating that derived works in binary form may be distributed on the
user\'s own terms. This means that it is possible to create commercial software with this
library without paying royalties or disclosing source code. This is a solution that satisfies
those who wish to produce GPL\'ed software using wxHaskell, and also those producing proprietary software.

This library is distributed in the hope that it will be useful, but
/without any warranty/; without even the implied warranty of
/merchantability or fitness for a particular purpose/.
See the wxWindows library license for more details.



0 comments on commit 7361f40

Please sign in to comment.