From 42df2e32a4cd8b093e77f099bd4e89bdb29062df Mon Sep 17 00:00:00 2001 From: Antony Bailey Date: Sat, 23 Aug 2014 23:49:38 +0100 Subject: [PATCH] Update README.md --- contrib/devtools/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 0e0d03474..411518049 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -44,10 +44,12 @@ If you run this script from src/ it will automatically update the year on the co .cpp and .h files if these have a git commit from the current year. For example a file changed in 2014 (with 2014 being the current year): -```// Copyright (c) 2009-2013 The Dogecoin developers``` +```// Copyright (c) 2009-2013 The Bitcoin developers``` +```// Copyright (c) 2013-2014 The Dogecoin developers``` would be changed to: -```// Copyright (c) 2009-2014 The Dogecon developers``` +```// Copyright (c) 2009-2013 The Bitcoin developers``` +```// Copyright (c) 2013-2014 The Dogecoin developers``` symbol-check.py ==================