diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-01-04 14:07:56 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-01-04 14:07:56 -0500 |
commit | 1f9098871a9148f2b1f6dd49aec01418c95ddf5c (patch) | |
tree | 4d080d856a829508a317793731dde501f2a93ed8 | |
parent | a013404d35734e10d84e8a7c939597913714aaf5 (diff) | |
download | mongo-1f9098871a9148f2b1f6dd49aec01418c95ddf5c.tar.gz |
Copyright notices: add MongoDB, update to 2015.
469 files changed, 493 insertions, 20 deletions
@@ -1,3 +1,4 @@ +Copyright (c) 2014-2015 MongoDB, Inc. Copyright (c) 2008-2014 WiredTiger, Inc. All rights reserved. diff --git a/api/leveldb/leveldb_wt.h b/api/leveldb/leveldb_wt.h index 683482ad23c..0b0ad42cf95 100644 --- a/api/leveldb/leveldb_wt.h +++ b/api/leveldb/leveldb_wt.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/config.c b/bench/wtperf/config.c index 92623f59f85..4c072b85c70 100644 --- a/bench/wtperf/config.c +++ b/bench/wtperf/config.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/config_opt.h b/bench/wtperf/config_opt.h index 3de30e723b1..0fb1d988c3a 100644 --- a/bench/wtperf/config_opt.h +++ b/bench/wtperf/config_opt.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/doxy.c b/bench/wtperf/doxy.c index 50cba9191e2..2921caea76c 100644 --- a/bench/wtperf/doxy.c +++ b/bench/wtperf/doxy.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/misc.c b/bench/wtperf/misc.c index 0a9a1de73e2..1e47c76214c 100644 --- a/bench/wtperf/misc.c +++ b/bench/wtperf/misc.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/runners/get_ckpt.py b/bench/wtperf/runners/get_ckpt.py index 38688870e7f..95354ece190 100755 --- a/bench/wtperf/runners/get_ckpt.py +++ b/bench/wtperf/runners/get_ckpt.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/track.c b/bench/wtperf/track.c index 3919d0eb1ab..8ea4201246a 100644 --- a/bench/wtperf/track.c +++ b/bench/wtperf/track.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/wtperf.c b/bench/wtperf/wtperf.c index 74d9152f326..b9d72e45184 100644 --- a/bench/wtperf/wtperf.c +++ b/bench/wtperf/wtperf.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h index cc70e76bd5d..976847e9a21 100644 --- a/bench/wtperf/wtperf.h +++ b/bench/wtperf/wtperf.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/bench/wtperf/wtperf_opt.i b/bench/wtperf/wtperf_opt.i index 3fec9bddac9..58d56e512ce 100644 --- a/bench/wtperf/wtperf_opt.i +++ b/bench/wtperf/wtperf_opt.i @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/dist/s_copyright b/dist/s_copyright index 15697ad4706..a0e3d588e18 100755 --- a/dist/s_copyright +++ b/dist/s_copyright @@ -11,7 +11,8 @@ trap 'rm -f $c1 $c2 $c3 $c4; exit 0' 0 1 2 3 13 15 year=`date +%Y` cat > $c1 <<ENDOFTEXT - * Copyright (c) 2008-$year WiredTiger, Inc. + * Copyright (c) 2014-$year MongoDB, Inc. + * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. @@ -19,20 +20,23 @@ ENDOFTEXT # Copyright for files WiredTiger does not own. cat > $c2 <<ENDOFTEXT - * Public Domain 2008-$year WiredTiger, Inc. + * Public Domain 2014-$year MongoDB, Inc. + * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. ENDOFTEXT cat > $c3 <<ENDOFTEXT -# Copyright (c) 2008-$year WiredTiger, Inc. +# Copyright (c) 2014-$year MongoDB, Inc. +# Copyright (c) 2008-2014 WiredTiger, Inc. # All rights reserved. # # See the file LICENSE for redistribution information. ENDOFTEXT cat > $c4 <<ENDOFTEXT -# Public Domain 2008-$year WiredTiger, Inc. +# Public Domain 2014-$year MongoDB, Inc. +# Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. ENDOFTEXT @@ -49,19 +53,19 @@ check() test -f ../$i || return # Check for a correct copyright header. - if `sed -e 2,4p -e 5q -e d ../$1 | diff - $c1 > /dev/null` ; then + if `sed -e 2,5p -e 6q -e d ../$1 | diff - $c1 > /dev/null` ; then return; fi - if `sed -e 2,3p -e 4q -e d ../$1 | diff - $c2 > /dev/null` ; then + if `sed -e 2,4p -e 5q -e d ../$1 | diff - $c2 > /dev/null` ; then return; fi - if `sed -e 3,5p -e 6q -e d ../$1 | diff - $c3 > /dev/null` ; then + if `sed -e 3,6p -e 7q -e d ../$1 | diff - $c3 > /dev/null` ; then return; fi - if `sed -e 3,4p -e 5q -e d ../$1 | diff - $c4 > /dev/null` ; then + if `sed -e 3,5p -e 6q -e d ../$1 | diff - $c4 > /dev/null` ; then return; fi - if `sed -e 1,2p -e 3q -e d ../$1 | diff - $c4 > /dev/null` ; then + if `sed -e 1,3p -e 4q -e d ../$1 | diff - $c4 > /dev/null` ; then return; fi @@ -86,17 +90,20 @@ do done # A few special cases: LICENSE, documentation, wt utility, some of which -# have more than one copyright notice in the file. -s="Copyright (c) 2008-$year WiredTiger, Inc." +# have more than one copyright notice in the file. For files that have +# only a single copyright notice, we give it to MongoDB, from 2008 to now. +string1="Copyright \(c\) 2014-$year MongoDB, Inc." +string2="Copyright \(c\) 2008-$year MongoDB, Inc." +string3="printf.*Copyright \(c\) 2008-$year MongoDB, Inc." special_copyright() { - cnt=`grep "$s" ../$1 | wc -l` + cnt=`egrep "$3" ../$1 | wc -l` if test $cnt -ne $2; then echo "$1: copyright information is incorrect" fi } -special_copyright LICENSE 1 -special_copyright src/docs/build-javadoc.sh 1 -special_copyright src/docs/style/footer.html 2 -special_copyright src/utilities/util_cpyright.c 2 +special_copyright LICENSE 1 "$string1" +special_copyright src/docs/build-javadoc.sh 1 "$string2" +special_copyright src/docs/style/footer.html 2 "$string2" +special_copyright src/utilities/util_cpyright.c 1 "$string3" diff --git a/dist/s_string.ok b/dist/s_string.ok index 94f3ea6b6a5..db1114b77de 100644 --- a/dist/s_string.ok +++ b/dist/s_string.ok @@ -225,6 +225,7 @@ Mellor Metadata Mewhort Mitzenmacher +MongoDB MoveFile Multi Multithreaded diff --git a/examples/c/ex_access.c b/examples/c/ex_access.c index 522db567d71..58861267408 100644 --- a/examples/c/ex_access.c +++ b/examples/c/ex_access.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c index fa7732436fa..23e682c5072 100644 --- a/examples/c/ex_all.c +++ b/examples/c/ex_all.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_async.c b/examples/c/ex_async.c index 0c8f83e4aac..f40e0ea4c5a 100644 --- a/examples/c/ex_async.c +++ b/examples/c/ex_async.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_backup.c b/examples/c/ex_backup.c index ea572c8810b..6088c4d6473 100644 --- a/examples/c/ex_backup.c +++ b/examples/c/ex_backup.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_call_center.c b/examples/c/ex_call_center.c index 14ab8f37f56..37f5e3a4547 100644 --- a/examples/c/ex_call_center.c +++ b/examples/c/ex_call_center.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_config.c b/examples/c/ex_config.c index cb8ab02b393..0086621fccf 100644 --- a/examples/c/ex_config.c +++ b/examples/c/ex_config.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_config_parse.c b/examples/c/ex_config_parse.c index 543c53f508c..77e5bb48607 100644 --- a/examples/c/ex_config_parse.c +++ b/examples/c/ex_config_parse.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_cursor.c b/examples/c/ex_cursor.c index e8f9b7fa9e8..33a4d67fc3c 100644 --- a/examples/c/ex_cursor.c +++ b/examples/c/ex_cursor.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_data_source.c b/examples/c/ex_data_source.c index 83d6c13ee4f..5043fa1b67d 100644 --- a/examples/c/ex_data_source.c +++ b/examples/c/ex_data_source.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_extending.c b/examples/c/ex_extending.c index f043dd5b383..62901afbb16 100644 --- a/examples/c/ex_extending.c +++ b/examples/c/ex_extending.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_extractor.c b/examples/c/ex_extractor.c index 0e40d5ea21d..1bfe21cb452 100644 --- a/examples/c/ex_extractor.c +++ b/examples/c/ex_extractor.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_hello.c b/examples/c/ex_hello.c index c94c1072f61..b92d363d824 100644 --- a/examples/c/ex_hello.c +++ b/examples/c/ex_hello.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_log.c b/examples/c/ex_log.c index c58c8997c66..ece776b8e5e 100644 --- a/examples/c/ex_log.c +++ b/examples/c/ex_log.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_pack.c b/examples/c/ex_pack.c index 29d645f6cfc..19be35119af 100644 --- a/examples/c/ex_pack.c +++ b/examples/c/ex_pack.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_process.c b/examples/c/ex_process.c index a25d9084965..16bf0d7746f 100644 --- a/examples/c/ex_process.c +++ b/examples/c/ex_process.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_schema.c b/examples/c/ex_schema.c index deca01b558f..8b74500acd3 100644 --- a/examples/c/ex_schema.c +++ b/examples/c/ex_schema.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_scope.c b/examples/c/ex_scope.c index 334745f7e37..827be7e92b3 100644 --- a/examples/c/ex_scope.c +++ b/examples/c/ex_scope.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_stat.c b/examples/c/ex_stat.c index 31037e364f7..4d27e2dd535 100644 --- a/examples/c/ex_stat.c +++ b/examples/c/ex_stat.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/c/ex_thread.c b/examples/c/ex_thread.c index 5ea3a0a4894..1c6314515df 100644 --- a/examples/c/ex_thread.c +++ b/examples/c/ex_thread.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_access.java b/examples/java/com/wiredtiger/examples/ex_access.java index d4046495df5..3c10efd5662 100644 --- a/examples/java/com/wiredtiger/examples/ex_access.java +++ b/examples/java/com/wiredtiger/examples/ex_access.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_all.java b/examples/java/com/wiredtiger/examples/ex_all.java index 8648d95a185..4c30b893e06 100644 --- a/examples/java/com/wiredtiger/examples/ex_all.java +++ b/examples/java/com/wiredtiger/examples/ex_all.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_async.java b/examples/java/com/wiredtiger/examples/ex_async.java index c6cb0550571..f99fe8af622 100644 --- a/examples/java/com/wiredtiger/examples/ex_async.java +++ b/examples/java/com/wiredtiger/examples/ex_async.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_call_center.java b/examples/java/com/wiredtiger/examples/ex_call_center.java index 553f63612bd..c0842410b80 100644 --- a/examples/java/com/wiredtiger/examples/ex_call_center.java +++ b/examples/java/com/wiredtiger/examples/ex_call_center.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_cursor.java b/examples/java/com/wiredtiger/examples/ex_cursor.java index 7b8de7739d2..2a1de73ab81 100644 --- a/examples/java/com/wiredtiger/examples/ex_cursor.java +++ b/examples/java/com/wiredtiger/examples/ex_cursor.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_log.java b/examples/java/com/wiredtiger/examples/ex_log.java index d7bc6987878..d77b2c92ec4 100644 --- a/examples/java/com/wiredtiger/examples/ex_log.java +++ b/examples/java/com/wiredtiger/examples/ex_log.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_schema.java b/examples/java/com/wiredtiger/examples/ex_schema.java index 18926f47008..cafa5e79f37 100644 --- a/examples/java/com/wiredtiger/examples/ex_schema.java +++ b/examples/java/com/wiredtiger/examples/ex_schema.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_stat.java b/examples/java/com/wiredtiger/examples/ex_stat.java index c81bb64c22a..49ea7e5e0d8 100644 --- a/examples/java/com/wiredtiger/examples/ex_stat.java +++ b/examples/java/com/wiredtiger/examples/ex_stat.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/java/com/wiredtiger/examples/ex_thread.java b/examples/java/com/wiredtiger/examples/ex_thread.java index c6b9a5479a9..d5ff45e2611 100644 --- a/examples/java/com/wiredtiger/examples/ex_thread.java +++ b/examples/java/com/wiredtiger/examples/ex_thread.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/examples/python/ex_access.py b/examples/python/ex_access.py index addc7386f03..7789f932d19 100755 --- a/examples/python/ex_access.py +++ b/examples/python/ex_access.py @@ -1,3 +1,4 @@ +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/ext/collators/reverse/reverse_collator.c b/ext/collators/reverse/reverse_collator.c index 0ccebba7919..336519fe661 100644 --- a/ext/collators/reverse/reverse_collator.c +++ b/ext/collators/reverse/reverse_collator.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/ext/compressors/bzip2/bzip2_compress.c b/ext/compressors/bzip2/bzip2_compress.c index cd73b237387..3f2e09de2f6 100644 --- a/ext/compressors/bzip2/bzip2_compress.c +++ b/ext/compressors/bzip2/bzip2_compress.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/ext/compressors/nop/nop_compress.c b/ext/compressors/nop/nop_compress.c index e536c8fefd8..6b640adf777 100644 --- a/ext/compressors/nop/nop_compress.c +++ b/ext/compressors/nop/nop_compress.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/ext/compressors/snappy/snappy_compress.c b/ext/compressors/snappy/snappy_compress.c index 7ed759e6807..63f6f87f7f6 100644 --- a/ext/compressors/snappy/snappy_compress.c +++ b/ext/compressors/snappy/snappy_compress.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/ext/compressors/zlib/zlib_compress.c b/ext/compressors/zlib/zlib_compress.c index 8dd619d695c..8cf8ab4792e 100644 --- a/ext/compressors/zlib/zlib_compress.c +++ b/ext/compressors/zlib/zlib_compress.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/ext/datasources/helium/helium.c b/ext/datasources/helium/helium.c index 4191163f20b..d62ecb846e9 100644 --- a/ext/datasources/helium/helium.c +++ b/ext/datasources/helium/helium.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/ext/test/kvs_bdb/kvs_bdb.c b/ext/test/kvs_bdb/kvs_bdb.c index 4f61606f74d..48305937236 100644 --- a/ext/test/kvs_bdb/kvs_bdb.c +++ b/ext/test/kvs_bdb/kvs_bdb.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/AsyncCallback.java b/lang/java/src/com/wiredtiger/db/AsyncCallback.java index 4f6fb5df133..c3640c1a47d 100644 --- a/lang/java/src/com/wiredtiger/db/AsyncCallback.java +++ b/lang/java/src/com/wiredtiger/db/AsyncCallback.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/PackFormatInputStream.java b/lang/java/src/com/wiredtiger/db/PackFormatInputStream.java index fc4b99ae435..c9d1c43d32d 100644 --- a/lang/java/src/com/wiredtiger/db/PackFormatInputStream.java +++ b/lang/java/src/com/wiredtiger/db/PackFormatInputStream.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/PackInputStream.java b/lang/java/src/com/wiredtiger/db/PackInputStream.java index f0e5bb9663d..75bdb3119a9 100644 --- a/lang/java/src/com/wiredtiger/db/PackInputStream.java +++ b/lang/java/src/com/wiredtiger/db/PackInputStream.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/PackOutputStream.java b/lang/java/src/com/wiredtiger/db/PackOutputStream.java index 185068d2093..60f40564afd 100644 --- a/lang/java/src/com/wiredtiger/db/PackOutputStream.java +++ b/lang/java/src/com/wiredtiger/db/PackOutputStream.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/PackUtil.java b/lang/java/src/com/wiredtiger/db/PackUtil.java index c8804891da5..bfc13d9a586 100644 --- a/lang/java/src/com/wiredtiger/db/PackUtil.java +++ b/lang/java/src/com/wiredtiger/db/PackUtil.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/WiredTigerException.java b/lang/java/src/com/wiredtiger/db/WiredTigerException.java index b437ab98eee..69ce031b6ef 100644 --- a/lang/java/src/com/wiredtiger/db/WiredTigerException.java +++ b/lang/java/src/com/wiredtiger/db/WiredTigerException.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/WiredTigerPackingException.java b/lang/java/src/com/wiredtiger/db/WiredTigerPackingException.java index 4f08f60b956..2af1c5ccc9f 100644 --- a/lang/java/src/com/wiredtiger/db/WiredTigerPackingException.java +++ b/lang/java/src/com/wiredtiger/db/WiredTigerPackingException.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/WiredTigerPanicException.java b/lang/java/src/com/wiredtiger/db/WiredTigerPanicException.java index 2b10beda752..8535af5d316 100644 --- a/lang/java/src/com/wiredtiger/db/WiredTigerPanicException.java +++ b/lang/java/src/com/wiredtiger/db/WiredTigerPanicException.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/src/com/wiredtiger/db/WiredTigerRollbackException.java b/lang/java/src/com/wiredtiger/db/WiredTigerRollbackException.java index 0521b43aac9..2f620d95da3 100644 --- a/lang/java/src/com/wiredtiger/db/WiredTigerRollbackException.java +++ b/lang/java/src/com/wiredtiger/db/WiredTigerRollbackException.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/java/wiredtiger.i b/lang/java/wiredtiger.i index 0b2b4cdd1d2..a922a7a6b2e 100644 --- a/lang/java/wiredtiger.i +++ b/lang/java/wiredtiger.i @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/python/setup.py b/lang/python/setup.py index 7d99c872bc3..28bbe4d07e8 100644 --- a/lang/python/setup.py +++ b/lang/python/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/lang/python/wiredtiger.i b/lang/python/wiredtiger.i index 5e88855276a..974118d0f61 100644 --- a/lang/python/wiredtiger.i +++ b/lang/python/wiredtiger.i @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/lang/python/wiredtiger/fpacking.py b/lang/python/wiredtiger/fpacking.py index 632c5c5a1c5..62d7af739b8 100644 --- a/lang/python/wiredtiger/fpacking.py +++ b/lang/python/wiredtiger/fpacking.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/lang/python/wiredtiger/intpack-test.py b/lang/python/wiredtiger/intpack-test.py index 6c1c991ddfd..8855dc4e72d 100644 --- a/lang/python/wiredtiger/intpack-test.py +++ b/lang/python/wiredtiger/intpack-test.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/lang/python/wiredtiger/intpacking.py b/lang/python/wiredtiger/intpacking.py index fefdb0dca1f..239bc84069d 100644 --- a/lang/python/wiredtiger/intpacking.py +++ b/lang/python/wiredtiger/intpacking.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/lang/python/wiredtiger/packing-test.py b/lang/python/wiredtiger/packing-test.py index 4b06b2bc608..2eb0baa1d47 100644 --- a/lang/python/wiredtiger/packing-test.py +++ b/lang/python/wiredtiger/packing-test.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/lang/python/wiredtiger/packing.py b/lang/python/wiredtiger/packing.py index ee12434cabd..103c0471724 100644 --- a/lang/python/wiredtiger/packing.py +++ b/lang/python/wiredtiger/packing.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/src/async/async_api.c b/src/async/async_api.c index 6aeb404bccd..e211f2352a4 100644 --- a/src/async/async_api.c +++ b/src/async/async_api.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/async/async_op.c b/src/async/async_op.c index 9dba2b2b5f3..86797af635b 100644 --- a/src/async/async_op.c +++ b/src/async/async_op.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/async/async_worker.c b/src/async/async_worker.c index ecf052fc3bf..c68d0e8a838 100644 --- a/src/async/async_worker.c +++ b/src/async/async_worker.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_addr.c b/src/block/block_addr.c index bbd52359157..6b5610eb17c 100644 --- a/src/block/block_addr.c +++ b/src/block/block_addr.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_ckpt.c b/src/block/block_ckpt.c index 83c3a40e8e1..1d19e213eea 100644 --- a/src/block/block_ckpt.c +++ b/src/block/block_ckpt.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_compact.c b/src/block/block_compact.c index 007c77f3291..c7f2b09aa23 100644 --- a/src/block/block_compact.c +++ b/src/block/block_compact.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_ext.c b/src/block/block_ext.c index 28c39c71a08..d163fdbc446 100644 --- a/src/block/block_ext.c +++ b/src/block/block_ext.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_map.c b/src/block/block_map.c index 68fb75179d9..6dc270760d6 100644 --- a/src/block/block_map.c +++ b/src/block/block_map.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_mgr.c b/src/block/block_mgr.c index a9b3b07904d..13e6ec73b32 100644 --- a/src/block/block_mgr.c +++ b/src/block/block_mgr.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_open.c b/src/block/block_open.c index 0abe9cffc5f..75fb33ba09e 100644 --- a/src/block/block_open.c +++ b/src/block/block_open.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_read.c b/src/block/block_read.c index c8a26e77341..f499f70aeb5 100644 --- a/src/block/block_read.c +++ b/src/block/block_read.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_session.c b/src/block/block_session.c index 90fe0af562a..6683fdd20ce 100644 --- a/src/block/block_session.c +++ b/src/block/block_session.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_slvg.c b/src/block/block_slvg.c index 349daa620f5..aca675c98f4 100644 --- a/src/block/block_slvg.c +++ b/src/block/block_slvg.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_vrfy.c b/src/block/block_vrfy.c index db4e42b79e7..ac49f24553b 100644 --- a/src/block/block_vrfy.c +++ b/src/block/block_vrfy.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/block/block_write.c b/src/block/block_write.c index 7c91a28451c..aafe18615c6 100644 --- a/src/block/block_write.c +++ b/src/block/block_write.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/bloom/bloom.c b/src/bloom/bloom.c index 5f7a8f47c21..06d0b7478dd 100644 --- a/src/bloom/bloom.c +++ b/src/bloom/bloom.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_compact.c b/src/btree/bt_compact.c index e81c951e9f6..405410c6a1c 100644 --- a/src/btree/bt_compact.c +++ b/src/btree/bt_compact.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_curnext.c b/src/btree/bt_curnext.c index 9cd7f0241fc..6140dca1fad 100644 --- a/src/btree/bt_curnext.c +++ b/src/btree/bt_curnext.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_curprev.c b/src/btree/bt_curprev.c index 851b01d3732..880cb777954 100644 --- a/src/btree/bt_curprev.c +++ b/src/btree/bt_curprev.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_cursor.c b/src/btree/bt_cursor.c index 390c6819ca2..4aee1883ae0 100644 --- a/src/btree/bt_cursor.c +++ b/src/btree/bt_cursor.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_debug.c b/src/btree/bt_debug.c index 7ec6ef8bdee..f4df752b838 100644 --- a/src/btree/bt_debug.c +++ b/src/btree/bt_debug.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_delete.c b/src/btree/bt_delete.c index a58ed5d66e9..c97ea176c97 100644 --- a/src/btree/bt_delete.c +++ b/src/btree/bt_delete.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_discard.c b/src/btree/bt_discard.c index a162e2dc841..05a54ad643e 100644 --- a/src/btree/bt_discard.c +++ b/src/btree/bt_discard.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_handle.c b/src/btree/bt_handle.c index 69c9ab27656..943a8573f29 100644 --- a/src/btree/bt_handle.c +++ b/src/btree/bt_handle.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_huffman.c b/src/btree/bt_huffman.c index 80da16f2a62..c1cf3431c3b 100644 --- a/src/btree/bt_huffman.c +++ b/src/btree/bt_huffman.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_io.c b/src/btree/bt_io.c index 9d154311a8c..3431fb23224 100644 --- a/src/btree/bt_io.c +++ b/src/btree/bt_io.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_misc.c b/src/btree/bt_misc.c index cba1c0c61aa..e2f0eb8f4cf 100644 --- a/src/btree/bt_misc.c +++ b/src/btree/bt_misc.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_ovfl.c b/src/btree/bt_ovfl.c index 4cd317f1e8f..e38406df109 100644 --- a/src/btree/bt_ovfl.c +++ b/src/btree/bt_ovfl.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_page.c b/src/btree/bt_page.c index db1ccdabc4f..a5f35bf0862 100644 --- a/src/btree/bt_page.c +++ b/src/btree/bt_page.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_read.c b/src/btree/bt_read.c index 9cd6f8310af..6a564e74f3f 100644 --- a/src/btree/bt_read.c +++ b/src/btree/bt_read.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_ret.c b/src/btree/bt_ret.c index 25b4bfc3005..c37ff6dc809 100644 --- a/src/btree/bt_ret.c +++ b/src/btree/bt_ret.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_slvg.c b/src/btree/bt_slvg.c index 9d98d0db739..97ce9dabbc3 100644 --- a/src/btree/bt_slvg.c +++ b/src/btree/bt_slvg.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_split.c b/src/btree/bt_split.c index a14e82d980d..7415ef27c57 100644 --- a/src/btree/bt_split.c +++ b/src/btree/bt_split.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_stat.c b/src/btree/bt_stat.c index c08e9d9218b..d9ff2a6af1e 100644 --- a/src/btree/bt_stat.c +++ b/src/btree/bt_stat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_sync.c b/src/btree/bt_sync.c index 7e6493a9fbb..f038ebf3ecc 100644 --- a/src/btree/bt_sync.c +++ b/src/btree/bt_sync.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_upgrade.c b/src/btree/bt_upgrade.c index d65c8793fbb..6b403595ecc 100644 --- a/src/btree/bt_upgrade.c +++ b/src/btree/bt_upgrade.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_vrfy.c b/src/btree/bt_vrfy.c index 869fa2bb696..5a12408ee8d 100644 --- a/src/btree/bt_vrfy.c +++ b/src/btree/bt_vrfy.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_vrfy_dsk.c b/src/btree/bt_vrfy_dsk.c index 85eebad58e0..a92dbed4c68 100644 --- a/src/btree/bt_vrfy_dsk.c +++ b/src/btree/bt_vrfy_dsk.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/bt_walk.c b/src/btree/bt_walk.c index ef35d215ec0..c74a7177401 100644 --- a/src/btree/bt_walk.c +++ b/src/btree/bt_walk.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/col_modify.c b/src/btree/col_modify.c index 3a4a2a2987d..2143325e2ab 100644 --- a/src/btree/col_modify.c +++ b/src/btree/col_modify.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/col_srch.c b/src/btree/col_srch.c index e4083e2282f..4c418f91de0 100644 --- a/src/btree/col_srch.c +++ b/src/btree/col_srch.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/row_key.c b/src/btree/row_key.c index 308bc1f0dc5..a62da4fe43c 100644 --- a/src/btree/row_key.c +++ b/src/btree/row_key.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/row_modify.c b/src/btree/row_modify.c index e7fb75dc8cb..136029f41aa 100644 --- a/src/btree/row_modify.c +++ b/src/btree/row_modify.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/btree/row_srch.c b/src/btree/row_srch.c index b190aaaded5..036e11bec6d 100644 --- a/src/btree/row_srch.c +++ b/src/btree/row_srch.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config.c b/src/config/config.c index c33cae594da..751bbbd289b 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config_api.c b/src/config/config_api.c index 0c920af0d0e..d956b2d677d 100644 --- a/src/config/config_api.c +++ b/src/config/config_api.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config_check.c b/src/config/config_check.c index 18300da8282..97f46e4211c 100644 --- a/src/config/config_check.c +++ b/src/config/config_check.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config_collapse.c b/src/config/config_collapse.c index b914b485a46..fd69304c3a7 100644 --- a/src/config/config_collapse.c +++ b/src/config/config_collapse.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config_concat.c b/src/config/config_concat.c index 2faed21bfec..6892911a04b 100644 --- a/src/config/config_concat.c +++ b/src/config/config_concat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config_ext.c b/src/config/config_ext.c index 26b3799d61c..5102f354b02 100644 --- a/src/config/config_ext.c +++ b/src/config/config_ext.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/config/config_upgrade.c b/src/config/config_upgrade.c index 24297df839b..0bca1392b51 100644 --- a/src/config/config_upgrade.c +++ b/src/config/config_upgrade.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/api_version.c b/src/conn/api_version.c index 1355220c585..6293d221417 100644 --- a/src/conn/api_version.c +++ b/src/conn/api_version.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c index c878024edb4..5bf22f8a474 100644 --- a/src/conn/conn_api.c +++ b/src/conn/conn_api.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_cache.c b/src/conn/conn_cache.c index 61bd4447abf..cf129531dd4 100644 --- a/src/conn/conn_cache.c +++ b/src/conn/conn_cache.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_cache_pool.c b/src/conn/conn_cache_pool.c index edd6f01d52c..861bafed900 100644 --- a/src/conn/conn_cache_pool.c +++ b/src/conn/conn_cache_pool.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_ckpt.c b/src/conn/conn_ckpt.c index 40b103d6f24..dfb32aaa161 100644 --- a/src/conn/conn_ckpt.c +++ b/src/conn/conn_ckpt.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_dhandle.c b/src/conn/conn_dhandle.c index 184fac26d7c..8ed656d6416 100644 --- a/src/conn/conn_dhandle.c +++ b/src/conn/conn_dhandle.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_handle.c b/src/conn/conn_handle.c index a29453b962a..69d0f0fcba7 100644 --- a/src/conn/conn_handle.c +++ b/src/conn/conn_handle.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_log.c b/src/conn/conn_log.c index 7c0b21881fc..2799a58f327 100644 --- a/src/conn/conn_log.c +++ b/src/conn/conn_log.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_open.c b/src/conn/conn_open.c index 7b7a06c9584..b425376d6ae 100644 --- a/src/conn/conn_open.c +++ b/src/conn/conn_open.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_stat.c b/src/conn/conn_stat.c index d296b58780e..fd2472b2563 100644 --- a/src/conn/conn_stat.c +++ b/src/conn/conn_stat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/conn/conn_sweep.c b/src/conn/conn_sweep.c index 5916043e44f..01f08aa5f07 100644 --- a/src/conn/conn_sweep.c +++ b/src/conn/conn_sweep.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_backup.c b/src/cursor/cur_backup.c index 2ff6e614ae1..dc508e0fc49 100644 --- a/src/cursor/cur_backup.c +++ b/src/cursor/cur_backup.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_bulk.c b/src/cursor/cur_bulk.c index 96a45a7e629..8d6cece1b0f 100644 --- a/src/cursor/cur_bulk.c +++ b/src/cursor/cur_bulk.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_config.c b/src/cursor/cur_config.c index 297e030c6dc..f011f6db126 100644 --- a/src/cursor/cur_config.c +++ b/src/cursor/cur_config.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_ds.c b/src/cursor/cur_ds.c index 6dd3fa76e23..c8b8f6c4547 100644 --- a/src/cursor/cur_ds.c +++ b/src/cursor/cur_ds.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_dump.c b/src/cursor/cur_dump.c index d632607de29..2be1d91f0f3 100644 --- a/src/cursor/cur_dump.c +++ b/src/cursor/cur_dump.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_file.c b/src/cursor/cur_file.c index 5d6072ceb3e..10d1151c30c 100644 --- a/src/cursor/cur_file.c +++ b/src/cursor/cur_file.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_index.c b/src/cursor/cur_index.c index d9b6815274e..24daf60780e 100644 --- a/src/cursor/cur_index.c +++ b/src/cursor/cur_index.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_json.c b/src/cursor/cur_json.c index f4459819259..67daf377f88 100644 --- a/src/cursor/cur_json.c +++ b/src/cursor/cur_json.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_log.c b/src/cursor/cur_log.c index ffeeb6aa95c..35447632dbd 100644 --- a/src/cursor/cur_log.c +++ b/src/cursor/cur_log.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_metadata.c b/src/cursor/cur_metadata.c index df7c7af2ce0..618c678558a 100644 --- a/src/cursor/cur_metadata.c +++ b/src/cursor/cur_metadata.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_stat.c b/src/cursor/cur_stat.c index cbea3e50a56..f7effb87a4f 100644 --- a/src/cursor/cur_stat.c +++ b/src/cursor/cur_stat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_std.c b/src/cursor/cur_std.c index cba83b1d088..1470cb37100 100644 --- a/src/cursor/cur_std.c +++ b/src/cursor/cur_std.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/cursor/cur_table.c b/src/cursor/cur_table.c index 9f8fa089648..18a7114450d 100644 --- a/src/cursor/cur_table.c +++ b/src/cursor/cur_table.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/docs/build-javadoc.sh b/src/docs/build-javadoc.sh index fa2a21efd3f..39c9d989b6c 100755 --- a/src/docs/build-javadoc.sh +++ b/src/docs/build-javadoc.sh @@ -8,5 +8,5 @@ CLASSPATH=$THRIFT_HOME/libthrift.jar:$SLF4J_JAR javadoc -public -d $DOCS/java \ -stylesheetfile $DOCS/style/javadoc.css \ -use -link http://java.sun.com/j2se/1.5.0/docs/api/ \ -header '<b>WiredTiger API</b><br><font size="-1"> version '$WT_VERSION'</font>' \ - -windowtitle 'WiredTiger Java API' -bottom '<font size=1>Copyright (c) 2008-2014 WiredTiger, Inc. All rights reserved.</font>' \ + -windowtitle 'WiredTiger Java API' -bottom '<font size=1>Copyright (c) 2008-2015 MongoDB, Inc. All rights reserved.</font>' \ com.wiredtiger com.wiredtiger.util diff --git a/src/docs/style/footer.html b/src/docs/style/footer.html index 47a814860da..83f1254fa42 100644 --- a/src/docs/style/footer.html +++ b/src/docs/style/footer.html @@ -3,13 +3,13 @@ <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> $navpath - <li class="footer">Copyright (c) 2008-2014 WiredTiger, Inc. All rights reserved. Contact <a href="mailto:info@wiredtiger.com">info@wiredtiger.com</a> for more information.</li> + <li class="footer">Copyright (c) 2008-2015 MongoDB, Inc. All rights reserved. Contact <a href="mailto:info@wiredtiger.com">info@wiredtiger.com</a> for more information.</li> </ul> </div> <!--END GENERATE_TREEVIEW--> <!--BEGIN !GENERATE_TREEVIEW--> <hr class="footer"/><address class="footer"><small> -Copyright (c) 2008-2014 WiredTiger, Inc. All rights reserved. Contact <a href="mailto:info@wiredtiger.com">info@wiredtiger.com</a> for more information. +Copyright (c) 2008-2015 MongoDB, Inc. All rights reserved. Contact <a href="mailto:info@wiredtiger.com">info@wiredtiger.com</a> for more information. </small></address> <!--END !GENERATE_TREEVIEW--> </body> diff --git a/src/docs/tools/doxfilter.py b/src/docs/tools/doxfilter.py index d98a106ad3d..8ca68c0a1fe 100755 --- a/src/docs/tools/doxfilter.py +++ b/src/docs/tools/doxfilter.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/src/docs/tools/fixlinks.py b/src/docs/tools/fixlinks.py index cad28944ca8..84f56d219f8 100755 --- a/src/docs/tools/fixlinks.py +++ b/src/docs/tools/fixlinks.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/src/evict/evict_file.c b/src/evict/evict_file.c index 0750135dcec..553acc988f0 100644 --- a/src/evict/evict_file.c +++ b/src/evict/evict_file.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/evict/evict_lru.c b/src/evict/evict_lru.c index 69fa1f85c93..60a5f82f233 100644 --- a/src/evict/evict_lru.c +++ b/src/evict/evict_lru.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/evict/evict_page.c b/src/evict/evict_page.c index 4e96898fd92..aca3dc11ee9 100644 --- a/src/evict/evict_page.c +++ b/src/evict/evict_page.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/api.h b/src/include/api.h index 1362f65750d..e610b3b3e1b 100644 --- a/src/include/api.h +++ b/src/include/api.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/async.h b/src/include/async.h index 8565874c2f3..88ecad6eb2c 100644 --- a/src/include/async.h +++ b/src/include/async.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/bitstring.i b/src/include/bitstring.i index 95af6731bf9..c548c12761d 100644 --- a/src/include/bitstring.i +++ b/src/include/bitstring.i @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/include/block.h b/src/include/block.h index 10fa51243ac..f4677236d8b 100644 --- a/src/include/block.h +++ b/src/include/block.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/bloom.h b/src/include/bloom.h index baf7ec72f47..a673ee9add2 100644 --- a/src/include/bloom.h +++ b/src/include/bloom.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/btmem.h b/src/include/btmem.h index 72feb3dce8f..e1fc72677c5 100644 --- a/src/include/btmem.h +++ b/src/include/btmem.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/btree.h b/src/include/btree.h index e7c1826bda9..fa01dd5edc2 100644 --- a/src/include/btree.h +++ b/src/include/btree.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/btree.i b/src/include/btree.i index 6c42155fefb..a333e4af565 100644 --- a/src/include/btree.i +++ b/src/include/btree.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/buf.i b/src/include/buf.i index 09bee9ff831..3559c4a4307 100644 --- a/src/include/buf.i +++ b/src/include/buf.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/cache.h b/src/include/cache.h index cf688b3993f..75219e5b413 100644 --- a/src/include/cache.h +++ b/src/include/cache.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/cache.i b/src/include/cache.i index 9c444fae1ee..b997781272a 100644 --- a/src/include/cache.i +++ b/src/include/cache.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/cell.i b/src/include/cell.i index 42c7c07a30c..77e9fa1e3c1 100644 --- a/src/include/cell.i +++ b/src/include/cell.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/column.i b/src/include/column.i index 42c3664323d..bf12a48a3e4 100644 --- a/src/include/column.i +++ b/src/include/column.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/compact.h b/src/include/compact.h index aa34eab4d24..0698bf7b1a4 100644 --- a/src/include/compact.h +++ b/src/include/compact.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/config.h b/src/include/config.h index b9c4c97fa00..277a22063d1 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/connection.h b/src/include/connection.h index ee6335a879d..42e0af06255 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/cursor.h b/src/include/cursor.h index 1013128c644..0fc4b883a16 100644 --- a/src/include/cursor.h +++ b/src/include/cursor.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/cursor.i b/src/include/cursor.i index 737ac8dcdba..ae6aafdd638 100644 --- a/src/include/cursor.i +++ b/src/include/cursor.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/dhandle.h b/src/include/dhandle.h index 1a6839b11fe..423bb84d00d 100644 --- a/src/include/dhandle.h +++ b/src/include/dhandle.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/dlh.h b/src/include/dlh.h index 3974ae2792c..c374ec36fb0 100644 --- a/src/include/dlh.h +++ b/src/include/dlh.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/error.h b/src/include/error.h index 9bccc80faec..b732776badf 100644 --- a/src/include/error.h +++ b/src/include/error.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/gcc.h b/src/include/gcc.h index 008b19b743d..7b606ca80b1 100644 --- a/src/include/gcc.h +++ b/src/include/gcc.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/hardware.h b/src/include/hardware.h index 720f512cf2d..1c3fb287e86 100644 --- a/src/include/hardware.h +++ b/src/include/hardware.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/intpack.i b/src/include/intpack.i index 928e94a7dba..e1bcdb42ebd 100644 --- a/src/include/intpack.i +++ b/src/include/intpack.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/lint.h b/src/include/lint.h index 7c0a103a8ee..9c560339e03 100644 --- a/src/include/lint.h +++ b/src/include/lint.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/log.h b/src/include/log.h index 612327e84cc..17a3fd5a23a 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/lsm.h b/src/include/lsm.h index cf923236278..8038e5a34ab 100644 --- a/src/include/lsm.h +++ b/src/include/lsm.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/meta.h b/src/include/meta.h index 56b0450ac0e..d40b2d836bf 100644 --- a/src/include/meta.h +++ b/src/include/meta.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/misc.h b/src/include/misc.h index c2abaa08057..97fc2a47f20 100644 --- a/src/include/misc.h +++ b/src/include/misc.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/misc.i b/src/include/misc.i index 73caed09c8c..53f08b3cbeb 100644 --- a/src/include/misc.i +++ b/src/include/misc.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/msvc.h b/src/include/msvc.h index 17a4f1cb3ae..f176a40f2bf 100644 --- a/src/include/msvc.h +++ b/src/include/msvc.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/mutex.h b/src/include/mutex.h index d1373b3d1ad..c5b7587303d 100644 --- a/src/include/mutex.h +++ b/src/include/mutex.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/mutex.i b/src/include/mutex.i index 0d5a8586051..03450322616 100644 --- a/src/include/mutex.i +++ b/src/include/mutex.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/os.h b/src/include/os.h index 810b7adfa48..8306d8db75f 100644 --- a/src/include/os.h +++ b/src/include/os.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/os_windows.h b/src/include/os_windows.h index aa39f1f44ab..49dbc694895 100644 --- a/src/include/os_windows.h +++ b/src/include/os_windows.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/packing.i b/src/include/packing.i index 15cdfaf0a70..9caa58ed2e1 100644 --- a/src/include/packing.i +++ b/src/include/packing.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/posix.h b/src/include/posix.h index 36d69fb3ef5..14249e3ed37 100644 --- a/src/include/posix.h +++ b/src/include/posix.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/schema.h b/src/include/schema.h index ac95a273fef..4d722a0068b 100644 --- a/src/include/schema.h +++ b/src/include/schema.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/serial.i b/src/include/serial.i index 70dc6b8764d..5d1d37915d2 100644 --- a/src/include/serial.i +++ b/src/include/serial.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/session.h b/src/include/session.h index e381ded8d16..fa0c0dfe247 100644 --- a/src/include/session.h +++ b/src/include/session.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/stat.h b/src/include/stat.h index 8bdc377ac44..53a4ce3af4a 100644 --- a/src/include/stat.h +++ b/src/include/stat.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/txn.h b/src/include/txn.h index c28a9231750..36cb10c30d0 100644 --- a/src/include/txn.h +++ b/src/include/txn.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/txn.i b/src/include/txn.i index 40ccf0ee59c..745a8f75a99 100644 --- a/src/include/txn.i +++ b/src/include/txn.i @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/verify_build.h b/src/include/verify_build.h index 5f05db11c4b..6a97def12be 100644 --- a/src/include/verify_build.h +++ b/src/include/verify_build.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in index f79938bb0db..ee9c58e4278 100644 --- a/src/include/wiredtiger.in +++ b/src/include/wiredtiger.in @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/wiredtiger_ext.h b/src/include/wiredtiger_ext.h index 32661869311..ee27b32ddf7 100644 --- a/src/include/wiredtiger_ext.h +++ b/src/include/wiredtiger_ext.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h index a6ea257a3ea..138b64a6e27 100644 --- a/src/include/wt_internal.h +++ b/src/include/wt_internal.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/log/log.c b/src/log/log.c index cfe74ecef29..f292f5b611b 100644 --- a/src/log/log.c +++ b/src/log/log.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/log/log_slot.c b/src/log/log_slot.c index 85ceddf1d39..cb959f28bd7 100644 --- a/src/log/log_slot.c +++ b/src/log/log_slot.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_cursor.c b/src/lsm/lsm_cursor.c index b7104eecb9d..71245319966 100644 --- a/src/lsm/lsm_cursor.c +++ b/src/lsm/lsm_cursor.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_manager.c b/src/lsm/lsm_manager.c index 319bc734d6d..27bdf526ba2 100644 --- a/src/lsm/lsm_manager.c +++ b/src/lsm/lsm_manager.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_merge.c b/src/lsm/lsm_merge.c index 8989e979a44..8724807432c 100644 --- a/src/lsm/lsm_merge.c +++ b/src/lsm/lsm_merge.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_meta.c b/src/lsm/lsm_meta.c index 7fd77b64720..9289badf996 100644 --- a/src/lsm/lsm_meta.c +++ b/src/lsm/lsm_meta.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_stat.c b/src/lsm/lsm_stat.c index bd11e982442..f715d013a25 100644 --- a/src/lsm/lsm_stat.c +++ b/src/lsm/lsm_stat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_tree.c b/src/lsm/lsm_tree.c index 2e61bcbacc8..bf1551238c7 100644 --- a/src/lsm/lsm_tree.c +++ b/src/lsm/lsm_tree.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_work_unit.c b/src/lsm/lsm_work_unit.c index 81a588af84d..980d910ff33 100644 --- a/src/lsm/lsm_work_unit.c +++ b/src/lsm/lsm_work_unit.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/lsm/lsm_worker.c b/src/lsm/lsm_worker.c index 703453305ba..a376a81f4eb 100644 --- a/src/lsm/lsm_worker.c +++ b/src/lsm/lsm_worker.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/meta/meta_apply.c b/src/meta/meta_apply.c index 313516148c0..8ef5cc38db4 100644 --- a/src/meta/meta_apply.c +++ b/src/meta/meta_apply.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/meta/meta_ckpt.c b/src/meta/meta_ckpt.c index 303b49d7818..641b0fb04f6 100644 --- a/src/meta/meta_ckpt.c +++ b/src/meta/meta_ckpt.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/meta/meta_ext.c b/src/meta/meta_ext.c index 24fb3141738..423b7d2e76b 100644 --- a/src/meta/meta_ext.c +++ b/src/meta/meta_ext.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/meta/meta_table.c b/src/meta/meta_table.c index 2df6e252f5b..fb568361f74 100644 --- a/src/meta/meta_table.c +++ b/src/meta/meta_table.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/meta/meta_track.c b/src/meta/meta_track.c index 8cc8822b268..85ca1732586 100644 --- a/src/meta/meta_track.c +++ b/src/meta/meta_track.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/meta/meta_turtle.c b/src/meta/meta_turtle.c index c7c2f7aa55c..d6f9a52074a 100644 --- a/src/meta/meta_turtle.c +++ b/src/meta/meta_turtle.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_abort.c b/src/os_posix/os_abort.c index 3d99ffe20b2..5bb6aeb6e16 100644 --- a/src/os_posix/os_abort.c +++ b/src/os_posix/os_abort.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_alloc.c b/src/os_posix/os_alloc.c index f7344032a15..0795fe2fe0d 100644 --- a/src/os_posix/os_alloc.c +++ b/src/os_posix/os_alloc.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_dir.c b/src/os_posix/os_dir.c index 98b2d4926cd..5bf6e7349fe 100644 --- a/src/os_posix/os_dir.c +++ b/src/os_posix/os_dir.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_dlopen.c b/src/os_posix/os_dlopen.c index cb9fe314beb..a468e7ab49d 100644 --- a/src/os_posix/os_dlopen.c +++ b/src/os_posix/os_dlopen.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_errno.c b/src/os_posix/os_errno.c index 9290f7d651f..ed3451a9c1c 100644 --- a/src/os_posix/os_errno.c +++ b/src/os_posix/os_errno.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_exist.c b/src/os_posix/os_exist.c index 723f07026e1..3e51a98766a 100644 --- a/src/os_posix/os_exist.c +++ b/src/os_posix/os_exist.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_fallocate.c b/src/os_posix/os_fallocate.c index 899181b41d8..142374702a1 100644 --- a/src/os_posix/os_fallocate.c +++ b/src/os_posix/os_fallocate.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_filesize.c b/src/os_posix/os_filesize.c index 3692b135d73..b01fc91514b 100644 --- a/src/os_posix/os_filesize.c +++ b/src/os_posix/os_filesize.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_flock.c b/src/os_posix/os_flock.c index e9e653d73e6..69cd367dde3 100644 --- a/src/os_posix/os_flock.c +++ b/src/os_posix/os_flock.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_fsync.c b/src/os_posix/os_fsync.c index 8feb78426e2..b0c04e98258 100644 --- a/src/os_posix/os_fsync.c +++ b/src/os_posix/os_fsync.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_ftruncate.c b/src/os_posix/os_ftruncate.c index 3f3034de551..ce2527e87e2 100644 --- a/src/os_posix/os_ftruncate.c +++ b/src/os_posix/os_ftruncate.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_getenv.c b/src/os_posix/os_getenv.c index 37fe2af8501..e1e0051a120 100644 --- a/src/os_posix/os_getenv.c +++ b/src/os_posix/os_getenv.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_getline.c b/src/os_posix/os_getline.c index 7ef4065ac3b..7c4ee8d1746 100644 --- a/src/os_posix/os_getline.c +++ b/src/os_posix/os_getline.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_getopt.c b/src/os_posix/os_getopt.c index 1c25521dacd..486d85286bc 100644 --- a/src/os_posix/os_getopt.c +++ b/src/os_posix/os_getopt.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/os_posix/os_map.c b/src/os_posix/os_map.c index be4d27e96a3..e95ccb0ade2 100644 --- a/src/os_posix/os_map.c +++ b/src/os_posix/os_map.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_mtx_cond.c b/src/os_posix/os_mtx_cond.c index 479a61db795..cf43b630997 100644 --- a/src/os_posix/os_mtx_cond.c +++ b/src/os_posix/os_mtx_cond.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_mtx_rw.c b/src/os_posix/os_mtx_rw.c index c6cfa9412a7..4cda976bea8 100644 --- a/src/os_posix/os_mtx_rw.c +++ b/src/os_posix/os_mtx_rw.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/os_posix/os_once.c b/src/os_posix/os_once.c index 22eaf5f0ee5..bfe0b9819ac 100644 --- a/src/os_posix/os_once.c +++ b/src/os_posix/os_once.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_open.c b/src/os_posix/os_open.c index a0da1952101..e689e9d8dbf 100644 --- a/src/os_posix/os_open.c +++ b/src/os_posix/os_open.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_path.c b/src/os_posix/os_path.c index aed99d1d027..07b14b55b44 100644 --- a/src/os_posix/os_path.c +++ b/src/os_posix/os_path.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_priv.c b/src/os_posix/os_priv.c index 7d56359da4f..21549cad957 100644 --- a/src/os_posix/os_priv.c +++ b/src/os_posix/os_priv.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_remove.c b/src/os_posix/os_remove.c index a52a4db6bc7..371a8e50375 100644 --- a/src/os_posix/os_remove.c +++ b/src/os_posix/os_remove.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_rename.c b/src/os_posix/os_rename.c index ddbb59aaf37..811604e7f0f 100644 --- a/src/os_posix/os_rename.c +++ b/src/os_posix/os_rename.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_rw.c b/src/os_posix/os_rw.c index 4247fb30fd1..24d6d1aa879 100644 --- a/src/os_posix/os_rw.c +++ b/src/os_posix/os_rw.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_sleep.c b/src/os_posix/os_sleep.c index 665330a26e7..64a5f9e56af 100644 --- a/src/os_posix/os_sleep.c +++ b/src/os_posix/os_sleep.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_strtouq.c b/src/os_posix/os_strtouq.c index 97f9759f76f..0b7a540959c 100644 --- a/src/os_posix/os_strtouq.c +++ b/src/os_posix/os_strtouq.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_thread.c b/src/os_posix/os_thread.c index 7c447710b46..392f997f1ac 100644 --- a/src/os_posix/os_thread.c +++ b/src/os_posix/os_thread.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_time.c b/src/os_posix/os_time.c index 56f688a1e14..c52772e77e1 100644 --- a/src/os_posix/os_time.c +++ b/src/os_posix/os_time.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_posix/os_yield.c b/src/os_posix/os_yield.c index 6af30803e81..297ec7deaee 100644 --- a/src/os_posix/os_yield.c +++ b/src/os_posix/os_yield.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_dir.c b/src/os_win/os_dir.c index ab332e01186..ad2757aa96d 100644 --- a/src/os_win/os_dir.c +++ b/src/os_win/os_dir.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_dlopen.c b/src/os_win/os_dlopen.c index 3fdd0c74b1f..0337c7cc368 100644 --- a/src/os_win/os_dlopen.c +++ b/src/os_win/os_dlopen.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_errno.c b/src/os_win/os_errno.c index ce50106b0cc..e321912d829 100644 --- a/src/os_win/os_errno.c +++ b/src/os_win/os_errno.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_exist.c b/src/os_win/os_exist.c index ab3805f19df..747ea7dfc27 100644 --- a/src/os_win/os_exist.c +++ b/src/os_win/os_exist.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_fallocate.c b/src/os_win/os_fallocate.c index abe53c23a7b..9d0a86882c6 100644 --- a/src/os_win/os_fallocate.c +++ b/src/os_win/os_fallocate.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_filesize.c b/src/os_win/os_filesize.c index 309ee1db40b..dfeadc31fc4 100644 --- a/src/os_win/os_filesize.c +++ b/src/os_win/os_filesize.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_flock.c b/src/os_win/os_flock.c index 4b3ca34d65f..d551480ba4d 100644 --- a/src/os_win/os_flock.c +++ b/src/os_win/os_flock.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_fsync.c b/src/os_win/os_fsync.c index 31a937f0334..7a01b5cd61d 100644 --- a/src/os_win/os_fsync.c +++ b/src/os_win/os_fsync.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_ftruncate.c b/src/os_win/os_ftruncate.c index 5d87f1ce06a..e80308536f1 100644 --- a/src/os_win/os_ftruncate.c +++ b/src/os_win/os_ftruncate.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_getenv.c b/src/os_win/os_getenv.c index 8cc94abb524..9b3a20abad7 100644 --- a/src/os_win/os_getenv.c +++ b/src/os_win/os_getenv.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_map.c b/src/os_win/os_map.c index b3b4f0f7501..5c78f371889 100644 --- a/src/os_win/os_map.c +++ b/src/os_win/os_map.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_mtx_cond.c b/src/os_win/os_mtx_cond.c index a33ab4e5c37..71ea8ed49a2 100644 --- a/src/os_win/os_mtx_cond.c +++ b/src/os_win/os_mtx_cond.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_once.c b/src/os_win/os_once.c index 40640acf129..179c1bc97f7 100644 --- a/src/os_win/os_once.c +++ b/src/os_win/os_once.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_open.c b/src/os_win/os_open.c index f9d47c5be5d..387c7d2597b 100644 --- a/src/os_win/os_open.c +++ b/src/os_win/os_open.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_path.c b/src/os_win/os_path.c index 9f6b79c565c..89f05e238c4 100644 --- a/src/os_win/os_path.c +++ b/src/os_win/os_path.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_priv.c b/src/os_win/os_priv.c index 7b5152b4652..b5dc1eb55fe 100644 --- a/src/os_win/os_priv.c +++ b/src/os_win/os_priv.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_remove.c b/src/os_win/os_remove.c index d15ee929c00..fbf564877da 100644 --- a/src/os_win/os_remove.c +++ b/src/os_win/os_remove.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_rename.c b/src/os_win/os_rename.c index 092f5d62a40..8c2784457c4 100644 --- a/src/os_win/os_rename.c +++ b/src/os_win/os_rename.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_rw.c b/src/os_win/os_rw.c index 291533bc6bc..bafefcfba24 100644 --- a/src/os_win/os_rw.c +++ b/src/os_win/os_rw.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_sleep.c b/src/os_win/os_sleep.c index b9a8cc2e545..9f8eafec903 100644 --- a/src/os_win/os_sleep.c +++ b/src/os_win/os_sleep.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_snprintf.c b/src/os_win/os_snprintf.c index 70a11b84850..ebb14fd32e8 100644 --- a/src/os_win/os_snprintf.c +++ b/src/os_win/os_snprintf.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_thread.c b/src/os_win/os_thread.c index 4d8cf89f264..3ecfe2796d5 100644 --- a/src/os_win/os_thread.c +++ b/src/os_win/os_thread.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_time.c b/src/os_win/os_time.c index b49b738fe54..30fde045c54 100644 --- a/src/os_win/os_time.c +++ b/src/os_win/os_time.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_vsnprintf.c b/src/os_win/os_vsnprintf.c index 055a45e5862..205b63751c7 100644 --- a/src/os_win/os_vsnprintf.c +++ b/src/os_win/os_vsnprintf.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/os_win/os_yield.c b/src/os_win/os_yield.c index 970bfa139d0..dd3eb67de8b 100644 --- a/src/os_win/os_yield.c +++ b/src/os_win/os_yield.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/packing/pack_api.c b/src/packing/pack_api.c index c0c1e53c8ca..efe999505bf 100644 --- a/src/packing/pack_api.c +++ b/src/packing/pack_api.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/packing/pack_impl.c b/src/packing/pack_impl.c index 12b1582e6d0..0b699814fc1 100644 --- a/src/packing/pack_impl.c +++ b/src/packing/pack_impl.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/packing/pack_stream.c b/src/packing/pack_stream.c index a35a3555458..739e803b88c 100644 --- a/src/packing/pack_stream.c +++ b/src/packing/pack_stream.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/reconcile/rec_track.c b/src/reconcile/rec_track.c index fdf8ee6d68b..7c572b4c1ff 100644 --- a/src/reconcile/rec_track.c +++ b/src/reconcile/rec_track.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/reconcile/rec_write.c b/src/reconcile/rec_write.c index 6ce8247c2d4..3cc61ac90ee 100644 --- a/src/reconcile/rec_write.c +++ b/src/reconcile/rec_write.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_create.c b/src/schema/schema_create.c index 7a1cf757093..2915718383c 100644 --- a/src/schema/schema_create.c +++ b/src/schema/schema_create.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_drop.c b/src/schema/schema_drop.c index 9a74b26ffec..dfac4a172ef 100644 --- a/src/schema/schema_drop.c +++ b/src/schema/schema_drop.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_list.c b/src/schema/schema_list.c index 1fbc52821a6..9d70e5b943a 100644 --- a/src/schema/schema_list.c +++ b/src/schema/schema_list.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_open.c b/src/schema/schema_open.c index 4699fdeee02..2dc5cd1100a 100644 --- a/src/schema/schema_open.c +++ b/src/schema/schema_open.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_plan.c b/src/schema/schema_plan.c index efd5f8d69b7..918cbe68fcc 100644 --- a/src/schema/schema_plan.c +++ b/src/schema/schema_plan.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_project.c b/src/schema/schema_project.c index 9aff4c8dded..c9b69b3c922 100644 --- a/src/schema/schema_project.c +++ b/src/schema/schema_project.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_rename.c b/src/schema/schema_rename.c index 549ccd130e5..398dce4703a 100644 --- a/src/schema/schema_rename.c +++ b/src/schema/schema_rename.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_stat.c b/src/schema/schema_stat.c index 06b3ac5ca6e..a705d5371c5 100644 --- a/src/schema/schema_stat.c +++ b/src/schema/schema_stat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_truncate.c b/src/schema/schema_truncate.c index 6fca7628cae..383e860cc7b 100644 --- a/src/schema/schema_truncate.c +++ b/src/schema/schema_truncate.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_util.c b/src/schema/schema_util.c index 263f56f1c41..480217bd0f8 100644 --- a/src/schema/schema_util.c +++ b/src/schema/schema_util.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/schema/schema_worker.c b/src/schema/schema_worker.c index 7660a9b5054..94eb3170175 100644 --- a/src/schema/schema_worker.c +++ b/src/schema/schema_worker.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/session/session_api.c b/src/session/session_api.c index 0effc1a7248..3ab5e0acab1 100644 --- a/src/session/session_api.c +++ b/src/session/session_api.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/session/session_compact.c b/src/session/session_compact.c index 6eca8a58d13..b7bed6c1aad 100644 --- a/src/session/session_compact.c +++ b/src/session/session_compact.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/session/session_dhandle.c b/src/session/session_dhandle.c index 85483c7c8ae..13af615930b 100644 --- a/src/session/session_dhandle.c +++ b/src/session/session_dhandle.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/session/session_salvage.c b/src/session/session_salvage.c index 1512c6515ec..07f68e4c194 100644 --- a/src/session/session_salvage.c +++ b/src/session/session_salvage.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/cksum.c b/src/support/cksum.c index fc4725bcfbc..a8b5823100d 100644 --- a/src/support/cksum.c +++ b/src/support/cksum.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/support/err.c b/src/support/err.c index 25f190bf1e2..d766fcba33a 100644 --- a/src/support/err.c +++ b/src/support/err.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/filename.c b/src/support/filename.c index bd5d03fa633..6d65cdf9ada 100644 --- a/src/support/filename.c +++ b/src/support/filename.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/global.c b/src/support/global.c index a7d5b9a9df5..5ddd291c6d4 100644 --- a/src/support/global.c +++ b/src/support/global.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/hash_city.c b/src/support/hash_city.c index c6978f6bfe6..9a4a6464f40 100644 --- a/src/support/hash_city.c +++ b/src/support/hash_city.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/support/hash_fnv.c b/src/support/hash_fnv.c index 68f8537a4a0..e780931454d 100644 --- a/src/support/hash_fnv.c +++ b/src/support/hash_fnv.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/support/hazard.c b/src/support/hazard.c index 12350ab52f4..4b8b916b121 100644 --- a/src/support/hazard.c +++ b/src/support/hazard.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/hex.c b/src/support/hex.c index 9ee3e723fa2..eb9f420911a 100644 --- a/src/support/hex.c +++ b/src/support/hex.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/huffman.c b/src/support/huffman.c index 9625e879381..b83c8bc9a6a 100644 --- a/src/support/huffman.c +++ b/src/support/huffman.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/mutex.c b/src/support/mutex.c index ffe52cf28fd..c35656051f6 100644 --- a/src/support/mutex.c +++ b/src/support/mutex.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/support/pow.c b/src/support/pow.c index a6bf6c7227f..8e42113a2ee 100644 --- a/src/support/pow.c +++ b/src/support/pow.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/support/rand.c b/src/support/rand.c index b716eb8c58b..bd51b2ea0d5 100644 --- a/src/support/rand.c +++ b/src/support/rand.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/src/support/scratch.c b/src/support/scratch.c index e4df04a36ed..35e2bf7305e 100644 --- a/src/support/scratch.c +++ b/src/support/scratch.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/txn/txn.c b/src/txn/txn.c index d6aa483c18a..cd130002c81 100644 --- a/src/txn/txn.c +++ b/src/txn/txn.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/txn/txn_ckpt.c b/src/txn/txn_ckpt.c index 6e6d93a6b5a..dd31fc7c49d 100644 --- a/src/txn/txn_ckpt.c +++ b/src/txn/txn_ckpt.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/txn/txn_ext.c b/src/txn/txn_ext.c index 31d5506be5b..e35b6f16ea1 100644 --- a/src/txn/txn_ext.c +++ b/src/txn/txn_ext.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/txn/txn_log.c b/src/txn/txn_log.c index c0c3bca1c03..c49a0567d3d 100644 --- a/src/txn/txn_log.c +++ b/src/txn/txn_log.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/txn/txn_recover.c b/src/txn/txn_recover.c index d6068562220..b2515e3c8cd 100644 --- a/src/txn/txn_recover.c +++ b/src/txn/txn_recover.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util.h b/src/utilities/util.h index 1f2f0b7211a..aaf68159c68 100644 --- a/src/utilities/util.h +++ b/src/utilities/util.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_backup.c b/src/utilities/util_backup.c index aa61cc338f0..cd81cd9bfb5 100644 --- a/src/utilities/util_backup.c +++ b/src/utilities/util_backup.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_compact.c b/src/utilities/util_compact.c index 51d5461e43c..633a92df04a 100644 --- a/src/utilities/util_compact.c +++ b/src/utilities/util_compact.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_cpyright.c b/src/utilities/util_cpyright.c index 7cb47c68464..df135b68d2c 100644 --- a/src/utilities/util_cpyright.c +++ b/src/utilities/util_cpyright.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * @@ -10,7 +11,7 @@ void util_copyright(void) { - printf("%s\n", "Copyright (c) 2008-2014 WiredTiger, Inc."); + printf("%s\n", "Copyright (c) 2008-2015 MongoDB, Inc."); printf("%s\n\n", "All rights reserved."); printf("%s\n\n", diff --git a/src/utilities/util_create.c b/src/utilities/util_create.c index ebff3a8ad05..94ef8f4e3cb 100644 --- a/src/utilities/util_create.c +++ b/src/utilities/util_create.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_drop.c b/src/utilities/util_drop.c index 6fe416882a3..15f6ea1be0c 100644 --- a/src/utilities/util_drop.c +++ b/src/utilities/util_drop.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_dump.c b/src/utilities/util_dump.c index fd99d711459..f7d14209fa4 100644 --- a/src/utilities/util_dump.c +++ b/src/utilities/util_dump.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_list.c b/src/utilities/util_list.c index 4a1489628d1..c7f05a5435f 100644 --- a/src/utilities/util_list.c +++ b/src/utilities/util_list.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_load.c b/src/utilities/util_load.c index 454699381c4..0083fab4bd8 100644 --- a/src/utilities/util_load.c +++ b/src/utilities/util_load.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_load.h b/src/utilities/util_load.h index 7bca677e178..43ae1ce63b0 100644 --- a/src/utilities/util_load.h +++ b/src/utilities/util_load.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_load_json.c b/src/utilities/util_load_json.c index fb61df9ab16..7ccabf87010 100644 --- a/src/utilities/util_load_json.c +++ b/src/utilities/util_load_json.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_loadtext.c b/src/utilities/util_loadtext.c index 27c4c23b50c..cb84fb03d13 100644 --- a/src/utilities/util_loadtext.c +++ b/src/utilities/util_loadtext.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_main.c b/src/utilities/util_main.c index 04ab59f1ca9..ecfffb81e4b 100644 --- a/src/utilities/util_main.c +++ b/src/utilities/util_main.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_misc.c b/src/utilities/util_misc.c index 71e307a2e0e..15605362b50 100644 --- a/src/utilities/util_misc.c +++ b/src/utilities/util_misc.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_printlog.c b/src/utilities/util_printlog.c index 7fc9bfa39b0..ff9210b575f 100644 --- a/src/utilities/util_printlog.c +++ b/src/utilities/util_printlog.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_read.c b/src/utilities/util_read.c index d9a629e40e2..de6b8adb5c2 100644 --- a/src/utilities/util_read.c +++ b/src/utilities/util_read.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_rename.c b/src/utilities/util_rename.c index 8c2aeb30c59..e5fda06b310 100644 --- a/src/utilities/util_rename.c +++ b/src/utilities/util_rename.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_salvage.c b/src/utilities/util_salvage.c index 386365d8875..dc8affcb1d9 100644 --- a/src/utilities/util_salvage.c +++ b/src/utilities/util_salvage.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_stat.c b/src/utilities/util_stat.c index 7066ae91433..2f99214e57a 100644 --- a/src/utilities/util_stat.c +++ b/src/utilities/util_stat.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_upgrade.c b/src/utilities/util_upgrade.c index b56caca2ccd..6be11f77099 100644 --- a/src/utilities/util_upgrade.c +++ b/src/utilities/util_upgrade.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_verbose.c b/src/utilities/util_verbose.c index 12ff1c5463c..084cce3f610 100644 --- a/src/utilities/util_verbose.c +++ b/src/utilities/util_verbose.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_verify.c b/src/utilities/util_verify.c index 6ae5fdeec26..7b3fffdd03b 100644 --- a/src/utilities/util_verify.c +++ b/src/utilities/util_verify.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/src/utilities/util_write.c b/src/utilities/util_write.c index 067b951c0cc..f9fb2d111fe 100644 --- a/src/utilities/util_write.c +++ b/src/utilities/util_write.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2014-2015 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * diff --git a/test/bloom/test_bloom.c b/test/bloom/test_bloom.c index 9f1cf21bf41..72f53fed9f8 100644 --- a/test/bloom/test_bloom.c +++ b/test/bloom/test_bloom.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/checkpoint/checkpointer.c b/test/checkpoint/checkpointer.c index 3eefccde915..dd6fcd6b95a 100644 --- a/test/checkpoint/checkpointer.c +++ b/test/checkpoint/checkpointer.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/checkpoint/test_checkpoint.c b/test/checkpoint/test_checkpoint.c index 749e504d3aa..9ec36742431 100644 --- a/test/checkpoint/test_checkpoint.c +++ b/test/checkpoint/test_checkpoint.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/checkpoint/test_checkpoint.h b/test/checkpoint/test_checkpoint.h index 2a8bbdcc212..7b3c48a03b0 100644 --- a/test/checkpoint/test_checkpoint.h +++ b/test/checkpoint/test_checkpoint.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/checkpoint/workers.c b/test/checkpoint/workers.c index c682bd13864..393532f8e22 100644 --- a/test/checkpoint/workers.c +++ b/test/checkpoint/workers.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/fops/file.c b/test/fops/file.c index 1f8a084c404..2763afc5bca 100644 --- a/test/fops/file.c +++ b/test/fops/file.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/fops/fops.c b/test/fops/fops.c index 0a5cce87ea3..13bd75d7407 100644 --- a/test/fops/fops.c +++ b/test/fops/fops.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/fops/t.c b/test/fops/t.c index 769d3562f0f..1522b5941f7 100644 --- a/test/fops/t.c +++ b/test/fops/t.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/fops/thread.h b/test/fops/thread.h index ccd3c84150c..3b49a45d9bb 100644 --- a/test/fops/thread.h +++ b/test/fops/thread.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/backup.c b/test/format/backup.c index cca3ac7889c..d70353e282c 100644 --- a/test/format/backup.c +++ b/test/format/backup.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/bdb.c b/test/format/bdb.c index 21e6b40d02f..563b69b9e27 100644 --- a/test/format/bdb.c +++ b/test/format/bdb.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/bulk.c b/test/format/bulk.c index 3b65ad29685..c91338b9ca1 100644 --- a/test/format/bulk.c +++ b/test/format/bulk.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/compact.c b/test/format/compact.c index 2e563ba88c0..60c99db13c3 100644 --- a/test/format/compact.c +++ b/test/format/compact.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/config.c b/test/format/config.c index da20cd26433..1fbbe90a57e 100644 --- a/test/format/config.c +++ b/test/format/config.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/config.h b/test/format/config.h index 2ab13620486..01357d6fb30 100644 --- a/test/format/config.h +++ b/test/format/config.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/format.h b/test/format/format.h index 9290a93e5db..9adb56c82fb 100644 --- a/test/format/format.h +++ b/test/format/format.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/ops.c b/test/format/ops.c index 906d32fee82..3a0a9110b9c 100644 --- a/test/format/ops.c +++ b/test/format/ops.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/salvage.c b/test/format/salvage.c index 1d80ade420d..a715ca96d07 100644 --- a/test/format/salvage.c +++ b/test/format/salvage.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/t.c b/test/format/t.c index 2d9db5cb664..b53913b4623 100644 --- a/test/format/t.c +++ b/test/format/t.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/util.c b/test/format/util.c index 4880dfbbdd0..a1d1fa2b772 100644 --- a/test/format/util.c +++ b/test/format/util.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/format/wts.c b/test/format/wts.c index 243d1deb6d7..b36655aacbe 100644 --- a/test/format/wts.c +++ b/test/format/wts.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/huge/huge.c b/test/huge/huge.c index 6ef9755a5a5..c53ef45c4ef 100644 --- a/test/huge/huge.c +++ b/test/huge/huge.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/AsyncTest.java b/test/java/com/wiredtiger/test/AsyncTest.java index 318bd0a205d..326a86b93cb 100644 --- a/test/java/com/wiredtiger/test/AsyncTest.java +++ b/test/java/com/wiredtiger/test/AsyncTest.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/AutoCloseTest.java b/test/java/com/wiredtiger/test/AutoCloseTest.java index e3e1d58af35..22f0ade7452 100644 --- a/test/java/com/wiredtiger/test/AutoCloseTest.java +++ b/test/java/com/wiredtiger/test/AutoCloseTest.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/CursorTest.java b/test/java/com/wiredtiger/test/CursorTest.java index a4843302cc4..f332382dc34 100644 --- a/test/java/com/wiredtiger/test/CursorTest.java +++ b/test/java/com/wiredtiger/test/CursorTest.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/CursorTest02.java b/test/java/com/wiredtiger/test/CursorTest02.java index af320a044bf..87eec66f71a 100644 --- a/test/java/com/wiredtiger/test/CursorTest02.java +++ b/test/java/com/wiredtiger/test/CursorTest02.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/ExceptionTest.java b/test/java/com/wiredtiger/test/ExceptionTest.java index 6cb5a4c2043..25a88454450 100644 --- a/test/java/com/wiredtiger/test/ExceptionTest.java +++ b/test/java/com/wiredtiger/test/ExceptionTest.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/PackTest.java b/test/java/com/wiredtiger/test/PackTest.java index 8bc0d43cc5a..ed1b831a92b 100644 --- a/test/java/com/wiredtiger/test/PackTest.java +++ b/test/java/com/wiredtiger/test/PackTest.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/java/com/wiredtiger/test/WiredTigerSuite.java b/test/java/com/wiredtiger/test/WiredTigerSuite.java index b0b48e696d7..b393237aac3 100644 --- a/test/java/com/wiredtiger/test/WiredTigerSuite.java +++ b/test/java/com/wiredtiger/test/WiredTigerSuite.java @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/packing/intpack-test.c b/test/packing/intpack-test.c index 046081e26c0..109f37e229a 100644 --- a/test/packing/intpack-test.c +++ b/test/packing/intpack-test.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/packing/intpack-test2.c b/test/packing/intpack-test2.c index 7d0bdc6f79e..6b54504f367 100644 --- a/test/packing/intpack-test2.c +++ b/test/packing/intpack-test2.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/packing/packing-test.c b/test/packing/packing-test.c index 4405888ba1a..2696e8a008d 100644 --- a/test/packing/packing-test.c +++ b/test/packing/packing-test.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/salvage/salvage.c b/test/salvage/salvage.c index 7d5912c740f..f1e4f26c255 100644 --- a/test/salvage/salvage.c +++ b/test/salvage/salvage.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/suite/helper.py b/test/suite/helper.py index 41e0996c21e..f0c149aeee3 100644 --- a/test/suite/helper.py +++ b/test/suite/helper.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/run.py b/test/suite/run.py index a29f7af2212..63101518bd9 100644 --- a/test/suite/run.py +++ b/test/suite/run.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/suite_random.py b/test/suite/suite_random.py index afdc09c0892..114b50ba915 100644 --- a/test/suite/suite_random.py +++ b/test/suite/suite_random.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/suite_subprocess.py b/test/suite/suite_subprocess.py index 6aefc4d0ab9..66381ed8a0d 100644 --- a/test/suite/suite_subprocess.py +++ b/test/suite/suite_subprocess.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_async01.py b/test/suite/test_async01.py index 5c8a1e6df2c..2150b16fa81 100644 --- a/test/suite/test_async01.py +++ b/test/suite/test_async01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_async02.py b/test/suite/test_async02.py index 7e88719985e..43cf520e8ed 100644 --- a/test/suite/test_async02.py +++ b/test/suite/test_async02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_async03.py b/test/suite/test_async03.py index 5451f87b174..ea62f8c525b 100644 --- a/test/suite/test_async03.py +++ b/test/suite/test_async03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_autoclose.py b/test/suite/test_autoclose.py index 6ad4830e1e2..40106e6f97d 100644 --- a/test/suite/test_autoclose.py +++ b/test/suite/test_autoclose.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_backup01.py b/test/suite/test_backup01.py index d7f1c01b3ca..f6e9cd87291 100644 --- a/test/suite/test_backup01.py +++ b/test/suite/test_backup01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_backup02.py b/test/suite/test_backup02.py index 2ac904e8bad..b9cf0e8b59c 100644 --- a/test/suite/test_backup02.py +++ b/test/suite/test_backup02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_backup03.py b/test/suite/test_backup03.py index 2aef85e0690..880469c2486 100644 --- a/test/suite/test_backup03.py +++ b/test/suite/test_backup03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_backup04.py b/test/suite/test_backup04.py index 8d78b4e9d78..60f8f0df6c2 100644 --- a/test/suite/test_backup04.py +++ b/test/suite/test_backup04.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_base01.py b/test/suite/test_base01.py index dfd3169ee52..8d4c03e2bda 100644 --- a/test/suite/test_base01.py +++ b/test/suite/test_base01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_base02.py b/test/suite/test_base02.py index 7121c621571..50332518217 100644 --- a/test/suite/test_base02.py +++ b/test/suite/test_base02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_base03.py b/test/suite/test_base03.py index a3ff57aa0ab..3335518dd16 100644 --- a/test/suite/test_base03.py +++ b/test/suite/test_base03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_base04.py b/test/suite/test_base04.py index bb0738ca06d..8aca81294df 100644 --- a/test/suite/test_base04.py +++ b/test/suite/test_base04.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_base05.py b/test/suite/test_base05.py index 33019f37650..74278624738 100644 --- a/test/suite/test_base05.py +++ b/test/suite/test_base05.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug001.py b/test/suite/test_bug001.py index 230607e7e87..1e0412443a5 100644 --- a/test/suite/test_bug001.py +++ b/test/suite/test_bug001.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug003.py b/test/suite/test_bug003.py index dc27ad4633e..e4a2196e7d8 100644 --- a/test/suite/test_bug003.py +++ b/test/suite/test_bug003.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug004.py b/test/suite/test_bug004.py index a9ced78e820..c5a28539409 100644 --- a/test/suite/test_bug004.py +++ b/test/suite/test_bug004.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug005.py b/test/suite/test_bug005.py index 128eb708a81..1e8d3328236 100644 --- a/test/suite/test_bug005.py +++ b/test/suite/test_bug005.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug006.py b/test/suite/test_bug006.py index 8af48a6fcaf..f4a41135357 100644 --- a/test/suite/test_bug006.py +++ b/test/suite/test_bug006.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug007.py b/test/suite/test_bug007.py index 9691bd414d1..ab03657c944 100644 --- a/test/suite/test_bug007.py +++ b/test/suite/test_bug007.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bug008.py b/test/suite/test_bug008.py index 7694fa4979d..6646d188ce5 100644 --- a/test/suite/test_bug008.py +++ b/test/suite/test_bug008.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bulk01.py b/test/suite/test_bulk01.py index c99cedae1e6..e57231cd9ef 100644 --- a/test/suite/test_bulk01.py +++ b/test/suite/test_bulk01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_bulk02.py b/test/suite/test_bulk02.py index d656f9b7ec3..9f7a63f78b2 100644 --- a/test/suite/test_bulk02.py +++ b/test/suite/test_bulk02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_checkpoint01.py b/test/suite/test_checkpoint01.py index ab4dbe18bd6..f4ace4a9a2f 100644 --- a/test/suite/test_checkpoint01.py +++ b/test/suite/test_checkpoint01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_checkpoint02.py b/test/suite/test_checkpoint02.py index 9ea6509aed9..02dcef91dc3 100644 --- a/test/suite/test_checkpoint02.py +++ b/test/suite/test_checkpoint02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_compact.py b/test/suite/test_compact.py index 194a6947c03..c7269785115 100644 --- a/test/suite/test_compact.py +++ b/test/suite/test_compact.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_compress01.py b/test/suite/test_compress01.py index 43dfca0515c..17d87403a0f 100644 --- a/test/suite/test_compress01.py +++ b/test/suite/test_compress01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_config01.py b/test/suite/test_config01.py index b4eb8775e22..f40f9df3b20 100644 --- a/test/suite/test_config01.py +++ b/test/suite/test_config01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_config02.py b/test/suite/test_config02.py index 4fa3dd4be35..c4a6d48f8b4 100644 --- a/test/suite/test_config02.py +++ b/test/suite/test_config02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_config03.py b/test/suite/test_config03.py index f30fb994fa1..b1cb328e093 100644 --- a/test/suite/test_config03.py +++ b/test/suite/test_config03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_config04.py b/test/suite/test_config04.py index 7c75e43e475..ceb2da41305 100644 --- a/test/suite/test_config04.py +++ b/test/suite/test_config04.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_config05.py b/test/suite/test_config05.py index a75cde42fc6..c8c8c79f192 100644 --- a/test/suite/test_config05.py +++ b/test/suite/test_config05.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor01.py b/test/suite/test_cursor01.py index 691fb5cf645..a40a59a34c3 100644 --- a/test/suite/test_cursor01.py +++ b/test/suite/test_cursor01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor02.py b/test/suite/test_cursor02.py index d69251e5653..5be3cecd1d1 100644 --- a/test/suite/test_cursor02.py +++ b/test/suite/test_cursor02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor03.py b/test/suite/test_cursor03.py index 9034de8b3f5..d27c578bafd 100644 --- a/test/suite/test_cursor03.py +++ b/test/suite/test_cursor03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor04.py b/test/suite/test_cursor04.py index d53f88966e3..43b824ee013 100644 --- a/test/suite/test_cursor04.py +++ b/test/suite/test_cursor04.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor05.py b/test/suite/test_cursor05.py index ad4bbbf6b96..14705e8bcb0 100644 --- a/test/suite/test_cursor05.py +++ b/test/suite/test_cursor05.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor_compare.py b/test/suite/test_cursor_compare.py index 7e99e1e32d6..227505b14ce 100644 --- a/test/suite/test_cursor_compare.py +++ b/test/suite/test_cursor_compare.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor_random.py b/test/suite/test_cursor_random.py index 7b7cc41092f..75275dfde83 100644 --- a/test/suite/test_cursor_random.py +++ b/test/suite/test_cursor_random.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_cursor_tracker.py b/test/suite/test_cursor_tracker.py index 3fdc3112772..f25def3e1cc 100644 --- a/test/suite/test_cursor_tracker.py +++ b/test/suite/test_cursor_tracker.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_drop.py b/test/suite/test_drop.py index dcda3998436..1daafb72db1 100644 --- a/test/suite/test_drop.py +++ b/test/suite/test_drop.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_drop_create.py b/test/suite/test_drop_create.py index 909393a78fc..9566edf9f6f 100644 --- a/test/suite/test_drop_create.py +++ b/test/suite/test_drop_create.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_dump.py b/test/suite/test_dump.py index 26ad0397bdb..4c7e6f667e4 100644 --- a/test/suite/test_dump.py +++ b/test/suite/test_dump.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_dupc.py b/test/suite/test_dupc.py index ce79cb9db5b..5a0a6bd67cc 100644 --- a/test/suite/test_dupc.py +++ b/test/suite/test_dupc.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_empty.py b/test/suite/test_empty.py index d979ca0f4cb..11821d44deb 100644 --- a/test/suite/test_empty.py +++ b/test/suite/test_empty.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_excl.py b/test/suite/test_excl.py index 39c90bfba14..da671cc2f9a 100644 --- a/test/suite/test_excl.py +++ b/test/suite/test_excl.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_home.py b/test/suite/test_home.py index 78310d69079..ed85a3224c2 100644 --- a/test/suite/test_home.py +++ b/test/suite/test_home.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_index01.py b/test/suite/test_index01.py index 124e4cc2811..f2398fee5e8 100644 --- a/test/suite/test_index01.py +++ b/test/suite/test_index01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_jsondump01.py b/test/suite/test_jsondump01.py index 730fbf0a05a..b483b4db429 100644 --- a/test/suite/test_jsondump01.py +++ b/test/suite/test_jsondump01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_jsondump02.py b/test/suite/test_jsondump02.py index 2eff8b755a7..3ce6ffd424c 100644 --- a/test/suite/test_jsondump02.py +++ b/test/suite/test_jsondump02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_lsm01.py b/test/suite/test_lsm01.py index 8f63f783ed4..f2561278edd 100644 --- a/test/suite/test_lsm01.py +++ b/test/suite/test_lsm01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_lsm02.py b/test/suite/test_lsm02.py index 41d82d8ad0d..00d1e00dc17 100644 --- a/test/suite/test_lsm02.py +++ b/test/suite/test_lsm02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_metadata_cursor01.py b/test/suite/test_metadata_cursor01.py index 98628bda180..dfe9ec8ac97 100644 --- a/test/suite/test_metadata_cursor01.py +++ b/test/suite/test_metadata_cursor01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_overwrite.py b/test/suite/test_overwrite.py index a4e8248b918..7d938918324 100644 --- a/test/suite/test_overwrite.py +++ b/test/suite/test_overwrite.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_perf001.py b/test/suite/test_perf001.py index 6438702ca0a..a80c0c7e73a 100644 --- a/test/suite/test_perf001.py +++ b/test/suite/test_perf001.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_priv01.py b/test/suite/test_priv01.py index 93b60c68491..f2cd6b1d16d 100644 --- a/test/suite/test_priv01.py +++ b/test/suite/test_priv01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_reconfig.py b/test/suite/test_reconfig.py index a187b2a26d9..06763f8f9ef 100644 --- a/test/suite/test_reconfig.py +++ b/test/suite/test_reconfig.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_rename.py b/test/suite/test_rename.py index 1962c51c10c..321b73543ae 100644 --- a/test/suite/test_rename.py +++ b/test/suite/test_rename.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_salvage.py b/test/suite/test_salvage.py index bd6de5f90f3..0a50ab9bd62 100644 --- a/test/suite/test_salvage.py +++ b/test/suite/test_salvage.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_schema01.py b/test/suite/test_schema01.py index efd7ba9fdf1..9bfc1897ec9 100644 --- a/test/suite/test_schema01.py +++ b/test/suite/test_schema01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_schema02.py b/test/suite/test_schema02.py index 6ce7c6bbecf..17a983c1551 100644 --- a/test/suite/test_schema02.py +++ b/test/suite/test_schema02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_schema03.py b/test/suite/test_schema03.py index e650d8b6964..5db6966f634 100644 --- a/test/suite/test_schema03.py +++ b/test/suite/test_schema03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_shared_cache.py b/test/suite/test_shared_cache.py index 4de3a77d1eb..ff40d31e6df 100644 --- a/test/suite/test_shared_cache.py +++ b/test/suite/test_shared_cache.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_stat01.py b/test/suite/test_stat01.py index 33a7b09deb4..0f072a7c473 100644 --- a/test/suite/test_stat01.py +++ b/test/suite/test_stat01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_stat02.py b/test/suite/test_stat02.py index db12531f210..c2f2a69b046 100644 --- a/test/suite/test_stat02.py +++ b/test/suite/test_stat02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_stat_log01.py b/test/suite/test_stat_log01.py index 339630f503f..b7e76e9efdd 100644 --- a/test/suite/test_stat_log01.py +++ b/test/suite/test_stat_log01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_sweep01.py b/test/suite/test_sweep01.py index 6205ed7de12..30efed98c80 100644 --- a/test/suite/test_sweep01.py +++ b/test/suite/test_sweep01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_truncate01.py b/test/suite/test_truncate01.py index 12a523d4d51..80590e876a6 100644 --- a/test/suite/test_truncate01.py +++ b/test/suite/test_truncate01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_truncate02.py b/test/suite/test_truncate02.py index e2f133da59d..a11de6cc5da 100644 --- a/test/suite/test_truncate02.py +++ b/test/suite/test_truncate02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_truncate03.py b/test/suite/test_truncate03.py index c35c2220517..4e83734a77b 100644 --- a/test/suite/test_truncate03.py +++ b/test/suite/test_truncate03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn01.py b/test/suite/test_txn01.py index 1e05cefb35d..fec90938547 100644 --- a/test/suite/test_txn01.py +++ b/test/suite/test_txn01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn02.py b/test/suite/test_txn02.py index d83bf6ce5f8..9369f1a0226 100644 --- a/test/suite/test_txn02.py +++ b/test/suite/test_txn02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn03.py b/test/suite/test_txn03.py index c1f26c582fc..4f202979fe4 100644 --- a/test/suite/test_txn03.py +++ b/test/suite/test_txn03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn04.py b/test/suite/test_txn04.py index 7e8b448856b..1dfe13db961 100644 --- a/test/suite/test_txn04.py +++ b/test/suite/test_txn04.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn05.py b/test/suite/test_txn05.py index cc5db523c27..9651a5add74 100644 --- a/test/suite/test_txn05.py +++ b/test/suite/test_txn05.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn06.py b/test/suite/test_txn06.py index 24a8a224d4d..36457899054 100644 --- a/test/suite/test_txn06.py +++ b/test/suite/test_txn06.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn07.py b/test/suite/test_txn07.py index fe203e07b30..74df555ce5c 100644 --- a/test/suite/test_txn07.py +++ b/test/suite/test_txn07.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn08.py b/test/suite/test_txn08.py index a2f08a2686b..f8abd52ca47 100644 --- a/test/suite/test_txn08.py +++ b/test/suite/test_txn08.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_txn09.py b/test/suite/test_txn09.py index 40bc2d2a155..9ab6718341f 100644 --- a/test/suite/test_txn09.py +++ b/test/suite/test_txn09.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_unicode01.py b/test/suite/test_unicode01.py index 6731b2dd1a6..76ebd886319 100644 --- a/test/suite/test_unicode01.py +++ b/test/suite/test_unicode01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_upgrade.py b/test/suite/test_upgrade.py index e88f250d278..24cecf4b518 100644 --- a/test/suite/test_upgrade.py +++ b/test/suite/test_upgrade.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util01.py b/test/suite/test_util01.py index 6890e187bce..62540769f08 100644 --- a/test/suite/test_util01.py +++ b/test/suite/test_util01.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util02.py b/test/suite/test_util02.py index 1cf8989b395..e95746e2946 100644 --- a/test/suite/test_util02.py +++ b/test/suite/test_util02.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util03.py b/test/suite/test_util03.py index db1ea8e4f80..aa5d723fbe8 100644 --- a/test/suite/test_util03.py +++ b/test/suite/test_util03.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util04.py b/test/suite/test_util04.py index fc314db0126..09b4facb220 100644 --- a/test/suite/test_util04.py +++ b/test/suite/test_util04.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util07.py b/test/suite/test_util07.py index d525375a496..9a04f0b1363 100644 --- a/test/suite/test_util07.py +++ b/test/suite/test_util07.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util08.py b/test/suite/test_util08.py index fc4b1cd1c89..7c4c5cfcf85 100644 --- a/test/suite/test_util08.py +++ b/test/suite/test_util08.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util09.py b/test/suite/test_util09.py index 6099ed5466f..e5b0b57a23c 100644 --- a/test/suite/test_util09.py +++ b/test/suite/test_util09.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util11.py b/test/suite/test_util11.py index e845a06d3f2..e69530255a4 100644 --- a/test/suite/test_util11.py +++ b/test/suite/test_util11.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_util12.py b/test/suite/test_util12.py index 051e22cb87e..0faa8dbf8bd 100644 --- a/test/suite/test_util12.py +++ b/test/suite/test_util12.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_verify.py b/test/suite/test_verify.py index 8743e08bd3f..6b9fe06ce89 100644 --- a/test/suite/test_verify.py +++ b/test/suite/test_verify.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/test_version.py b/test/suite/test_version.py index dc86cf7133e..4d59ea6d279 100644 --- a/test/suite/test_version.py +++ b/test/suite/test_version.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/wtscenario.py b/test/suite/wtscenario.py index 70497102bb0..2e59c704971 100644 --- a/test/suite/wtscenario.py +++ b/test/suite/wtscenario.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/wttest.py b/test/suite/wttest.py index 4de09a143b2..c1224538c59 100644 --- a/test/suite/wttest.py +++ b/test/suite/wttest.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/suite/wtthread.py b/test/suite/wtthread.py index ab881a0f4f3..c847c877b2d 100644 --- a/test/suite/wtthread.py +++ b/test/suite/wtthread.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/test/thread/file.c b/test/thread/file.c index ac37b27a4d8..7e0e3c0a5d2 100644 --- a/test/thread/file.c +++ b/test/thread/file.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/thread/rw.c b/test/thread/rw.c index d680e0a6b91..08cf63f435a 100644 --- a/test/thread/rw.c +++ b/test/thread/rw.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/thread/stats.c b/test/thread/stats.c index 704dd75d254..491f4ec918c 100644 --- a/test/thread/stats.c +++ b/test/thread/stats.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/thread/t.c b/test/thread/t.c index 1ba5a209d5e..6d5f6f0dff7 100644 --- a/test/thread/t.c +++ b/test/thread/t.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/thread/thread.h b/test/thread/thread.h index 468bd40b262..ef34c3df5d4 100644 --- a/test/thread/thread.h +++ b/test/thread/thread.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/windows/windows_shim.c b/test/windows/windows_shim.c index 2e0226268f6..646ebf0c441 100644 --- a/test/windows/windows_shim.c +++ b/test/windows/windows_shim.c @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/test/windows/windows_shim.h b/test/windows/windows_shim.h index 47a1018c229..441201e3744 100644 --- a/test/windows/windows_shim.h +++ b/test/windows/windows_shim.h @@ -1,4 +1,5 @@ /*- + * Public Domain 2014-2015 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. diff --git a/tools/statlog.py b/tools/statlog.py index f32b46a9ec7..a597eb060ae 100644 --- a/tools/statlog.py +++ b/tools/statlog.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wt_nvd3_util.py b/tools/wt_nvd3_util.py index fe058d25c1d..435c2ce71e7 100644 --- a/tools/wt_nvd3_util.py +++ b/tools/wt_nvd3_util.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wtperf_graph.py b/tools/wtperf_graph.py index f45145cf801..d80eb0cbce5 100644 --- a/tools/wtperf_graph.py +++ b/tools/wtperf_graph.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wtperf_stats.py b/tools/wtperf_stats.py index f87ca2d3254..5e6e1733fb7 100644 --- a/tools/wtperf_stats.py +++ b/tools/wtperf_stats.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wtstats.py b/tools/wtstats.py index cc2ebd80877..740a2017d63 100644 --- a/tools/wtstats.py +++ b/tools/wtstats.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. |