diff --git a/contrib/devtools/fix-copyright-headers.py b/contrib/devtools/fix-copyright-headers.py index fc57ae64e..d5a540103 100755 --- a/contrib/devtools/fix-copyright-headers.py +++ b/contrib/devtools/fix-copyright-headers.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# Copyright (c) 2019-2020 The Hush developers +# Released under the GPLv3 + from __future__ import print_function ''' @@ -24,7 +27,7 @@ import time year = time.gmtime()[0] last_year = year - 1 -command = "perl -pi -e 's/%s The Bitcoin/%s The Bitcoin/' %s" +command = "perl -pi -e 's/%s The Hush/%s The Hush/' %s" listFilesCommand = "find . | grep %s" extensions = [".cpp",".h"]