File: COPYING.txt

package info (click to toggle)
castle-game-engine 6.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 194,520 kB
  • sloc: pascal: 364,585; ansic: 8,606; java: 2,851; objc: 2,601; cpp: 1,412; xml: 851; makefile: 725; sh: 563; php: 26
file content (39 lines) | stat: -rw-r--r-- 1,942 bytes parent folder | download | duplicates (3)
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
(See also
http://castle-engine.sourceforge.net/engine.php#section_license)

The core of "Castle Game Engine" (almost everything that can be found
in this directory, castle_game_engine) may be used on the terms of:

1. GNU General Public License (version 2 or above, whichever you like),
   see COPYING.GPL2.txt for GPL 2 text,
   see http://www.gnu.org/copyleft/gpl.html for current version, FAQs etc.

2. Or on a more permissive
   GNU Lesser General Public License (again version 2 or above, whichever you like),
   (also called "Library General Public License" in earlier versions),
   see COPYING.LGPL2.txt for LGPL 2 text,
   see http://www.gnu.org/copyleft/lesser.html for current version, FAQs etc.

   Please note that if you want to use LGPL:

   - You *have* to modify src/base/castleconf.inc
     to make symbol CASTLE_ENGINE_LGPL defined. This will avoid pulling
     any GPL-only (strict) dependencies into the engine --- currently
     this concerns NURBS implementation.

   - Also, we add the so-called "static linking exception" to LGPL.
     The idea is that you can statically link closed-source code
     with the engine, the exact legal text follows:

     As a special exception, the copyright holders of this library
     give you permission to link this library with independent
     modules to produce an executable, regardless of the license
     terms of these independent modules, and to copy and distribute
     the resulting executable under terms of your choice,
     provided that you also meet, for each linked independent module,
     the terms and conditions of the license of that module.
     An independent module is a module which is not derived from
     or based on this library. If you modify this library,
     you may extend this exception to your version of the library,
     but you are not obligated to do so. If you do not wish to do so,
     delete this exception statement from your version.