summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--btree/bt_bulk.c2
-rw-r--r--btree/bt_cache.c2
-rw-r--r--btree/bt_close.c2
-rw-r--r--btree/bt_cmp.c2
-rw-r--r--btree/bt_debug.c2
-rw-r--r--btree/bt_desc.c2
-rw-r--r--btree/bt_discard.c2
-rw-r--r--btree/bt_dump.c2
-rw-r--r--btree/bt_evict.c2
-rw-r--r--btree/bt_misc.c2
-rw-r--r--btree/bt_open.c2
-rw-r--r--btree/bt_ovfl.c2
-rw-r--r--btree/bt_page.c2
-rw-r--r--btree/bt_read.c2
-rw-r--r--btree/bt_reconcile.c2
-rw-r--r--btree/bt_ret.c2
-rw-r--r--btree/bt_rw.c2
-rw-r--r--btree/bt_stat.c2
-rw-r--r--btree/bt_sync.c2
-rw-r--r--btree/bt_vrfy.c2
-rw-r--r--btree/bt_walk.c2
-rw-r--r--btree/c_drain.c2
-rw-r--r--btree/c_init.c2
-rw-r--r--btree/c_page.c2
-rw-r--r--btree/c_read.c2
-rw-r--r--btree/c_sync.c2
-rw-r--r--btree/col_get.c2
-rw-r--r--btree/col_put.c2
-rw-r--r--btree/col_srch.c2
-rw-r--r--btree/row_get.c2
-rw-r--r--btree/row_put.c2
-rw-r--r--btree/row_srch.c2
-rw-r--r--build_posix/AUTHORS2
-rw-r--r--build_posix/reconf2
-rw-r--r--db/db_err.c2
-rw-r--r--db/db_getset.c2
-rw-r--r--db/db_handle.c2
-rw-r--r--db/db_huffman.c2
-rw-r--r--db/db_open.c2
-rw-r--r--db/db_stat.c2
-rw-r--r--db/db_sync.c2
-rw-r--r--dist/api.py5
-rw-r--r--dist/api_class.py5
-rw-r--r--dist/api_err.py5
-rw-r--r--dist/api_flags.py5
-rw-r--r--dist/db.py5
-rw-r--r--dist/dist.py5
-rw-r--r--dist/memory.py5
-rw-r--r--dist/s_all3
-rw-r--r--dist/s_copyright38
-rw-r--r--dist/s_copyright.lst7
-rw-r--r--dist/serial.py5
-rw-r--r--dist/stat.py5
-rw-r--r--dist/stat_class.py5
-rw-r--r--dist/template4
-rw-r--r--env/env_err.c2
-rw-r--r--env/env_getset.c2
-rw-r--r--env/env_global.c2
-rw-r--r--env/env_handle.c2
-rw-r--r--env/env_init.c2
-rw-r--r--env/env_msg.c4
-rw-r--r--env/env_open.c2
-rw-r--r--env/env_stat.c2
-rw-r--r--env/env_sync.c2
-rw-r--r--env/env_toc.c2
-rw-r--r--env/env_workq.c2
-rw-r--r--inc_posix/btree.h2
-rw-r--r--inc_posix/cache.h3
-rw-r--r--inc_posix/debug.h2
-rw-r--r--inc_posix/fh.h2
-rw-r--r--inc_posix/mem.h3
-rw-r--r--inc_posix/misc.h2
-rw-r--r--inc_posix/mutex.h2
-rw-r--r--inc_posix/stat.h2
-rw-r--r--inc_posix/util.h2
-rw-r--r--inc_posix/wiredtiger.in3
-rw-r--r--inc_posix/wt_internal.in3
-rw-r--r--os_posix/os_abort.c2
-rw-r--r--os_posix/os_alloc.c2
-rw-r--r--os_posix/os_filesize.c2
-rw-r--r--os_posix/os_fsync.c2
-rw-r--r--os_posix/os_mtx.c2
-rw-r--r--os_posix/os_open.c2
-rw-r--r--os_posix/os_rw.c2
-rw-r--r--os_posix/os_sleep.c2
-rw-r--r--os_posix/os_thread.c2
-rw-r--r--os_posix/os_yield.c2
-rw-r--r--support/cksum.c2
-rw-r--r--support/err.c2
-rw-r--r--support/hazard.c2
-rw-r--r--support/huffman.c2
-rw-r--r--support/pow.c2
-rw-r--r--support/prime.c2
-rw-r--r--support/progress.c2
-rw-r--r--support/serial.c2
-rw-r--r--support/simple_setup.c2
-rw-r--r--support/update.c2
-rw-r--r--support/version.c2
98 files changed, 138 insertions, 138 deletions
diff --git a/btree/bt_bulk.c b/btree/bt_bulk.c
index b33160826bc..e78032c7fb8 100644
--- a/btree/bt_bulk.c
+++ b/btree/bt_bulk.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
*/
diff --git a/btree/bt_cache.c b/btree/bt_cache.c
index fa175721ed4..e64e360aaf1 100644
--- a/btree/bt_cache.c
+++ b/btree/bt_cache.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_close.c b/btree/bt_close.c
index 627177aa5a3..88eca10c7cf 100644
--- a/btree/bt_close.c
+++ b/btree/bt_close.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_cmp.c b/btree/bt_cmp.c
index 449961d23c9..108c8734724 100644
--- a/btree/bt_cmp.c
+++ b/btree/bt_cmp.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_debug.c b/btree/bt_debug.c
index 442f9472424..b3d87237bab 100644
--- a/btree/bt_debug.c
+++ b/btree/bt_debug.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_desc.c b/btree/bt_desc.c
index 21be4aa7224..b4c2b6fa05e 100644
--- a/btree/bt_desc.c
+++ b/btree/bt_desc.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_discard.c b/btree/bt_discard.c
index 4f7e7d58ad6..35d43a2bba9 100644
--- a/btree/bt_discard.c
+++ b/btree/bt_discard.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_dump.c b/btree/bt_dump.c
index 52ed1df9ceb..e81cce72aa2 100644
--- a/btree/bt_dump.c
+++ b/btree/bt_dump.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_evict.c b/btree/bt_evict.c
index e00ddad8b90..83b13d9ab77 100644
--- a/btree/bt_evict.c
+++ b/btree/bt_evict.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_misc.c b/btree/bt_misc.c
index 48dae75e647..bdb30c53d56 100644
--- a/btree/bt_misc.c
+++ b/btree/bt_misc.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_open.c b/btree/bt_open.c
index ca31b16b372..b2bc8f792b1 100644
--- a/btree/bt_open.c
+++ b/btree/bt_open.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_ovfl.c b/btree/bt_ovfl.c
index 2ab4f77524d..7b057c5e075 100644
--- a/btree/bt_ovfl.c
+++ b/btree/bt_ovfl.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_page.c b/btree/bt_page.c
index 72f70980976..0e78eab447b 100644
--- a/btree/bt_page.c
+++ b/btree/bt_page.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_read.c b/btree/bt_read.c
index ac0e9d78ddd..a945e6991fd 100644
--- a/btree/bt_read.c
+++ b/btree/bt_read.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_reconcile.c b/btree/bt_reconcile.c
index cbd473f83ab..bbf5a954046 100644
--- a/btree/bt_reconcile.c
+++ b/btree/bt_reconcile.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_ret.c b/btree/bt_ret.c
index d331be08ee8..6a9dfee4246 100644
--- a/btree/bt_ret.c
+++ b/btree/bt_ret.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_rw.c b/btree/bt_rw.c
index 117ae3b5995..4168b17f570 100644
--- a/btree/bt_rw.c
+++ b/btree/bt_rw.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_stat.c b/btree/bt_stat.c
index e47b3fc5764..26e95428f55 100644
--- a/btree/bt_stat.c
+++ b/btree/bt_stat.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_sync.c b/btree/bt_sync.c
index f74453894a6..48134cdd393 100644
--- a/btree/bt_sync.c
+++ b/btree/bt_sync.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_vrfy.c b/btree/bt_vrfy.c
index c6e7c4ef19b..4eebb0ab5a9 100644
--- a/btree/bt_vrfy.c
+++ b/btree/bt_vrfy.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/bt_walk.c b/btree/bt_walk.c
index e47b3fc5764..26e95428f55 100644
--- a/btree/bt_walk.c
+++ b/btree/bt_walk.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/c_drain.c b/btree/c_drain.c
index e00ddad8b90..83b13d9ab77 100644
--- a/btree/c_drain.c
+++ b/btree/c_drain.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/c_init.c b/btree/c_init.c
index fa175721ed4..e64e360aaf1 100644
--- a/btree/c_init.c
+++ b/btree/c_init.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/c_page.c b/btree/c_page.c
index 117ae3b5995..4168b17f570 100644
--- a/btree/c_page.c
+++ b/btree/c_page.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/c_read.c b/btree/c_read.c
index ac0e9d78ddd..a945e6991fd 100644
--- a/btree/c_read.c
+++ b/btree/c_read.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/c_sync.c b/btree/c_sync.c
index 456aa173074..e4785f86fb8 100644
--- a/btree/c_sync.c
+++ b/btree/c_sync.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/col_get.c b/btree/col_get.c
index d96ab1bb293..59e10fdb815 100644
--- a/btree/col_get.c
+++ b/btree/col_get.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/col_put.c b/btree/col_put.c
index 517603aabcb..97e669deaa3 100644
--- a/btree/col_put.c
+++ b/btree/col_put.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/col_srch.c b/btree/col_srch.c
index 3317fd5368b..5aa802c6ee0 100644
--- a/btree/col_srch.c
+++ b/btree/col_srch.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/row_get.c b/btree/row_get.c
index 6b1b50022bb..54a1dedb50c 100644
--- a/btree/row_get.c
+++ b/btree/row_get.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/row_put.c b/btree/row_put.c
index 369ca0ba95b..25c1515adbb 100644
--- a/btree/row_put.c
+++ b/btree/row_put.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/btree/row_srch.c b/btree/row_srch.c
index 97bb5c29af0..5907cbbc1b7 100644
--- a/btree/row_srch.c
+++ b/btree/row_srch.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/build_posix/AUTHORS b/build_posix/AUTHORS
index 3cebadfe6f9..b8db61a0a88 100644
--- a/build_posix/AUTHORS
+++ b/build_posix/AUTHORS
@@ -1,2 +1,2 @@
-Copyright (c) 2008 WiredTiger Software.
+Copyright (c) 2008-2010 WiredTiger, Inc.
All rights reserved.
diff --git a/build_posix/reconf b/build_posix/reconf
index 5728f31ba64..54df0fdc4b1 100644
--- a/build_posix/reconf
+++ b/build_posix/reconf
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (c) 2008 WiredTiger Software.
+# Copyright (c) 2008-2010 WiredTiger, Inc.
# All rights reserved.
#
# $Id$
diff --git a/db/db_err.c b/db/db_err.c
index 7e366264bd7..5fd92007e25 100644
--- a/db/db_err.c
+++ b/db/db_err.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/db/db_getset.c b/db/db_getset.c
index 35cb927cbbb..0d04eb9c321 100644
--- a/db/db_getset.c
+++ b/db/db_getset.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/db/db_handle.c b/db/db_handle.c
index 3a41cb7764f..9dff8e4ff3c 100644
--- a/db/db_handle.c
+++ b/db/db_handle.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/db/db_huffman.c b/db/db_huffman.c
index 9ffb850dfbe..70b5a35908c 100644
--- a/db/db_huffman.c
+++ b/db/db_huffman.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/db/db_open.c b/db/db_open.c
index 5eff65bf0fc..657bac2b021 100644
--- a/db/db_open.c
+++ b/db/db_open.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/db/db_stat.c b/db/db_stat.c
index 08cad52e6ba..b9534c53ac3 100644
--- a/db/db_stat.c
+++ b/db/db_stat.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/db/db_sync.c b/db/db_sync.c
index 6088b341e21..4757c8d7fae 100644
--- a/db/db_sync.c
+++ b/db/db_sync.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/dist/api.py b/dist/api.py
index a2c799865d3..2be7e61fa58 100644
--- a/dist/api.py
+++ b/dist/api.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
#
# Read the api file and output C for the WT_TOC/DB structures, getter/setter
diff --git a/dist/api_class.py b/dist/api_class.py
index ed1e030fbc2..10a53730d0a 100644
--- a/dist/api_class.py
+++ b/dist/api_class.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
#
# Auto-generate everything we can:
diff --git a/dist/api_err.py b/dist/api_err.py
index e3c8fda51f7..42d64207a1a 100644
--- a/dist/api_err.py
+++ b/dist/api_err.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
# Read the api_err file and output C #defines and associated error code.
diff --git a/dist/api_flags.py b/dist/api_flags.py
index 70e5e9b311c..c514b880550 100644
--- a/dist/api_flags.py
+++ b/dist/api_flags.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
# Read the api_flags file and output a C header file using the minimum
diff --git a/dist/db.py b/dist/db.py
index 93cbed4396f..d8e87082f08 100644
--- a/dist/db.py
+++ b/dist/db.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
# A simple python script to build a file that can be bulk-loaded into a
diff --git a/dist/dist.py b/dist/dist.py
index 46b34a8f0e9..2ec7abcaf57 100644
--- a/dist/dist.py
+++ b/dist/dist.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
import filecmp, os, re, shutil
diff --git a/dist/memory.py b/dist/memory.py
index 298fc0ad89b..e4a5086d0e6 100644
--- a/dist/memory.py
+++ b/dist/memory.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2009 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
# Read a memory.out file and output a list of memory errors.
diff --git a/dist/s_all b/dist/s_all
index 42a2bb80449..4f301c8810b 100644
--- a/dist/s_all
+++ b/dist/s_all
@@ -17,4 +17,5 @@ sh ./s_readme # Build README file
sh ./s_tags # Build tags files
sh ./s_whitespace # Strip trailing whitespace from source
-sh ./s_define # Complain about unused #defines.
+sh ./s_define # Complain about unused #defines
+sh ./s_copyright # Complain about copyright notices
diff --git a/dist/s_copyright b/dist/s_copyright
new file mode 100644
index 00000000000..0f691c07895
--- /dev/null
+++ b/dist/s_copyright
@@ -0,0 +1,38 @@
+#! /bin/sh
+
+# It was a pain updating all the copyrights in the Berkeley DB tree: I'm not
+# doing that again: the only files carrying copyrights in the WiredTiger tree
+# are the source files, that is, *.[ch] and *.in. Check automatically to be
+# sure the copyright is up-to-date.
+
+t=__wt.$$
+trap 'rm -f $t; exit 0' 0 1 2 3 13 15
+
+cat > $t <<ENDOFTEXT
+/*-
+ * See the file LICENSE for redistribution information.
+ *
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
+ * All rights reserved.
+ENDOFTEXT
+
+check()
+{
+ # Skip auto-generated files, files we didn't author.
+ if `egrep $1 s_copyright.skip > /dev/null`; then
+ return;
+ fi
+
+ # Check the copyright header.
+ if `sed -e 5q ../$1 | diff - $t > /dev/null`; then
+ return;
+ fi
+
+ # Complain.
+ echo "$1: copyright information is incorrect"
+}
+
+l=`cd .. && echo inc_posix/*.h inc_posix/*.in`
+for i in $l `sed -e '/^[a-z]/! d' filelist`; do
+ check $i
+done
diff --git a/dist/s_copyright.lst b/dist/s_copyright.lst
new file mode 100644
index 00000000000..d78ae9e2347
--- /dev/null
+++ b/dist/s_copyright.lst
@@ -0,0 +1,7 @@
+inc_posix/bitstring.h
+inc_posix/extern.h
+inc_posix/queue.h
+inc_posix/serial.h
+support/api.c
+support/stat.c
+support/strerror.c
diff --git a/dist/serial.py b/dist/serial.py
index bbbe3d87f49..32c37de2129 100644
--- a/dist/serial.py
+++ b/dist/serial.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
# Output serialization #defines.
diff --git a/dist/stat.py b/dist/stat.py
index 6a0df17d840..4c852e25a62 100644
--- a/dist/stat.py
+++ b/dist/stat.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
# Read the source files and output the statistics #defines and allocation code.
diff --git a/dist/stat_class.py b/dist/stat_class.py
index dd64df4b3ae..1e3bebf544e 100644
--- a/dist/stat_class.py
+++ b/dist/stat_class.py
@@ -1,8 +1,3 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2008 WiredTiger Software.
-# All rights reserved.
-#
# $Id$
#
# Auto-generate statistics #defines, with allocation, clear and print functions.
diff --git a/dist/template b/dist/template
index ff7b91f3942..77510dbcf9f 100644
--- a/dist/template
+++ b/dist/template
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
@@ -11,7 +11,7 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 2008 WiredTiger Software.
+# Copyright (c) 2008-2010 WiredTiger, Inc.
# All rights reserved.
#
# $Id$
diff --git a/env/env_err.c b/env/env_err.c
index d6f71e1bc10..1cf1fd6b9eb 100644
--- a/env/env_err.c
+++ b/env/env_err.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_getset.c b/env/env_getset.c
index 5f18acd9148..e59b1056e94 100644
--- a/env/env_getset.c
+++ b/env/env_getset.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_global.c b/env/env_global.c
index aab3c922a78..e10caef9b8b 100644
--- a/env/env_global.c
+++ b/env/env_global.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_handle.c b/env/env_handle.c
index 877ce7cb2e7..556de9e9e4c 100644
--- a/env/env_handle.c
+++ b/env/env_handle.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_init.c b/env/env_init.c
index 4a7b38c7ae7..d3de33718ac 100644
--- a/env/env_init.c
+++ b/env/env_init.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_msg.c b/env/env_msg.c
index 095a1e7c2e0..8e37414d751 100644
--- a/env/env_msg.c
+++ b/env/env_msg.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
@@ -114,7 +114,7 @@ __wt_mb_add(WT_MBUF *mbp, const char *fmt, ...)
* Format the user's information. If it doesn't fit into the
* buffer we have, re-allocate enough memory and try again.
*/
- len = vsnprintf(mbp->next, remain, fmt, ap);
+ len = (size_t)vsnprintf(mbp->next, remain, fmt, ap);
if (len < remain) {
mbp->next += len;
break;
diff --git a/env/env_open.c b/env/env_open.c
index 31fb1d49d2e..d3b09781bd4 100644
--- a/env/env_open.c
+++ b/env/env_open.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_stat.c b/env/env_stat.c
index 150323a8397..ee4afafb575 100644
--- a/env/env_stat.c
+++ b/env/env_stat.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_sync.c b/env/env_sync.c
index 9fdc91e9fa9..0b61897dbc1 100644
--- a/env/env_sync.c
+++ b/env/env_sync.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_toc.c b/env/env_toc.c
index 40e506d9a43..b43a2bd55bc 100644
--- a/env/env_toc.c
+++ b/env/env_toc.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/env/env_workq.c b/env/env_workq.c
index da589b5b9ac..7cdf6adfcb5 100644
--- a/env/env_workq.c
+++ b/env/env_workq.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/btree.h b/inc_posix/btree.h
index e1ec75cfd0c..33a18665392 100644
--- a/inc_posix/btree.h
+++ b/inc_posix/btree.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/cache.h b/inc_posix/cache.h
index 6be5bcea553..fa736d75796 100644
--- a/inc_posix/cache.h
+++ b/inc_posix/cache.h
@@ -1,7 +1,8 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software. All rights reserved.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
+ * All rights reserved.
*
* $Id$
*/
diff --git a/inc_posix/debug.h b/inc_posix/debug.h
index 72cee5d2f77..6c123ff2f34 100644
--- a/inc_posix/debug.h
+++ b/inc_posix/debug.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/fh.h b/inc_posix/fh.h
index d578faa8458..c8b415e3af5 100644
--- a/inc_posix/fh.h
+++ b/inc_posix/fh.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/mem.h b/inc_posix/mem.h
index 20bb75b2f10..483e755beef 100644
--- a/inc_posix/mem.h
+++ b/inc_posix/mem.h
@@ -1,7 +1,8 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software. All rights reserved.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
+ * All rights reserved.
*
* $Id$
*/
diff --git a/inc_posix/misc.h b/inc_posix/misc.h
index 22c4df9a580..06d6116d49a 100644
--- a/inc_posix/misc.h
+++ b/inc_posix/misc.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/mutex.h b/inc_posix/mutex.h
index cc51ac45ae6..5877d5f7bbc 100644
--- a/inc_posix/mutex.h
+++ b/inc_posix/mutex.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/stat.h b/inc_posix/stat.h
index 65c85a9f4db..fc7c953bfcc 100644
--- a/inc_posix/stat.h
+++ b/inc_posix/stat.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/util.h b/inc_posix/util.h
index 6c85f1f1a57..2f56f50e110 100644
--- a/inc_posix/util.h
+++ b/inc_posix/util.h
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/inc_posix/wiredtiger.in b/inc_posix/wiredtiger.in
index 2275f01e2fb..85c590d85bc 100644
--- a/inc_posix/wiredtiger.in
+++ b/inc_posix/wiredtiger.in
@@ -1,7 +1,8 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software. All rights reserved.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
+ * All rights reserved.
*
* $Id$
*/
diff --git a/inc_posix/wt_internal.in b/inc_posix/wt_internal.in
index c1678b9b76b..832795169ce 100644
--- a/inc_posix/wt_internal.in
+++ b/inc_posix/wt_internal.in
@@ -1,7 +1,8 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software. All rights reserved.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
+ * All rights reserved.
*
* $Id$
*/
diff --git a/os_posix/os_abort.c b/os_posix/os_abort.c
index 7587395fddd..5e53e787f45 100644
--- a/os_posix/os_abort.c
+++ b/os_posix/os_abort.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_alloc.c b/os_posix/os_alloc.c
index da50c63b2f3..b636b44b8fb 100644
--- a/os_posix/os_alloc.c
+++ b/os_posix/os_alloc.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_filesize.c b/os_posix/os_filesize.c
index da9bf5c7ba9..9eb6d7a3584 100644
--- a/os_posix/os_filesize.c
+++ b/os_posix/os_filesize.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_fsync.c b/os_posix/os_fsync.c
index e90549eabd4..2deb8154f20 100644
--- a/os_posix/os_fsync.c
+++ b/os_posix/os_fsync.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_mtx.c b/os_posix/os_mtx.c
index ebb0e127566..43ef85dbd21 100644
--- a/os_posix/os_mtx.c
+++ b/os_posix/os_mtx.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_open.c b/os_posix/os_open.c
index 35647c6e2e8..23890fbc780 100644
--- a/os_posix/os_open.c
+++ b/os_posix/os_open.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_rw.c b/os_posix/os_rw.c
index 9b0ba49ba61..d62e1ba9871 100644
--- a/os_posix/os_rw.c
+++ b/os_posix/os_rw.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_sleep.c b/os_posix/os_sleep.c
index 6108a476f53..11141defcc3 100644
--- a/os_posix/os_sleep.c
+++ b/os_posix/os_sleep.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_thread.c b/os_posix/os_thread.c
index 6bb97104dc2..95febf5cdde 100644
--- a/os_posix/os_thread.c
+++ b/os_posix/os_thread.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/os_posix/os_yield.c b/os_posix/os_yield.c
index 45f975809f4..4fbfa0df176 100644
--- a/os_posix/os_yield.c
+++ b/os_posix/os_yield.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/cksum.c b/support/cksum.c
index fa2307da60e..18e9a308f4d 100644
--- a/support/cksum.c
+++ b/support/cksum.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/err.c b/support/err.c
index c489dffe31a..3808d9fd4cf 100644
--- a/support/err.c
+++ b/support/err.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/hazard.c b/support/hazard.c
index bdfeb435a8e..f2da00b28a6 100644
--- a/support/hazard.c
+++ b/support/hazard.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/huffman.c b/support/huffman.c
index b9a1b6aedab..ae365effd52 100644
--- a/support/huffman.c
+++ b/support/huffman.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/pow.c b/support/pow.c
index d4c064125f1..ca9ed7d81be 100644
--- a/support/pow.c
+++ b/support/pow.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/prime.c b/support/prime.c
index d077e61b44c..ad774143cfc 100644
--- a/support/prime.c
+++ b/support/prime.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/progress.c b/support/progress.c
index 1e51cdc5232..2230978f289 100644
--- a/support/progress.c
+++ b/support/progress.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/serial.c b/support/serial.c
index c43d5fc093c..b64303f435b 100644
--- a/support/serial.c
+++ b/support/serial.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/simple_setup.c b/support/simple_setup.c
index 9aa3671edc1..638a586d6ee 100644
--- a/support/simple_setup.c
+++ b/support/simple_setup.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/update.c b/support/update.c
index 5d13dab9001..f0cfbfe1994 100644
--- a/support/update.c
+++ b/support/update.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2008 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$
diff --git a/support/version.c b/support/version.c
index b88dffca167..419352df007 100644
--- a/support/version.c
+++ b/support/version.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009 WiredTiger Software.
+ * Copyright (c) 2008-2010 WiredTiger, Inc.
* All rights reserved.
*
* $Id$