summaryrefslogtreecommitdiff
path: root/dist/s_copyright.list
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-03-12 12:33:08 -0400
committerKeith Bostic <keith@wiredtiger.com>2012-03-12 12:33:08 -0400
commit2af4982c444dee1af1e08a56e0f74fbcbfa70fcc (patch)
tree788817f5db5dd49f3151b5a11ccf58725671b3b4 /dist/s_copyright.list
parent2354a335edcb09b5647102ed9761f7a37895d569 (diff)
downloadmongo-2af4982c444dee1af1e08a56e0f74fbcbfa70fcc.tar.gz
Simplify the copyright script: the original problem was some files weren't
around when cutting a release, so s_copyright complained, but while fixing the script, I realized we weren't checking all the places we should check. We now check the whole tree, and depend on the list of files to skip to exclude anything we don't care about.
Diffstat (limited to 'dist/s_copyright.list')
-rw-r--r--dist/s_copyright.list26
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/s_copyright.list b/dist/s_copyright.list
index 685f4df9a37..c51801038d3 100644
--- a/dist/s_copyright.list
+++ b/dist/s_copyright.list
@@ -1,5 +1,25 @@
+skip bench/tcbench/wttest.c
+skip build_posix/wiredtiger_config.h
+skip dist/api_data.py
+skip dist/api_err.py
+skip dist/api_flags.py
+skip dist/config.py
+skip dist/db.py
+skip dist/dist.py
+skip dist/log_data.py
+skip dist/log.py
+skip dist/serial.py
+skip dist/stat_data.py
+skip dist/stat.py
+skip docs/tools/doxypy.py
+skip docs/tools/fixlinks.py
skip lang/python/setup.py
+skip lang/python/src/wiredtiger/service/constants.py
+skip lang/python/src/wiredtiger/service/__init__.py
+skip lang/python/src/wiredtiger/service/ttypes.py
+skip lang/python/src/wiredtiger/service/WiredTiger.py
skip lang/python/wiredtiger.py
+skip lang/python/wiredtiger_wrap.c
skip src/api/api_strerror.c
skip src/config/config_def.c
skip src/include/extern.h
@@ -8,3 +28,9 @@ skip src/include/queue.h
skip src/include/serial_funcs.i
skip src/log/log_desc.c
skip src/support/stat.c
+skip test/config.i
+skip test/config_test.c
+skip test/config_test.py
+skip test/packing/intpack-test2.c
+skip test/packing/intpack-test.c
+skip test/packing/packing-test.c