aboutsummaryrefslogtreecommitdiff
path: root/contrib/tracing/p2p_monitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tracing/p2p_monitor.py')
-rwxr-xr-xcontrib/tracing/p2p_monitor.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tracing/p2p_monitor.py b/contrib/tracing/p2p_monitor.py
index 14e3e3a801..4ff701cac3 100755
--- a/contrib/tracing/p2p_monitor.py
+++ b/contrib/tracing/p2p_monitor.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python3
+# Copyright (c) 2021 The Bitcoin Core developers
+# Distributed under the MIT software license, see the accompanying
+# file COPYING or http://www.opensource.org/licenses/mit-license.php.
""" Interactive bitcoind P2P network traffic monitor utilizing USDT and the
net:inbound_message and net:outbound_message tracepoints. """