summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-16 15:27:46 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-01-16 15:27:46 -0500
commit4939921edb593d460df357d67225a6c75ff67748 (patch)
tree0072e0527fe3be19057824a4f1927d131046fef2 /tools
parent38b6b25fb7e825b234a17ad1fb9269c5f48cb129 (diff)
downloadmongo-4939921edb593d460df357d67225a6c75ff67748.tar.gz
Fix up copyright notices.
Diffstat (limited to 'tools')
-rw-r--r--tools/test/test_wtstats.py30
-rwxr-xr-xtools/wtstats.py1
2 files changed, 30 insertions, 1 deletions
diff --git a/tools/test/test_wtstats.py b/tools/test/test_wtstats.py
index 2a79d776528..4aa2fdf2151 100644
--- a/tools/test/test_wtstats.py
+++ b/tools/test/test_wtstats.py
@@ -1,3 +1,32 @@
+#!/usr/bin/env python
+#
+# Copyright (c) 2014-2015 MongoDB, Inc.
+# Public Domain 2008-2015 WiredTiger, Inc.
+#
+# This is free and unencumbered software released into the public domain.
+#
+# Anyone is free to copy, modify, publish, use, compile, sell, or
+# distribute this software, either in source code form or as a compiled
+# binary, for any purpose, commercial or non-commercial, and by any
+# means.
+#
+# In jurisdictions that recognize copyright laws, the author or authors
+# of this software dedicate any and all copyright interest in the
+# software to the public domain. We make this dedication for the benefit
+# of the public at large and to the detriment of our heirs and
+# successors. We intend this dedication to be an overt act of
+# relinquishment in perpetuity of all present and future rights to this
+# software under copyright law.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+
"""
To run this test suite, install nose with `pip install nose` and then
run `nosetests -v` from the `./tools` directory.
@@ -268,4 +297,3 @@ def test_all_option():
series_keys = map(lambda x: x['key'], data['series'])
for key in series_keys:
assert key.startswith('transaction:')
-
diff --git a/tools/wtstats.py b/tools/wtstats.py
index 95f23b444bd..ded2c5702b6 100755
--- a/tools/wtstats.py
+++ b/tools/wtstats.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
#
+# Copyright (c) 2014-2015 MongoDB, Inc.
# Public Domain 2008-2015 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.