summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2015-01-06 08:58:01 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2015-01-06 08:58:01 -0500
commitf9bdad71e16409017df02058d2579cf659ef2e44 (patch)
treebea79aa5d70bcdb81b1a0be6d7fefdbe249552ef /src/third_party/wiredtiger/tools
parent3ec53687da4702d348f1b55eda5e01bd26f36c4b (diff)
downloadmongo-f9bdad71e16409017df02058d2579cf659ef2e44.tar.gz
Import wiredtiger-wiredtiger-2.5.0-36-g94ac478.tar.gz from wiredtiger branch mongodb-2.8
Diffstat (limited to 'src/third_party/wiredtiger/tools')
-rw-r--r--src/third_party/wiredtiger/tools/statlog.py1
-rw-r--r--src/third_party/wiredtiger/tools/wt_nvd3_util.py1
-rw-r--r--src/third_party/wiredtiger/tools/wtperf_graph.py1
-rw-r--r--src/third_party/wiredtiger/tools/wtperf_stats.py1
-rw-r--r--src/third_party/wiredtiger/tools/wtstats.py1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/tools/statlog.py b/src/third_party/wiredtiger/tools/statlog.py
index f32b46a9ec7..a597eb060ae 100644
--- a/src/third_party/wiredtiger/tools/statlog.py
+++ b/src/third_party/wiredtiger/tools/statlog.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
#
+# Public Domain 2014-2015 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
diff --git a/src/third_party/wiredtiger/tools/wt_nvd3_util.py b/src/third_party/wiredtiger/tools/wt_nvd3_util.py
index fe058d25c1d..435c2ce71e7 100644
--- a/src/third_party/wiredtiger/tools/wt_nvd3_util.py
+++ b/src/third_party/wiredtiger/tools/wt_nvd3_util.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
#
+# Public Domain 2014-2015 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
diff --git a/src/third_party/wiredtiger/tools/wtperf_graph.py b/src/third_party/wiredtiger/tools/wtperf_graph.py
index f45145cf801..d80eb0cbce5 100644
--- a/src/third_party/wiredtiger/tools/wtperf_graph.py
+++ b/src/third_party/wiredtiger/tools/wtperf_graph.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
#
+# Public Domain 2014-2015 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
diff --git a/src/third_party/wiredtiger/tools/wtperf_stats.py b/src/third_party/wiredtiger/tools/wtperf_stats.py
index f87ca2d3254..5e6e1733fb7 100644
--- a/src/third_party/wiredtiger/tools/wtperf_stats.py
+++ b/src/third_party/wiredtiger/tools/wtperf_stats.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
#
+# Public Domain 2014-2015 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
diff --git a/src/third_party/wiredtiger/tools/wtstats.py b/src/third_party/wiredtiger/tools/wtstats.py
index cc2ebd80877..740a2017d63 100644
--- a/src/third_party/wiredtiger/tools/wtstats.py
+++ b/src/third_party/wiredtiger/tools/wtstats.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
#
+# Public Domain 2014-2015 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.