From daa39616e28a90dc2d4da9c3fa4b280c30c774fc Mon Sep 17 00:00:00 2001 From: Hydriz Scholz Date: Fri, 30 Sep 2016 13:08:35 +0800 Subject: [PATCH] Make the copyright year automatically update itself --- dumpgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index 472e59d..f1b2848 100755 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -1211,8 +1211,8 @@ def welcome(): message += '' message += "\n" message += "#" * 73 + message += "# Copyright (C) 2011-%d WikiTeam developers #\n" % (datetime.datetime.now().year) message += """ -# Copyright (C) 2011-2014 WikiTeam # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation, either version 3 of the License, or #