Fix some runtime clang sanitizer warnings.
[ttfautohint.git] / no-copyright
blob276f43752275cd0aecfcceefc7a707cff1d83483
1 # Files that don't get a copyright, or which are taken from elsewhere.
3 # All lines in this file are patterns, including the comment lines; this
4 # means that e.g. `bootstrap' matches all files that have this string in
5 # the file name (including the path relative to the current directory,
6 # always starting with `./').
8 # Don't put empty lines into this file!
10 .gitignore
11 .gnulib
12 .gitmodules
14 m4/autotroll.m4
15 m4/ltlize_lang.m4
16 m4/pkg.m4
17 FTL.TXT
18 GPLv2.TXT
19 INSTALL
21 bootstrap
22 ./Makefile.am
24 AUTHORS
25 COPYING
26 ChangeLog
27 INSTALL.git
28 NEWS
29 THANKS
30 TODO
31 pledgies
32 no-copyright
33 update-copyright
35 doc/footnote-popup.js
36 doc/c2pandoc.sed
37 doc/img
38 doc/longtable-patched.sty
39 doc/jquery-1.11.2.min.js
40 doc/strip-comments.sh
41 doc/taranges.sed
42 doc/template.html
43 doc/template.tex
44 doc/toc-unfold.js
45 doc/ttfautohint-css.html
46 doc/ttfautohint-js.html
48 lib/afblue.pl
49 lib/llrb.h
50 lib/sds.c
51 lib/sds.h
53 # EOF