aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/gen-manpages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/devtools/gen-manpages.sh')
-rwxr-xr-xcontrib/devtools/gen-manpages.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/devtools/gen-manpages.sh b/contrib/devtools/gen-manpages.sh
index dbdb622877..aa65953d83 100755
--- a/contrib/devtools/gen-manpages.sh
+++ b/contrib/devtools/gen-manpages.sh
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
+# Copyright (c) 2016-2019 The Bitcoin Core developers
+# Distributed under the MIT software license, see the accompanying
+# file COPYING or http://www.opensource.org/licenses/mit-license.php.
export LC_ALL=C
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}