1 Rasterbator itself is licensed under the GPL.
3 It uses iTextSharp and SharpZipLib libraries.
5 iTextSharp ( http://itextpdf.com ) is licensed under the AGPL,
6 which is included in the same folder as this file.
8 SharpZipLib ( http://www.icsharpcode.net/OpenSource/SharpZipLib )
9 is licensed under the GPL with the following exception:
11 Linking this library statically or dynamically with other modules is making a
12 combined work based on this library. Thus, the terms and conditions of the
13 GNU General Public License cover the whole combination.
15 As a special exception, the copyright holders of this library give you
16 permission to link this library with independent modules to produce an
17 executable, regardless of the license terms of these independent modules,
18 and to copy and distribute the resulting executable under terms of your choice,
19 provided that you also meet, for each linked independent module,
20 the terms and conditions of the license of that module. An independent module
21 is a module which is not derived from or based on this library. If you modify
22 this library, you may extend this exception to your version of the library,
23 but you are not obligated to do so. If you do not wish to do so,
24 delete this exception statement from your version.
26 The exception is changed to reflect the latest GNU Classpath exception.
27 Older versions of #ziplib did have another exception, but the new one is
28 clearer and it doesn't break compatibility with the old one.
30 In plain English this means you can use this
31 library in commercial closed-source applications.