diff options
author | Haru <haru@dotalux.com> | 2020-01-13 03:24:07 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-01-13 03:24:07 +0100 |
commit | da14478a8c0c616a6aa5481694c550143bc9b9f3 (patch) | |
tree | a3f71a42e4325daeb5c286eafb4f38625cce54a1 /tools/petdbconverter.py | |
parent | fe7af0adf1e06bad5da72ddfb125aa8a7799f770 (diff) | |
download | hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.tar.gz hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.tar.bz2 hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.tar.xz hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.zip |
Update copyright headers for year 2020
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'tools/petdbconverter.py')
-rw-r--r-- | tools/petdbconverter.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/petdbconverter.py b/tools/petdbconverter.py index 1b7d2e4d6..220d54531 100644 --- a/tools/petdbconverter.py +++ b/tools/petdbconverter.py @@ -4,9 +4,9 @@ # This file is part of Hercules. # http://herc.ws - http://github.com/HerculesWS/Hercules # -# Copyright (C) 2018 Hercules Dev Team -# Copyright (C) 2018 Asheraf -# Copyright (C) 2015 Andrei Karas (4144) +# Copyright (C) 2018-2020 Hercules Dev Team +# Copyright (C) 2018 Asheraf +# Copyright (C) 2015 Andrei Karas (4144) # # Hercules is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -211,4 +211,4 @@ else: printHelp(); exit(1) -convertFile(sourceFile, itemDb)
\ No newline at end of file +convertFile(sourceFile, itemDb) |