diff options
author | Keith Bostic <keith.bostic@wiredtiger.com> | 2012-02-02 11:32:37 +0000 |
---|---|---|
committer | Keith Bostic <keith.bostic@wiredtiger.com> | 2012-02-02 11:32:37 +0000 |
commit | 59892d04bf88b86de7ddc97155537d236a641dfa (patch) | |
tree | fff6f4a2abadc86289edfb23ed735e47598f84a2 | |
parent | b834f3ee9651ce7bb4115b8e2d0deff3c1b37a6a (diff) | |
download | mongo-59892d04bf88b86de7ddc97155537d236a641dfa.tar.gz |
More copyright updates, don't bother with "add" keywords in the
s_copyright.list file, we're adding tons of files now.
-rw-r--r-- | dist/s_copyright | 9 | ||||
-rw-r--r-- | dist/s_copyright.list | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dist/s_copyright b/dist/s_copyright index 13cfa3a6755..7c99ebb1273 100644 --- a/dist/s_copyright +++ b/dist/s_copyright @@ -30,7 +30,7 @@ cat > $c2 <<ENDOFTEXT ENDOFTEXT cat > $c3 <<ENDOFTEXT -#! +# # # Copyright (c) 2008-$year WiredTiger, Inc. # All rights reserved. @@ -39,7 +39,7 @@ cat > $c3 <<ENDOFTEXT ENDOFTEXT cat > $c4 <<ENDOFTEXT -#! +# # # Copyright (c) 2008-$year WiredTiger, Inc. # @@ -64,11 +64,11 @@ check() if `sed -e 4q ../$1 | diff - $c2 > /dev/null` ; then return; fi - if `sed -e 's/#!.*/#!/' \ + if `sed -e 's/^#!.*/#/' \ -e 6q ../$1 | diff - $c3 > /dev/null` ; then return; fi - if `sed -e 's/#!.*/#!/' \ + if `sed -e 's/^#!.*/#/' \ -e 5q ../$1 | diff - $c4 > /dev/null` ; then return; fi @@ -93,7 +93,6 @@ l="`cd .. && \ test/suite/*.py \ test/thread/*.[ch]`" -l="$l `sed -e 's/^add \(.*\)/\1/p' -e d s_copyright.list`" for i in $l `sed -e '/^[a-z]/! d' filelist`; do check $i done diff --git a/dist/s_copyright.list b/dist/s_copyright.list index 2f7166eb4cc..685f4df9a37 100644 --- a/dist/s_copyright.list +++ b/dist/s_copyright.list @@ -1,4 +1,5 @@ -add LICENSE +skip lang/python/setup.py +skip lang/python/wiredtiger.py skip src/api/api_strerror.c skip src/config/config_def.c skip src/include/extern.h |