aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-12-13 14:51:43 +0100
committerMarcoFalke <falke.marco@gmail.com>2015-12-13 18:07:36 +0100
commitfa6ad855e9159b2247da4fa0054f32fa181499ab (patch)
tree32112d68acb01e44ac9f4e7855bfcd71ce442d07 /contrib/devtools/README.md
parent3cd836c1d855b92e7c73ab31979f471c4f8dad68 (diff)
downloadbitcoin-fa6ad855e9159b2247da4fa0054f32fa181499ab.tar.xz
[devtools] Rewrite fix-copyright-headers.py
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index a58b8733a6..240ab6d9e0 100644
--- a/contrib/devtools/README.md
+++ b/contrib/devtools/README.md
@@ -11,16 +11,16 @@ fix-copyright-headers.py
========================
Every year newly updated files need to have its copyright headers updated to reflect the current year.
-If you run this script from src/ it will automatically update the year on the copyright header for all
-.cpp and .h files if these have a git commit from the current year.
+If you run this script from the root folder it will automatically update the year on the copyright header for all
+source files if these have a git commit from the current year.
-For example a file changed in 2014 (with 2014 being the current year):
+For example a file changed in 2015 (with 2015 being the current year):
```// Copyright (c) 2009-2013 The Bitcoin Core developers```
would be changed to:
-```// Copyright (c) 2009-2014 The Bitcoin Core developers```
+```// Copyright (c) 2009-2015 The Bitcoin Core developers```
git-subtree-check.sh
====================