summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-01-01 09:45:50 +0000
committerKeith Bostic <keith@wiredtiger.com>2013-01-01 09:45:50 +0000
commit963d37a4e6de35e74a7ebf534b725e692dbca8e9 (patch)
treedd74298a93349dcc51701235a4414a3875ea891b /lang
parentb479f63a064e193a90e1af22a6fb587ad6c5e42f (diff)
downloadmongo-963d37a4e6de35e74a7ebf534b725e692dbca8e9.tar.gz
Update copyright notice to 2013.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/fpacking.py2
-rw-r--r--lang/python/intpack-test.py2
-rw-r--r--lang/python/intpacking.py2
-rw-r--r--lang/python/packing-test.py2
-rw-r--r--lang/python/packing.py2
-rw-r--r--lang/python/setup.py4
-rw-r--r--lang/python/src/server.py2
-rw-r--r--lang/python/src/wiredtiger/__init__.py2
-rw-r--r--lang/python/src/wiredtiger/impl/__init__.py2
-rw-r--r--lang/python/src/wiredtiger/util.py2
-rw-r--r--lang/python/wiredtiger.i2
11 files changed, 12 insertions, 12 deletions
diff --git a/lang/python/fpacking.py b/lang/python/fpacking.py
index adabcfa807e..1922047edde 100644
--- a/lang/python/fpacking.py
+++ b/lang/python/fpacking.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# 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/lang/python/intpack-test.py b/lang/python/intpack-test.py
index 02c5bf54701..78399a24deb 100644
--- a/lang/python/intpack-test.py
+++ b/lang/python/intpack-test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# 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/lang/python/intpacking.py b/lang/python/intpacking.py
index 3c94c1e7416..e41b4ad9b3d 100644
--- a/lang/python/intpacking.py
+++ b/lang/python/intpacking.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# 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/lang/python/packing-test.py b/lang/python/packing-test.py
index 065e26e029b..ffbb049c8eb 100644
--- a/lang/python/packing-test.py
+++ b/lang/python/packing-test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# 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/lang/python/packing.py b/lang/python/packing.py
index a642f70ba75..397207778cb 100644
--- a/lang/python/packing.py
+++ b/lang/python/packing.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# 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/lang/python/setup.py b/lang/python/setup.py
index 05600dd3353..995175d6ad2 100644
--- a/lang/python/setup.py
+++ b/lang/python/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# Copyright (c) 2008-2012 WiredTiger, Inc.
-# All rights reserved.
+# Copyright (c) 2008-2013 WiredTiger, Inc.
+# All rights reserved.
#
# See the file LICENSE for redistribution information.
diff --git a/lang/python/src/server.py b/lang/python/src/server.py
index 6ec75ef8a24..73f75016342 100644
--- a/lang/python/src/server.py
+++ b/lang/python/src/server.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# 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/lang/python/src/wiredtiger/__init__.py b/lang/python/src/wiredtiger/__init__.py
index 149a95d5138..db7f2aefbc2 100644
--- a/lang/python/src/wiredtiger/__init__.py
+++ b/lang/python/src/wiredtiger/__init__.py
@@ -1,6 +1,6 @@
#
#
-# 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/lang/python/src/wiredtiger/impl/__init__.py b/lang/python/src/wiredtiger/impl/__init__.py
index 2078d90a72c..20501c97063 100644
--- a/lang/python/src/wiredtiger/impl/__init__.py
+++ b/lang/python/src/wiredtiger/impl/__init__.py
@@ -1,6 +1,6 @@
#
#
-# 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/lang/python/src/wiredtiger/util.py b/lang/python/src/wiredtiger/util.py
index b8e8f1d65a4..a992efe6901 100644
--- a/lang/python/src/wiredtiger/util.py
+++ b/lang/python/src/wiredtiger/util.py
@@ -1,6 +1,6 @@
#
#
-# 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/lang/python/wiredtiger.i b/lang/python/wiredtiger.i
index 7372213cb77..a6a8ed532ae 100644
--- a/lang/python/wiredtiger.i
+++ b/lang/python/wiredtiger.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.