Update copyright fixin' script

This commit is contained in:
Duke Leto
2020-01-02 13:08:05 -05:00
parent 15411d5b2e
commit 5e0f583dd6

View File

@@ -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"]