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# 12builds/unix/pkg.m4 13# 14docs/FTL.TXT 15docs/GPLv2.TXT 16# 17include/freetype/internal/fthash.h 18# 19src/base/fthash.c 20src/base/md5.c 21src/base/md5.h 22# 23src/bdf/bdf.c 24src/bdf/bdf.h 25src/bdf/bdfdrivr.c 26src/bdf/bdfdrivr.h 27src/bdf/bdferror.h 28src/bdf/bdflib.c 29src/bdf/module.mk 30src/bdf/README 31src/bdf/rules.mk 32# 33src/pcf/module.mk 34src/pcf/pcf.c 35src/pcf/pcf.h 36src/pcf/pcfdrivr.c 37src/pcf/pcfdrivr.h 38src/pcf/pcferror.h 39src/pcf/pcfread.c 40src/pcf/pcfread.h 41src/pcf/pcfutil.c 42src/pcf/pcfutil.h 43src/pcf/README 44src/pcf/rules.mk 45# 46src/gzip/adler32.c 47src/gzip/infblock.c 48src/gzip/infblock.h 49src/gzip/infcodes.c 50src/gzip/infcodes.h 51src/gzip/inffixed.h 52src/gzip/inflate.c 53src/gzip/inftrees.c 54src/gzip/inftrees.h 55src/gzip/infutil.c 56src/gzip/infutil.h 57src/gzip/zconf.h 58src/gzip/zlib.h 59src/gzip/zutil.c 60src/gzip/zutil.h 61# 62src/tools/apinames.c 63src/tools/ftrandom/ftrandom.c 64# 65# EOF 66