diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-20 20:03:13 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-03-02 10:58:35 -0500 |
commit | faa7cdf764a651975fa3c780df7df206a08254c2 (patch) | |
tree | 0c728cfbfd4ecf60d7a800e5ff2a9b298f81cfb8 /test/lint | |
parent | fa0e65b77264476c61832542ab1a9dbedcc738ea (diff) |
scripted-diff: Update copyright in ./test
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/check-doc.py | 2 | ||||
-rwxr-xr-x | test/lint/lint-format-strings.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lint/check-doc.py b/test/lint/check-doc.py index c370ce0c04..3b05d5055c 100755 --- a/test/lint/check-doc.py +++ b/test/lint/check-doc.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2018 The Bitcoin Core developers +# Copyright (c) 2015-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. diff --git a/test/lint/lint-format-strings.py b/test/lint/lint-format-strings.py index 459b7fc413..263962f580 100755 --- a/test/lint/lint-format-strings.py +++ b/test/lint/lint-format-strings.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2018 The Bitcoin Core developers +# Copyright (c) 2018-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. # |