1 # Files that don't get a copyright, or which are taken from elsewhere. 2 # 3 # All lines in this file are patterns, including the comment lines; this 4 # means that e.g. `FTL.TXT' matches all files that have this string in 5 # the file name (including the path relative to the current directory, 6 # always starting with `./'). 7 # 8 # Don't put empty lines into this file! 9 # 10 .gitignore 11 # 12 builds/unix/pkg.m4 13 # 14 docs/FTL.TXT 15 docs/GPLv2.TXT 16 # 17 include/freetype/internal/fthash.h 18 # 19 src/base/fthash.c 20 src/base/md5.c 21 src/base/md5.h 22 # 23 src/bdf/bdf.c 24 src/bdf/bdf.h 25 src/bdf/bdfdrivr.c 26 src/bdf/bdfdrivr.h 27 src/bdf/bdferror.h 28 src/bdf/bdflib.c 29 src/bdf/module.mk 30 src/bdf/README 31 src/bdf/rules.mk 32 # 33 src/pcf/module.mk 34 src/pcf/pcf.c 35 src/pcf/pcf.h 36 src/pcf/pcfdrivr.c 37 src/pcf/pcfdrivr.h 38 src/pcf/pcferror.h 39 src/pcf/pcfread.c 40 src/pcf/pcfread.h 41 src/pcf/pcfutil.c 42 src/pcf/pcfutil.h 43 src/pcf/README 44 src/pcf/rules.mk 45 # 46 src/gzip/adler32.c 47 src/gzip/infblock.c 48 src/gzip/infblock.h 49 src/gzip/infcodes.c 50 src/gzip/infcodes.h 51 src/gzip/inffixed.h 52 src/gzip/inflate.c 53 src/gzip/inftrees.c 54 src/gzip/inftrees.h 55 src/gzip/infutil.c 56 src/gzip/infutil.h 57 src/gzip/zconf.h 58 src/gzip/zlib.h 59 src/gzip/zutil.c 60 src/gzip/zutil.h 61 # 62 src/tools/apinames.c 63 src/tools/ftrandom/ftrandom.c 64 # 65 # EOF 66