mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Also clean up the license hash checking a bit. We trim vendor early in find so we don't have to walk the whole vendor tree only to grep the files out, and we don't check the license hashes of the exceptions, and the exceptions are now a plain text file of non-regex strings we match exactly. Also the license hash code is only written once. This will help us a lot if development on Pilosa continues through 2018 or later.
9 lines
238 B
Text
9 lines
238 B
Text
# names of files which we do not expect to have our license header
|
|
./apimethod_string.go
|
|
./pql/pql.peg.go
|
|
./internal/private.pb.go
|
|
./internal/public.pb.go
|
|
./lru/lru.go
|
|
./enterprise/enterprise.go
|
|
./roaring/btree.go
|
|
./roaring/btree_test.go
|