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.9 by root, Thu Nov 5 15:43:21 2009 UTC vs.
Revision 1.10 by root, Thu Nov 5 15:57:15 2009 UTC

7AGPL. The listing of these files does not imply the remaining files do not 7AGPL. The listing of these files does not imply the remaining files do not
8contain any AGPL code (the opposite is actually true). 8contain any AGPL code (the opposite is actually true).
9 9
10Here is an algorithm to decide which parts are AGPL and which are not: 10Here is an algorithm to decide which parts are AGPL and which are not:
11 11
121. is the file listed below? if yes, it is 100% AGPL. 121. is the file listed below (glob syntax)?
13 if yes, it is 100% AGPL.
132. does the file contain //+GPL and/or //-GPL markers? 142. does the file contain //+GPL and/or //-GPL markers?
14 if yes, then everything is AGPL, except the code between 15 if yes, then everything is AGPL, except the code between
15 //+GPL and //-GPL. 16 //+GPL and //-GPL.
163. otherwise, the code is 100% GPL. 173. otherwise, the code is 100% GPL.
17 18
19 common/image.C
20 common/logger.C
21 common/los.C
22 common/shstr.C
23 common/utils.C
24 ext/*
25 include/attackinc.h
26 include/cfperl.h
27 include/crc.h
28 include/devel.h
29 include/dynbuf.h
30 include/event2inc
31 include/eventinc.h
32 include/evthread.h
33 include/face.h
34 include/genkeyword
35 include/loader.h
18 include/shstr.h 36 include/shstr.h
19 include/traits.h
20 include/shstrinc.h 37 include/shstrinc.h
21 include/skillinc.h 38 include/skillinc.h
39 include/traits.h
22 include/util.h 40 include/util.h
23 include/player.h 41 lib/cf.pm
24 include/network.h 42 lib/cf/*
25 include/loader.h 43 pod/*
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 44 server/cfperl.xs
45 server/evthread.C 45 server/evthread.C
46 server/freezethaw.C
46 server/genaccess 47 server/genaccess
48 socket/init.C
49 socket/loop.C
47 socket/lowlevel.C 50 socket/lowlevel.C
48 socket/sounds.C 51 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 52 util/cfutil.in
56 53
57 GNU AFFERO GENERAL PUBLIC LICENSE 54 GNU AFFERO GENERAL PUBLIC LICENSE
58 Version 3, 19 November 2007 55 Version 3, 19 November 2007
59 56

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines