diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2017-04-07 00:43:02 -0400 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2017-04-07 14:43:02 +1000 |
commit | 1df0d26ef1b81fe40fca840cee03970694bded3e (patch) | |
tree | 62c0fb9a435c91a65705e17a0f5981e96da47422 /tools | |
parent | c7b4322b8199a5c0d83f9b44018beb7a35edef09 (diff) | |
download | mongo-1df0d26ef1b81fe40fca840cee03970694bded3e.tar.gz |
WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wt_ckpt_decode.py | 2 | ||||
-rw-r--r-- | tools/wtstats/test/test_wtstats.py | 2 | ||||
-rwxr-xr-x | tools/wtstats/wtstats.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/wt_ckpt_decode.py b/tools/wt_ckpt_decode.py index f78bf8c34bf..0d45a652063 100644 --- a/tools/wt_ckpt_decode.py +++ b/tools/wt_ckpt_decode.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Public Domain 2014-2016 MongoDB, Inc. +# Public Domain 2014-2017 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wtstats/test/test_wtstats.py b/tools/wtstats/test/test_wtstats.py index ac730c2fd4d..3d4e9dd1c49 100644 --- a/tools/wtstats/test/test_wtstats.py +++ b/tools/wtstats/test/test_wtstats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Public Domain 2014-2016 MongoDB, Inc. +# Public Domain 2014-2017 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wtstats/wtstats.py b/tools/wtstats/wtstats.py index bf5557d12f4..7d9e71b0360 100755 --- a/tools/wtstats/wtstats.py +++ b/tools/wtstats/wtstats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Public Domain 2014-2016 MongoDB, Inc. +# Public Domain 2014-2017 MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. |