From 4939921edb593d460df357d67225a6c75ff67748 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 16 Jan 2015 15:27:46 -0500 Subject: Fix up copyright notices. --- tools/test/test_wtstats.py | 30 +++++++++++++++++++++++++++++- tools/wtstats.py | 1 + 2 files changed, 30 insertions(+), 1 deletion(-) (limited to 'tools') 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. -- cgit v1.2.1