00001 // 00002 // The Fontaine Font Analysis Project 00003 // 00004 // Copyright (c) 2009 by Edward H. Trager 00005 // All Rights Reserved 00006 // 00007 // Released under the GNU GPL version 2.0 or later. 00008 // 00009 00010 00011 // 00012 // licenses.h 00013 // 00014 00015 00016 // 00017 // The most common font licenses: 00018 // 00019 #include "OFL.h" 00020 #include "GPL.h" 00021 #include "GPLWithFontException.h" 00022 #include "LGPL.h" 00023 00024 // Common for X11 Fonts: 00025 #include "MIT.h" 00026 #include "XFree86.h" 00027 00028 // 00029 // Licenses specific to very 00030 // limited sets of fonts from 00031 // specific vendors. They are 00032 // project and organisation-specific 00033 // and so discouraged/deprecated: 00034 // 00035 #include "BitstreamVera.h" 00036 #include "ArphicPublic.h" 00037 #include "Magenta.h" 00038 #include "Aladdin.h" 00039 #include "IPA.h" 00040 #include "Utopia.h" 00041 #include "STIX.h" 00042 #include "MPLUS.h" 00043 #include "GUST.h" 00044 00045 // 00046 // Licenses one may debate 00047 // as not being licenses at all: 00048 // 00049 #include "Freeware.h" 00050 #include "PublicDomain.h" 00051 00052 // 00053 // And of course we have 00054 // a default: 00055 // 00056 #include "UnknownLicense.h" 00057