ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/COPYING.Affero
(Generate patch)

Comparing deliantra/server/COPYING.Affero (file contents):
Revision 1.5 by root, Mon Oct 12 14:00:56 2009 UTC vs.
Revision 1.9 by root, Thu Nov 5 15:43:21 2009 UTC

1Take note of the GNU Affero License (COPYING.Affero), which applies to part 1Take note of the GNU Affero License (COPYING.Affero), which applies to part
2of this release, which means you have to follow the requirements laid out 2of this release, which means you have to follow the requirements laid out
3in section 13. of both licenses. 3in section 13. of both licenses.
4 4
5Note that ALL changed introduced by the Deliantra team are under the 5Note that ALL changed introduced by the Deliantra team are under the
6Affero GNU Public License. 6Affero GNU Public License. Specifically, the files listed below are 100%
7AGPL. The listing of these files does not imply the remaining files do not
8contain any AGPL code (the opposite is actually true).
9
10Here is an algorithm to decide which parts are AGPL and which are not:
11
121. is the file listed below? if yes, it is 100% AGPL.
132. does the file contain //+GPL and/or //-GPL markers?
14 if yes, then everything is AGPL, except the code between
15 //+GPL and //-GPL.
163. otherwise, the code is 100% GPL.
17
18 include/shstr.h
19 include/traits.h
20 include/shstrinc.h
21 include/skillinc.h
22 include/util.h
23 include/player.h
24 include/network.h
25 include/loader.h
26 include/living.h
27 include/face.h
28 include/evthread.h
29 include/eventinc.h (derived from pod/events.pod)
30 include/dynbuf.h
31 include/devel.h
32 include/crc.h
33 include/client.h
34 include/cfperl.h
35 include/attackinc.h
36 include/event2inc
37 include/genkeyword
38 common/los.C
39 common/shstr.C
40 common/logger.C
41 common/image.C
42 common/utils.C
43 server/freezethaw.C
44 server/cfperl.xs
45 server/evthread.C
46 server/genaccess
47 socket/lowlevel.C
48 socket/sounds.C
49 socket/loop.C
50 socket/init.C
51 pod/*
52 ext/*
53 lib/cf.pm
54 lib/cf/*
55 util/cfutil.in
7 56
8 GNU AFFERO GENERAL PUBLIC LICENSE 57 GNU AFFERO GENERAL PUBLIC LICENSE
9 Version 3, 19 November 2007 58 Version 3, 19 November 2007
10 59
11 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 60 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines