FONTAINE
1.0
|
00001 // 00002 // The Fontaine Font Analysis Project 00003 // 00004 // Copyright (c) 2009 by Edward H. Trager 00005 // Copyright (c) 2010 by Dave Crossland 00006 // Copyright (c) 2010 by Nicolas Spalinger 00007 // All Rights Reserved 00008 // 00009 // Released under the GNU GPL version 2.0 or later. 00010 // 00011 00012 00013 // 00014 // licenses.h 00015 // 00016 00017 00018 // 00019 // The recommended font-specific licenses: 00020 // 00021 #include "MIT.h" 00022 #include "OFL.h" 00023 #include "GPLWithFontException.h" 00024 00025 // 00026 // Other licensing models which haven't been made for fonts and are 00027 // problematic for open fonts and collaborative font design: 00028 // 00029 #include "GPL.h" 00030 #include "LGPL.h" 00031 #include "Apache.h" 00032 #include "CC-BY-SA.h" 00033 #include "CC-BY.h" 00034 #include "CC-ZERO.h" 00035 00036 00037 00038 // 00039 // Licenses specific to very 00040 // limited sets of fonts from 00041 // specific vendors. They are 00042 // project and organisation-specific 00043 // and so discouraged/deprecated: 00044 // 00045 #include "BitstreamVera.h" 00046 #include "ArphicPublic.h" 00047 #include "Magenta.h" 00048 #include "Aladdin.h" 00049 #include "IPA.h" 00050 #include "Utopia.h" 00051 #include "MPLUS.h" 00052 #include "GUST.h" 00053 #include "XFree86.h" 00054 00055 00056 // Licenses deprecated by their authors while moving to an open license 00057 #include "STIX.h" 00058 00059 00060 // 00061 // Licenses one may debate 00062 // as not being licenses at all: 00063 // 00064 #include "Freeware.h" 00065 #include "PublicDomain.h" 00066 00067 00068 // 00069 // And of course we have 00070 // a default: 00071 // 00072 #include "UnknownLicense.h" 00073