mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-26 13:20:02 +00:00
89 lines
3.6 KiB
Plaintext
89 lines
3.6 KiB
Plaintext
This package was originally debianized by Stefan Schwandter
|
|
<swan@debian.org> on Tue, 14 May 2002 13:55:24 +0200; Aaron M. Ucko
|
|
<ucko@debian.org> now maintains it.
|
|
|
|
It was downloaded from ftp://ftp.easysw.com/pub/fltk.
|
|
|
|
Copyright © 1998-2009 Bill Spitzak
|
|
(spitzak@users.sourceforge.net) and others, including:
|
|
|
|
Craig P. Earls
|
|
Curtis Edwards (trilex@users.sourceforge.net)
|
|
Gustavo Hime (hime@users.sourceforge.net)
|
|
Talbot Hughes
|
|
Robert Kesterson (robertk@users.sourceforge.net)
|
|
Matthias Melcher (matthiaswm@users.sourceforge.net)
|
|
James Dean Palmer (jamespalmer@users.sourceforge.net)
|
|
Vincent Penne (vincentp@users.sourceforge.net)
|
|
Michael Sweet (easysw@users.sourceforge.net)
|
|
Carl Thompson (clip@users.sourceforge.net)
|
|
Nafees Bin Zafar (nafees@users.sourceforge.net)
|
|
|
|
This library is free software; you can redistribute it
|
|
and/or modify it under the terms of the GNU Library General
|
|
Public License as published by the Free Software Foundation;
|
|
either version 2 of the License, or (at your option) any
|
|
later version.
|
|
|
|
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 GNU Library General Public License for
|
|
more details.
|
|
|
|
You should have received a copy of the GNU Library General
|
|
Public License along with this library; if not, write to the
|
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
Boston, MA 02110-1301 USA.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
FLTK License
|
|
December 11, 2001
|
|
|
|
The FLTK library and included programs are provided under the terms
|
|
of the GNU Library General Public License (LGPL) with the following
|
|
exceptions:
|
|
|
|
1. Modifications to the FLTK configure script, config
|
|
header file, and makefiles by themselves to support
|
|
a specific platform do not constitute a modified or
|
|
derivative work.
|
|
|
|
The authors do request that such modifications be
|
|
contributed to the FLTK project - send all
|
|
contributions to "fltk-bugs@fltk.org".
|
|
|
|
2. Widgets that are subclassed from FLTK widgets do not
|
|
constitute a derivative work.
|
|
|
|
3. Static linking of applications and widgets to the
|
|
FLTK library does not constitute a derivative work
|
|
and does not require the author to provide source
|
|
code for the application or widget, use the shared
|
|
FLTK libraries, or link their applications or
|
|
widgets against a user-supplied version of FLTK.
|
|
|
|
If you link the application or widget to a modified
|
|
version of FLTK, then the changes to FLTK must be
|
|
provided under the terms of the LGPL in sections
|
|
1, 2, and 4.
|
|
|
|
4. You do not have to provide a copy of the FLTK license
|
|
with programs that are linked to the FLTK library, nor
|
|
do you have to identify the FLTK license in your
|
|
program or documentation as required by section 6
|
|
of the LGPL.
|
|
|
|
However, programs must still identify their use of FLTK.
|
|
The following example statement can be included in user
|
|
documentation to satisfy this requirement:
|
|
|
|
[program/widget] is based in part on the work of
|
|
the FLTK project (http://www.fltk.org).
|
|
|
|
You can find multiple versions of the LGPL in /usr/share/common-licenses;
|
|
in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Also,
|
|
the CREDITS file in this directory contains a more complete list of
|
|
contributors.
|