tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

no-copyright (1282B)


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