diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-01-16 15:32:21 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-01-16 15:40:12 -0500 |
commit | 3f37a7e968ff61ea61691d1d3360d052993ba9b4 (patch) | |
tree | 5683b7298b60c9e1216aa5b4cd73b5113ab3e750 /tools | |
parent | f9902b438ee6f4206ee9a2f45a27a10c978d9cbf (diff) | |
download | mongo-3f37a7e968ff61ea61691d1d3360d052993ba9b4.tar.gz |
Fix up the copyright notice.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/test_wtstats.py | 2 | ||||
-rwxr-xr-x | tools/wtstats.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/test_wtstats.py b/tools/test/test_wtstats.py index 4aa2fdf2151..09ba63c8945 100644 --- a/tools/test/test_wtstats.py +++ b/tools/test/test_wtstats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2014-2015 MongoDB, Inc. +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2015 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. diff --git a/tools/wtstats.py b/tools/wtstats.py index ded2c5702b6..98a254bdf33 100755 --- a/tools/wtstats.py +++ b/tools/wtstats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2014-2015 MongoDB, Inc. +# Public Domain 2014-2015 MongoDB, Inc. # Public Domain 2008-2015 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. |