FONTAINE  1.0
licenses.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // Copyright (c) 2010 by Dave Crossland
6 // Copyright (c) 2010 by Nicolas Spalinger
7 // All Rights Reserved
8 //
9 // Released under the GNU GPL version 2.0 or later.
10 //
11 
12 
13 //
14 // licenses.h
15 //
16 
17 
18 //
19 // The recommended font-specific licenses:
20 //
21 #include "MIT.h"
22 #include "OFL.h"
23 #include "GPLWithFontException.h"
24 
25 //
26 // Other licensing models which haven't been made for fonts and are
27 // problematic for open fonts and collaborative font design:
28 //
29 #include "GPL.h"
30 #include "LGPL.h"
31 #include "Apache.h"
32 #include "CC-BY-SA.h"
33 #include "CC-BY.h"
34 #include "CC-ZERO.h"
35 
36 
37 
38 //
39 // Licenses specific to very
40 // limited sets of fonts from
41 // specific vendors. They are
42 // project and organisation-specific
43 // and so discouraged/deprecated:
44 //
45 #include "BitstreamVera.h"
46 #include "ArphicPublic.h"
47 #include "Magenta.h"
48 #include "Aladdin.h"
49 #include "IPA.h"
50 #include "Utopia.h"
51 #include "MPLUS.h"
52 #include "GUST.h"
53 #include "XFree86.h"
54 
55 
56 // Licenses deprecated by their authors while moving to an open license
57 #include "STIX.h"
58 
59 
60 //
61 // Licenses one may debate
62 // as not being licenses at all:
63 //
64 #include "Freeware.h"
65 #include "PublicDomain.h"
66 
67 
68 //
69 // And of course we have
70 // a default:
71 //
72 #include "UnknownLicense.h"
73 
MPLUS.h
Magenta.h
UnknownLicense.h
Freeware.h
Apache.h
PublicDomain.h
MIT.h
CC-ZERO.h
Utopia.h
CC-BY-SA.h
IPA.h
LGPL.h
GPL.h
XFree86.h
GUST.h
STIX.h
GPLWithFontException.h
ArphicPublic.h
CC-BY.h
OFL.h
BitstreamVera.h
Aladdin.h