diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-01-01 09:45:50 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-01-01 09:45:50 +0000 |
commit | 963d37a4e6de35e74a7ebf534b725e692dbca8e9 (patch) | |
tree | dd74298a93349dcc51701235a4414a3875ea891b /src | |
parent | b479f63a064e193a90e1af22a6fb587ad6c5e42f (diff) | |
download | mongo-963d37a4e6de35e74a7ebf534b725e692dbca8e9.tar.gz |
Update copyright notice to 2013.
Diffstat (limited to 'src')
189 files changed, 191 insertions, 191 deletions
diff --git a/src/api/api_version.c b/src/api/api_version.c index e4bc3610d7a..5b5574e6641 100644 --- a/src/api/api_version.c +++ b/src/api/api_version.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_addr.c b/src/block/block_addr.c index 2e18e73ab46..37af46a7124 100644 --- a/src/block/block_addr.c +++ b/src/block/block_addr.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_ckpt.c b/src/block/block_ckpt.c index 887852132bd..6fe12f88bb7 100644 --- a/src/block/block_ckpt.c +++ b/src/block/block_ckpt.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_compact.c b/src/block/block_compact.c index 23055a68ebe..b5d631ab4c2 100644 --- a/src/block/block_compact.c +++ b/src/block/block_compact.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_ext.c b/src/block/block_ext.c index 2e226e7fef8..d082cb8b539 100644 --- a/src/block/block_ext.c +++ b/src/block/block_ext.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_mgr.c b/src/block/block_mgr.c index 8f65dcc3ab6..3cd5b391c3a 100644 --- a/src/block/block_mgr.c +++ b/src/block/block_mgr.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_open.c b/src/block/block_open.c index 2efdc6a8b23..63fcb968c74 100644 --- a/src/block/block_open.c +++ b/src/block/block_open.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_read.c b/src/block/block_read.c index ffe5a79bf4a..be458836d5b 100644 --- a/src/block/block_read.c +++ b/src/block/block_read.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_slvg.c b/src/block/block_slvg.c index 326df3c38cc..140da99a865 100644 --- a/src/block/block_slvg.c +++ b/src/block/block_slvg.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_vrfy.c b/src/block/block_vrfy.c index 980a4cb9547..8556a953171 100644 --- a/src/block/block_vrfy.c +++ b/src/block/block_vrfy.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/block/block_write.c b/src/block/block_write.c index 2f869e48f5a..cd35c9833d8 100644 --- a/src/block/block_write.c +++ b/src/block/block_write.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/bloom/bloom.c b/src/bloom/bloom.c index 8fa613b2ac9..0d710b15c47 100644 --- a/src/bloom/bloom.c +++ b/src/bloom/bloom.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_bulk.c b/src/btree/bt_bulk.c index bebec44d673..327fc721a04 100644 --- a/src/btree/bt_bulk.c +++ b/src/btree/bt_bulk.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_compact.c b/src/btree/bt_compact.c index 0ca4214b2ab..a95c496d72c 100644 --- a/src/btree/bt_compact.c +++ b/src/btree/bt_compact.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_curnext.c b/src/btree/bt_curnext.c index 9367a8586fe..64fe1905608 100644 --- a/src/btree/bt_curnext.c +++ b/src/btree/bt_curnext.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_curprev.c b/src/btree/bt_curprev.c index 867e7d881b5..27e1b7d0982 100644 --- a/src/btree/bt_curprev.c +++ b/src/btree/bt_curprev.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_cursor.c b/src/btree/bt_cursor.c index 53f41a7bf6f..3954f576210 100644 --- a/src/btree/bt_cursor.c +++ b/src/btree/bt_cursor.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_debug.c b/src/btree/bt_debug.c index 90a10e1e37c..20a5f74632c 100644 --- a/src/btree/bt_debug.c +++ b/src/btree/bt_debug.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_discard.c b/src/btree/bt_discard.c index 7550285acbb..ea509c483bf 100644 --- a/src/btree/bt_discard.c +++ b/src/btree/bt_discard.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_evict.c b/src/btree/bt_evict.c index ac58c6c4c44..800dee96a15 100644 --- a/src/btree/bt_evict.c +++ b/src/btree/bt_evict.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_handle.c b/src/btree/bt_handle.c index 9a29f4966c0..8d613140dd2 100644 --- a/src/btree/bt_handle.c +++ b/src/btree/bt_handle.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_huffman.c b/src/btree/bt_huffman.c index a5b65d61506..25e760e2e99 100644 --- a/src/btree/bt_huffman.c +++ b/src/btree/bt_huffman.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_io.c b/src/btree/bt_io.c index 147f292e31d..d04e127ca0c 100644 --- a/src/btree/bt_io.c +++ b/src/btree/bt_io.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_misc.c b/src/btree/bt_misc.c index cc862303236..dff902193b4 100644 --- a/src/btree/bt_misc.c +++ b/src/btree/bt_misc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_ovfl.c b/src/btree/bt_ovfl.c index d01eabfbc33..345ed82ada9 100644 --- a/src/btree/bt_ovfl.c +++ b/src/btree/bt_ovfl.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_page.c b/src/btree/bt_page.c index 8bea1220d64..0f63b11b7a2 100644 --- a/src/btree/bt_page.c +++ b/src/btree/bt_page.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_read.c b/src/btree/bt_read.c index f226408bb12..e85f2613aff 100644 --- a/src/btree/bt_read.c +++ b/src/btree/bt_read.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_ret.c b/src/btree/bt_ret.c index 0562309b395..e600cdbf4fd 100644 --- a/src/btree/bt_ret.c +++ b/src/btree/bt_ret.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_slvg.c b/src/btree/bt_slvg.c index 2d917407366..08c49332507 100644 --- a/src/btree/bt_slvg.c +++ b/src/btree/bt_slvg.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_stat.c b/src/btree/bt_stat.c index dcf0db596a2..f5ed34b2b82 100644 --- a/src/btree/bt_stat.c +++ b/src/btree/bt_stat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_sync.c b/src/btree/bt_sync.c index 24be932bce9..69e8662ae24 100644 --- a/src/btree/bt_sync.c +++ b/src/btree/bt_sync.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_upgrade.c b/src/btree/bt_upgrade.c index fb675123d13..3244c1cac72 100644 --- a/src/btree/bt_upgrade.c +++ b/src/btree/bt_upgrade.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_vrfy.c b/src/btree/bt_vrfy.c index 0ab7cd585e0..9ad9110c4aa 100644 --- a/src/btree/bt_vrfy.c +++ b/src/btree/bt_vrfy.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_vrfy_dsk.c b/src/btree/bt_vrfy_dsk.c index 39036e62c5e..cce839feaba 100644 --- a/src/btree/bt_vrfy_dsk.c +++ b/src/btree/bt_vrfy_dsk.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/bt_walk.c b/src/btree/bt_walk.c index 1e89d92bff6..1b4a1d7c2fa 100644 --- a/src/btree/bt_walk.c +++ b/src/btree/bt_walk.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/col_modify.c b/src/btree/col_modify.c index 507e5db9823..92c4a05be56 100644 --- a/src/btree/col_modify.c +++ b/src/btree/col_modify.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/col_srch.c b/src/btree/col_srch.c index fd7e89eeb47..2219561d6d2 100644 --- a/src/btree/col_srch.c +++ b/src/btree/col_srch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/rec_evict.c b/src/btree/rec_evict.c index 57e70d3ec42..b73a3be1439 100644 --- a/src/btree/rec_evict.c +++ b/src/btree/rec_evict.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/rec_track.c b/src/btree/rec_track.c index 08943327cce..21dffba7dc7 100644 --- a/src/btree/rec_track.c +++ b/src/btree/rec_track.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/rec_write.c b/src/btree/rec_write.c index 609ecf95826..23c8a3a3d55 100644 --- a/src/btree/rec_write.c +++ b/src/btree/rec_write.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/row_key.c b/src/btree/row_key.c index 854f76284ea..4f7863a7aac 100644 --- a/src/btree/row_key.c +++ b/src/btree/row_key.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/row_modify.c b/src/btree/row_modify.c index bc75718d3ee..2935a7f56ae 100644 --- a/src/btree/row_modify.c +++ b/src/btree/row_modify.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/btree/row_srch.c b/src/btree/row_srch.c index cf100e5f6a4..8e03c0ed72d 100644 --- a/src/btree/row_srch.c +++ b/src/btree/row_srch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/config/config.c b/src/config/config.c index 895a6a3bf34..141a969895b 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/config/config_check.c b/src/config/config_check.c index d0b8f39751c..9f4628611dd 100644 --- a/src/config/config_check.c +++ b/src/config/config_check.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/config/config_collapse.c b/src/config/config_collapse.c index 003a857862a..12c3015f934 100644 --- a/src/config/config_collapse.c +++ b/src/config/config_collapse.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/config/config_concat.c b/src/config/config_concat.c index 8dcc79c741a..7d79e921ebc 100644 --- a/src/config/config_concat.c +++ b/src/config/config_concat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c index 374bca71b26..057d1cba2e9 100644 --- a/src/conn/conn_api.c +++ b/src/conn/conn_api.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_btree.c b/src/conn/conn_btree.c index b32416caae8..ad2b016a254 100644 --- a/src/conn/conn_btree.c +++ b/src/conn/conn_btree.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_cache.c b/src/conn/conn_cache.c index ae1600dfcc9..f51c1695049 100644 --- a/src/conn/conn_cache.c +++ b/src/conn/conn_cache.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_cache_pool.c b/src/conn/conn_cache_pool.c index b4f16557142..d9bc11d4952 100644 --- a/src/conn/conn_cache_pool.c +++ b/src/conn/conn_cache_pool.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_handle.c b/src/conn/conn_handle.c index ef698f335be..97cb533182d 100644 --- a/src/conn/conn_handle.c +++ b/src/conn/conn_handle.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_open.c b/src/conn/conn_open.c index 27b85cefa56..ae5d0d24172 100644 --- a/src/conn/conn_open.c +++ b/src/conn/conn_open.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/conn/conn_stat.c b/src/conn/conn_stat.c index 812a575b739..6ca3be4659a 100644 --- a/src/conn/conn_stat.c +++ b/src/conn/conn_stat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_backup.c b/src/cursor/cur_backup.c index 8dc5adb580a..f48676c70ff 100644 --- a/src/cursor/cur_backup.c +++ b/src/cursor/cur_backup.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_bulk.c b/src/cursor/cur_bulk.c index ac9dc9a7b51..13c7b694e9a 100644 --- a/src/cursor/cur_bulk.c +++ b/src/cursor/cur_bulk.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_config.c b/src/cursor/cur_config.c index 5dd91d33c16..a0173f0671e 100644 --- a/src/cursor/cur_config.c +++ b/src/cursor/cur_config.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_dump.c b/src/cursor/cur_dump.c index 52265c2a5a9..8594ca20bc0 100644 --- a/src/cursor/cur_dump.c +++ b/src/cursor/cur_dump.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_file.c b/src/cursor/cur_file.c index 0e2e9225e51..14593742210 100644 --- a/src/cursor/cur_file.c +++ b/src/cursor/cur_file.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_index.c b/src/cursor/cur_index.c index b48b47336cd..2bdd57dcfab 100644 --- a/src/cursor/cur_index.c +++ b/src/cursor/cur_index.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_stat.c b/src/cursor/cur_stat.c index 4f400cfdf7d..71eeea4361f 100644 --- a/src/cursor/cur_stat.c +++ b/src/cursor/cur_stat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_std.c b/src/cursor/cur_std.c index f5bdbf11027..0d335dbf83b 100644 --- a/src/cursor/cur_std.c +++ b/src/cursor/cur_std.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/cursor/cur_table.c b/src/cursor/cur_table.c index c47c8a88f2f..29b4529492b 100644 --- a/src/cursor/cur_table.c +++ b/src/cursor/cur_table.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/docs/build-javadoc.sh b/src/docs/build-javadoc.sh index c413db28d33..292c3468f4c 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-2012 WiredTiger, Inc. All rights reserved.</font>' \ + -windowtitle 'WiredTiger Java API' -bottom '<font size=1>Copyright (c) 2008-2013 WiredTiger, 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 1f1084b9863..1c0f056a6a3 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-2012 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-2013 WiredTiger, 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-2012 WiredTiger. All rights reserved. Contact <a href="mailto:info@wiredtiger.com">info@wiredtiger.com</a> for more information. +Copyright (c) 2008-2013 WiredTiger. 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/fixlinks.py b/src/docs/tools/fixlinks.py index 075a0ef9401..c2cd564b446 100755 --- a/src/docs/tools/fixlinks.py +++ b/src/docs/tools/fixlinks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Public Domain 2008-2012 WiredTiger, Inc. +# Public Domain 2008-2013 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. # diff --git a/src/include/api.h b/src/include/api.h index 54baf37351c..d6a4d0d7717 100644 --- a/src/include/api.h +++ b/src/include/api.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/bitstring.i b/src/include/bitstring.i index 42bb73605a2..70f77e91d13 100644 --- a/src/include/bitstring.i +++ b/src/include/bitstring.i @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 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 327e922c2ec..788f9769066 100644 --- a/src/include/block.h +++ b/src/include/block.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/bloom.h b/src/include/bloom.h index b2b4791c968..17727acb482 100644 --- a/src/include/bloom.h +++ b/src/include/bloom.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/btmem.h b/src/include/btmem.h index fc8d14dff2d..9d8b260de50 100644 --- a/src/include/btmem.h +++ b/src/include/btmem.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/btree.h b/src/include/btree.h index f42e331ca97..7caf0c5839c 100644 --- a/src/include/btree.h +++ b/src/include/btree.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/btree.i b/src/include/btree.i index 167b0bd0607..b0041ff708b 100644 --- a/src/include/btree.i +++ b/src/include/btree.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/cache.h b/src/include/cache.h index a70721a5a09..9f827ab0658 100644 --- a/src/include/cache.h +++ b/src/include/cache.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/cache.i b/src/include/cache.i index 73ffe1a4dba..dd5e031ac6d 100644 --- a/src/include/cache.i +++ b/src/include/cache.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/cell.i b/src/include/cell.i index 7449d6543ab..326e5ade2cf 100644 --- a/src/include/cell.i +++ b/src/include/cell.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/column.i b/src/include/column.i index 0cf83a6d2e9..ca98708c21b 100644 --- a/src/include/column.i +++ b/src/include/column.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/config.h b/src/include/config.h index 0bd6232c576..7d5e64e715a 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/connection.h b/src/include/connection.h index e250ea6da58..c3d4dd22445 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/cursor.h b/src/include/cursor.h index e11775db615..ac4ec984629 100644 --- a/src/include/cursor.h +++ b/src/include/cursor.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/cursor.i b/src/include/cursor.i index 8436162be46..5bdd82325e7 100644 --- a/src/include/cursor.i +++ b/src/include/cursor.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/dlh.h b/src/include/dlh.h index 6c3aba944b2..7f9433e17c9 100644 --- a/src/include/dlh.h +++ b/src/include/dlh.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/error.h b/src/include/error.h index 70b20e32c44..3cd44f5b6c8 100644 --- a/src/include/error.h +++ b/src/include/error.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/intpack.i b/src/include/intpack.i index 7d56bdedd48..39c4d68cb2d 100644 --- a/src/include/intpack.i +++ b/src/include/intpack.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/log.h b/src/include/log.h index d1ef702fb74..53c1a4fc8d1 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/lsm.h b/src/include/lsm.h index 8cc671a7fd3..396363e9e44 100644 --- a/src/include/lsm.h +++ b/src/include/lsm.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/meta.h b/src/include/meta.h index b2a9541d4c0..3c1e7ae1a7e 100644 --- a/src/include/meta.h +++ b/src/include/meta.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/misc.h b/src/include/misc.h index b422ad65d7a..41fe197ef06 100644 --- a/src/include/misc.h +++ b/src/include/misc.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/mutex.h b/src/include/mutex.h index 9f05d14680a..b33c3b5b8a2 100644 --- a/src/include/mutex.h +++ b/src/include/mutex.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/mutex.i b/src/include/mutex.i index aa0b59cc8d0..48f7cc1cb4b 100644 --- a/src/include/mutex.i +++ b/src/include/mutex.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/os.h b/src/include/os.h index 6e925d6923d..f56fb939c43 100644 --- a/src/include/os.h +++ b/src/include/os.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/packing.i b/src/include/packing.i index 10bb0482593..b5f50ebf56e 100644 --- a/src/include/packing.i +++ b/src/include/packing.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/posix.h b/src/include/posix.h index db6327e84f2..c1068152d77 100644 --- a/src/include/posix.h +++ b/src/include/posix.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/schema.h b/src/include/schema.h index 7bbbff76047..8312ec72836 100644 --- a/src/include/schema.h +++ b/src/include/schema.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/session.h b/src/include/session.h index 0031255b60d..ba5935fbe82 100644 --- a/src/include/session.h +++ b/src/include/session.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/stat.h b/src/include/stat.h index 7983e6615cf..ab03363491b 100644 --- a/src/include/stat.h +++ b/src/include/stat.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/txn.h b/src/include/txn.h index ed85867a74a..d4e44f9aeac 100644 --- a/src/include/txn.h +++ b/src/include/txn.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/txn.i b/src/include/txn.i index 0aa8f318906..c37a58a8f04 100644 --- a/src/include/txn.i +++ b/src/include/txn.i @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/verify_build.h b/src/include/verify_build.h index c1a22f63b29..d826e4e6907 100644 --- a/src/include/verify_build.h +++ b/src/include/verify_build.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/wiredtiger_ext.h b/src/include/wiredtiger_ext.h index 856c5b84483..333eeb6f912 100644 --- a/src/include/wiredtiger_ext.h +++ b/src/include/wiredtiger_ext.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h index 204e0ce27e0..8b9639a1073 100644 --- a/src/include/wt_internal.h +++ b/src/include/wt_internal.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/log/log.c b/src/log/log.c index 0f9adb9610a..ddc9a07d126 100644 --- a/src/log/log.c +++ b/src/log/log.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_cursor.c b/src/lsm/lsm_cursor.c index 21c1503d76d..254263e5096 100644 --- a/src/lsm/lsm_cursor.c +++ b/src/lsm/lsm_cursor.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_dsrc.c b/src/lsm/lsm_dsrc.c index 1c2ff20c3c9..d3fbf78e3e9 100644 --- a/src/lsm/lsm_dsrc.c +++ b/src/lsm/lsm_dsrc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_merge.c b/src/lsm/lsm_merge.c index 90a99020692..183b53d7aad 100644 --- a/src/lsm/lsm_merge.c +++ b/src/lsm/lsm_merge.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_meta.c b/src/lsm/lsm_meta.c index 1ced10b0114..b3335089ae8 100644 --- a/src/lsm/lsm_meta.c +++ b/src/lsm/lsm_meta.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_stat.c b/src/lsm/lsm_stat.c index 9a47f59d83d..e4e36311862 100644 --- a/src/lsm/lsm_stat.c +++ b/src/lsm/lsm_stat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_tree.c b/src/lsm/lsm_tree.c index 20877a6c806..06bb53d8080 100644 --- a/src/lsm/lsm_tree.c +++ b/src/lsm/lsm_tree.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/lsm/lsm_worker.c b/src/lsm/lsm_worker.c index 4a0d70a8ea6..b050f72d1f3 100644 --- a/src/lsm/lsm_worker.c +++ b/src/lsm/lsm_worker.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/meta/meta_api.c b/src/meta/meta_api.c index dee40585f90..8aa3caa6fa2 100644 --- a/src/meta/meta_api.c +++ b/src/meta/meta_api.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/meta/meta_apply.c b/src/meta/meta_apply.c index 7e1f6bb066d..a2cb658e37a 100644 --- a/src/meta/meta_apply.c +++ b/src/meta/meta_apply.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/meta/meta_ckpt.c b/src/meta/meta_ckpt.c index 74231c989fe..22b620dbd7f 100644 --- a/src/meta/meta_ckpt.c +++ b/src/meta/meta_ckpt.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/meta/meta_table.c b/src/meta/meta_table.c index dace6900ce8..f39ff038761 100644 --- a/src/meta/meta_table.c +++ b/src/meta/meta_table.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/meta/meta_track.c b/src/meta/meta_track.c index 76622c21bf9..6615d4d31a8 100644 --- a/src/meta/meta_track.c +++ b/src/meta/meta_track.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/meta/meta_turtle.c b/src/meta/meta_turtle.c index 60ef19f24d6..28ca8908183 100644 --- a/src/meta/meta_turtle.c +++ b/src/meta/meta_turtle.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_abort.c b/src/os_posix/os_abort.c index 9962fb60624..e711c6191c7 100644 --- a/src/os_posix/os_abort.c +++ b/src/os_posix/os_abort.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_alloc.c b/src/os_posix/os_alloc.c index 14353a1a77d..8a3fb45eec1 100644 --- a/src/os_posix/os_alloc.c +++ b/src/os_posix/os_alloc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_dlopen.c b/src/os_posix/os_dlopen.c index 14f20501205..fb622b636f4 100644 --- a/src/os_posix/os_dlopen.c +++ b/src/os_posix/os_dlopen.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_errno.c b/src/os_posix/os_errno.c index 778d114748e..301ef63fee5 100644 --- a/src/os_posix/os_errno.c +++ b/src/os_posix/os_errno.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_exist.c b/src/os_posix/os_exist.c index 3b3174e7125..f7ef2692566 100644 --- a/src/os_posix/os_exist.c +++ b/src/os_posix/os_exist.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_filesize.c b/src/os_posix/os_filesize.c index bfb9b39af6b..3a1e1bc6c73 100644 --- a/src/os_posix/os_filesize.c +++ b/src/os_posix/os_filesize.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_flock.c b/src/os_posix/os_flock.c index 2967719fbb6..b88b6ef3b24 100644 --- a/src/os_posix/os_flock.c +++ b/src/os_posix/os_flock.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_fsync.c b/src/os_posix/os_fsync.c index 5a67dabb313..abc71a73324 100644 --- a/src/os_posix/os_fsync.c +++ b/src/os_posix/os_fsync.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_ftruncate.c b/src/os_posix/os_ftruncate.c index aece569f8ba..832c4d0207f 100644 --- a/src/os_posix/os_ftruncate.c +++ b/src/os_posix/os_ftruncate.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_getline.c b/src/os_posix/os_getline.c index 9d8c8909127..5ab121f845c 100644 --- a/src/os_posix/os_getline.c +++ b/src/os_posix/os_getline.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_mtx.c b/src/os_posix/os_mtx.c index 0a55f8bcbea..e90b8501a53 100644 --- a/src/os_posix/os_mtx.c +++ b/src/os_posix/os_mtx.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_open.c b/src/os_posix/os_open.c index 6ecd72c3f8b..fd321b7759c 100644 --- a/src/os_posix/os_open.c +++ b/src/os_posix/os_open.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_priv.c b/src/os_posix/os_priv.c index 49f9f1f4128..05d9db67748 100644 --- a/src/os_posix/os_priv.c +++ b/src/os_posix/os_priv.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_remove.c b/src/os_posix/os_remove.c index 2538ca1c502..026a1e9740b 100644 --- a/src/os_posix/os_remove.c +++ b/src/os_posix/os_remove.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_rename.c b/src/os_posix/os_rename.c index dba15feab1c..94ef1573fb6 100644 --- a/src/os_posix/os_rename.c +++ b/src/os_posix/os_rename.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_rw.c b/src/os_posix/os_rw.c index 762f9be47e9..c355b054cb6 100644 --- a/src/os_posix/os_rw.c +++ b/src/os_posix/os_rw.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_sleep.c b/src/os_posix/os_sleep.c index 715869344c1..1123d1ddfd2 100644 --- a/src/os_posix/os_sleep.c +++ b/src/os_posix/os_sleep.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_strtouq.c b/src/os_posix/os_strtouq.c index d59566ce4d8..cb445261ce5 100644 --- a/src/os_posix/os_strtouq.c +++ b/src/os_posix/os_strtouq.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_thread.c b/src/os_posix/os_thread.c index e155f191030..4e66cbbfc2b 100644 --- a/src/os_posix/os_thread.c +++ b/src/os_posix/os_thread.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_time.c b/src/os_posix/os_time.c index 1a2c72381bb..8979d77f818 100644 --- a/src/os_posix/os_time.c +++ b/src/os_posix/os_time.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/os_posix/os_yield.c b/src/os_posix/os_yield.c index 6c7c7de3918..baa902ddc89 100644 --- a/src/os_posix/os_yield.c +++ b/src/os_posix/os_yield.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/packing/packing.c b/src/packing/packing.c index a10fbcb3c01..d0db6bf4128 100644 --- a/src/packing/packing.c +++ b/src/packing/packing.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/packing/packing_api.c b/src/packing/packing_api.c index e0861c837b8..143eee445eb 100644 --- a/src/packing/packing_api.c +++ b/src/packing/packing_api.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_create.c b/src/schema/schema_create.c index 222bab9de17..c4dbe94ca6d 100644 --- a/src/schema/schema_create.c +++ b/src/schema/schema_create.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_drop.c b/src/schema/schema_drop.c index 723bddaa39f..0844d6379c5 100644 --- a/src/schema/schema_drop.c +++ b/src/schema/schema_drop.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_list.c b/src/schema/schema_list.c index d647ae374cf..61dc88288eb 100644 --- a/src/schema/schema_list.c +++ b/src/schema/schema_list.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_open.c b/src/schema/schema_open.c index 7d078bf00f6..c624ccd0797 100644 --- a/src/schema/schema_open.c +++ b/src/schema/schema_open.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_plan.c b/src/schema/schema_plan.c index a9f41e79143..ccdde757dd6 100644 --- a/src/schema/schema_plan.c +++ b/src/schema/schema_plan.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_project.c b/src/schema/schema_project.c index ebf3a057f0e..372ad56cc91 100644 --- a/src/schema/schema_project.c +++ b/src/schema/schema_project.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_rename.c b/src/schema/schema_rename.c index b2364ee542f..3de113dab55 100644 --- a/src/schema/schema_rename.c +++ b/src/schema/schema_rename.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_stat.c b/src/schema/schema_stat.c index a4a415d8701..f0fe141cef9 100644 --- a/src/schema/schema_stat.c +++ b/src/schema/schema_stat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_truncate.c b/src/schema/schema_truncate.c index 00bcfc71d10..ef5a3a24880 100644 --- a/src/schema/schema_truncate.c +++ b/src/schema/schema_truncate.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_util.c b/src/schema/schema_util.c index 8c5b2c74527..aef2206955b 100644 --- a/src/schema/schema_util.c +++ b/src/schema/schema_util.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/schema/schema_worker.c b/src/schema/schema_worker.c index 7ddfadd38ca..8efa92810f4 100644 --- a/src/schema/schema_worker.c +++ b/src/schema/schema_worker.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/session/session_api.c b/src/session/session_api.c index cc9bed1d011..cd039f7d2c7 100644 --- a/src/session/session_api.c +++ b/src/session/session_api.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/session/session_btree.c b/src/session/session_btree.c index f5d51bed90a..a1a80c6f508 100644 --- a/src/session/session_btree.c +++ b/src/session/session_btree.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/session/session_salvage.c b/src/session/session_salvage.c index 3769736c48f..e3de305eed7 100644 --- a/src/session/session_salvage.c +++ b/src/session/session_salvage.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/cksum.c b/src/support/cksum.c index 7d3aa97d85f..7e9befeb2fa 100644 --- a/src/support/cksum.c +++ b/src/support/cksum.c @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 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 908696f7f23..9247d3f3abe 100644 --- a/src/support/err.c +++ b/src/support/err.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/filename.c b/src/support/filename.c index a886b3f09f9..1b2223a50ef 100644 --- a/src/support/filename.c +++ b/src/support/filename.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/global.c b/src/support/global.c index 4d6420e6d14..5a505b6866c 100644 --- a/src/support/global.c +++ b/src/support/global.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/hash_city.c b/src/support/hash_city.c index 2fc5869400f..f6fa87b475a 100644 --- a/src/support/hash_city.c +++ b/src/support/hash_city.c @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 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 457eaa2d857..05116f406d2 100644 --- a/src/support/hash_fnv.c +++ b/src/support/hash_fnv.c @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 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 7eb0cf4e5bc..3403ce4e12b 100644 --- a/src/support/hazard.c +++ b/src/support/hazard.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/hex.c b/src/support/hex.c index e918ae885d9..079260a4eab 100644 --- a/src/support/hex.c +++ b/src/support/hex.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/huffman.c b/src/support/huffman.c index 8781e2b0ff3..925d0fa185b 100644 --- a/src/support/huffman.c +++ b/src/support/huffman.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/pow.c b/src/support/pow.c index 3273a66c61e..f8f0cf3b209 100644 --- a/src/support/pow.c +++ b/src/support/pow.c @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 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 cc6c446abaf..e26de16affd 100644 --- a/src/support/rand.c +++ b/src/support/rand.c @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 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 637cfb0e769..6c4e77289a7 100644 --- a/src/support/scratch.c +++ b/src/support/scratch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/support/sess_dump.c b/src/support/sess_dump.c index 7f9da5e3641..579a864b4ed 100644 --- a/src/support/sess_dump.c +++ b/src/support/sess_dump.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/txn/txn.c b/src/txn/txn.c index 00ae3bd4389..da17ce4224a 100644 --- a/src/txn/txn.c +++ b/src/txn/txn.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/txn/txn_ckpt.c b/src/txn/txn_ckpt.c index 27f1084127f..09904c9da7d 100644 --- a/src/txn/txn_ckpt.c +++ b/src/txn/txn_ckpt.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util.h b/src/utilities/util.h index b2dd594c757..cdf51946fc6 100644 --- a/src/utilities/util.h +++ b/src/utilities/util.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_backup.c b/src/utilities/util_backup.c index 2ee967b2099..a5de7d219a2 100644 --- a/src/utilities/util_backup.c +++ b/src/utilities/util_backup.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_compact.c b/src/utilities/util_compact.c index 11ee6ddaf14..eff253f9b65 100644 --- a/src/utilities/util_compact.c +++ b/src/utilities/util_compact.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_cpyright.c b/src/utilities/util_cpyright.c index 7297dff19f5..e97444f0303 100644 --- a/src/utilities/util_cpyright.c +++ b/src/utilities/util_cpyright.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. @@ -10,7 +10,7 @@ void util_copyright(void) { - printf("%s\n", "Copyright (c) 2008-2012 WiredTiger, Inc."); + printf("%s\n", "Copyright (c) 2008-2013 WiredTiger, 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 750777a7c3a..607f52954d2 100644 --- a/src/utilities/util_create.c +++ b/src/utilities/util_create.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_drop.c b/src/utilities/util_drop.c index 0e96e2578c6..0f8567d0c14 100644 --- a/src/utilities/util_drop.c +++ b/src/utilities/util_drop.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_dump.c b/src/utilities/util_dump.c index abacccf8093..887859160fb 100644 --- a/src/utilities/util_dump.c +++ b/src/utilities/util_dump.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_getopt.c b/src/utilities/util_getopt.c index f06fe24ead7..11edeb3805b 100644 --- a/src/utilities/util_getopt.c +++ b/src/utilities/util_getopt.c @@ -1,5 +1,5 @@ /*- - * Public Domain 2008-2012 WiredTiger, Inc. + * Public Domain 2008-2013 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. * diff --git a/src/utilities/util_list.c b/src/utilities/util_list.c index 8092f4eab3a..55a5114899a 100644 --- a/src/utilities/util_list.c +++ b/src/utilities/util_list.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_load.c b/src/utilities/util_load.c index 148da0c08a1..19796750fbb 100644 --- a/src/utilities/util_load.c +++ b/src/utilities/util_load.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_loadtext.c b/src/utilities/util_loadtext.c index b7f9fa2cafc..49c15d47422 100644 --- a/src/utilities/util_loadtext.c +++ b/src/utilities/util_loadtext.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_main.c b/src/utilities/util_main.c index 6b8b91fa2db..8671546df0b 100644 --- a/src/utilities/util_main.c +++ b/src/utilities/util_main.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_misc.c b/src/utilities/util_misc.c index 1033520d628..f562f48cb97 100644 --- a/src/utilities/util_misc.c +++ b/src/utilities/util_misc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_printlog.c b/src/utilities/util_printlog.c index e19c1ed787c..b62954a6b51 100644 --- a/src/utilities/util_printlog.c +++ b/src/utilities/util_printlog.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_read.c b/src/utilities/util_read.c index 0956adf06c4..ee7f22cba01 100644 --- a/src/utilities/util_read.c +++ b/src/utilities/util_read.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_rename.c b/src/utilities/util_rename.c index c2ddb2998ad..b318d8412d2 100644 --- a/src/utilities/util_rename.c +++ b/src/utilities/util_rename.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_salvage.c b/src/utilities/util_salvage.c index 82c247fe0ac..e1817b5a621 100644 --- a/src/utilities/util_salvage.c +++ b/src/utilities/util_salvage.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_stat.c b/src/utilities/util_stat.c index efc74db2514..fe8cd41616a 100644 --- a/src/utilities/util_stat.c +++ b/src/utilities/util_stat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_upgrade.c b/src/utilities/util_upgrade.c index 89fca16e548..bc913b956f3 100644 --- a/src/utilities/util_upgrade.c +++ b/src/utilities/util_upgrade.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_verbose.c b/src/utilities/util_verbose.c index adea9687758..cc1667a490c 100644 --- a/src/utilities/util_verbose.c +++ b/src/utilities/util_verbose.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_verify.c b/src/utilities/util_verify.c index 3ae94594737..66d7d08044d 100644 --- a/src/utilities/util_verify.c +++ b/src/utilities/util_verify.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. diff --git a/src/utilities/util_write.c b/src/utilities/util_write.c index ad1f47b067d..815683fa977 100644 --- a/src/utilities/util_write.c +++ b/src/utilities/util_write.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2012 WiredTiger, Inc. + * Copyright (c) 2008-2013 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. |