diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-02-01 20:50:55 +0100 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-02 03:56:41 +0200 |
commit | 98940639a62e37475044385d2fe052f564fb5012 (patch) | |
tree | 159716a11db640f42eb4cd550ed6539a34e872eb /src/utils | |
parent | 3d626b2dabfb581fb40d498f65d12dbf936b2b71 (diff) | |
download | mv-98940639a62e37475044385d2fe052f564fb5012.tar.gz mv-98940639a62e37475044385d2fe052f564fb5012.tar.bz2 mv-98940639a62e37475044385d2fe052f564fb5012.tar.xz mv-98940639a62e37475044385d2fe052f564fb5012.zip |
Make it clear that our current sha256 code is GPLv2 only
Due to taking the version from InspIRCd, our version of the file is
stuck on GPLv2 and can't legally be released as "GPLv2 or later". Fix
the license header accordingly.
We should probably consider replacing this code once again.
Reviewed-by: Patrick Matthäi
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/sha256.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp index 29bbed29f..ea235d355 100644 --- a/src/utils/sha256.cpp +++ b/src/utils/sha256.cpp @@ -6,9 +6,8 @@ * This file has been slighly modified as part of The Mana Client. * * 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 2 of the License, or - * any later version. + * it under the terms of the GNU General Public License version 2, as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |