diff options
| author | sandakersmann <[email protected]> | 2014-12-17 02:47:57 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-19 19:55:32 +0100 |
| commit | f914f1a746d7f91951c1da262a4a749dd3ebfa71 (patch) | |
| tree | e40b1a9f40ee5d99a0d23d3910117e9867380480 /contrib/devtools/fix-copyright-headers.py | |
| parent | Merge pull request #5470 (diff) | |
| download | discoin-f914f1a746d7f91951c1da262a4a749dd3ebfa71.tar.xz discoin-f914f1a746d7f91951c1da262a4a749dd3ebfa71.zip | |
Added "Core" to copyright headers
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
Diffstat (limited to 'contrib/devtools/fix-copyright-headers.py')
| -rwxr-xr-x | contrib/devtools/fix-copyright-headers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/devtools/fix-copyright-headers.py b/contrib/devtools/fix-copyright-headers.py index 52fdc9914..5e8495254 100755 --- a/contrib/devtools/fix-copyright-headers.py +++ b/contrib/devtools/fix-copyright-headers.py @@ -7,11 +7,11 @@ a perl regex one liner. For example: if it finds something like this and we're in 2014 -// Copyright (c) 2009-2013 The Bitcoin developers +// Copyright (c) 2009-2013 The Bitcoin Core developers it will change it to -// Copyright (c) 2009-2014 The Bitcoin developers +// Copyright (c) 2009-2014 The Bitcoin Core developers It will do this for all the files in the folder and its children. |