File: LICENSE_ADDENDUM

package info (click to toggle)
fox1.6 1.6.57-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 17,592 kB
  • sloc: cpp: 148,083; sh: 4,294; ansic: 2,345; makefile: 1,422; perl: 119
file content (49 lines) | stat: -rw-r--r-- 1,934 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49


                           ADDENDUM TO LICENSE
                               March 2003

                Copyright (C) 2002,2005 Jeroen van der Zijp.

        Everyone is permitted to copy and distribute verbatim copies
     of this license addendum document, but changing it is not allowed.


FOX Toolkit Library License Addendum.


1. License.  The FOX Toolkit Library ("The Library") is licensed under GNU
Lesser General Public License as published by the Free Software Foundation,
version 2.1 of the License, or (at your option) any later version.

2. Relinking Exemption.  You may distribute a combined work using a
statically linked, unmodified copy of the FOX Library under terms of your
choice, without the relinking requirement stipulated under the GNU Lesser
Public License, subject to the following conditions:

  a. This static relinking exemption covers only the FOX Toolkit Library.
  Other libraries which the FOX Library may need are covered by their own
  respective licenses.

  b. Modification of the configure scripts, makefiles, or installation
  tools of the FOX Library to support a specific platform does not
  constitute creating a modified copy based on the FOX Library.

  c. Programs or binaries statically linked with the FOX Library must be
  identified as such by including, in the Documentation or by other means
  (for example in the About Box or Online Help), the following statement:

  "This software uses the FOX Toolkit Library (http://www.fox-toolkit.org)."

  d. Subclassing from Objects or Widgets supplied by the Library involves
  no modifications to the source code of the Library itself, and does not
  constitute creating a modified copy based on the Library.

3. If you do not accept or are unable to meet the conditions under (2), you
may continue to distribute the combined work under the original GNU Lesser
General Public License.


                             END OF ADDENDUM