summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-02-01 20:50:55 +0100
committerAndrei Karas <akaras@inbox.ru>2011-02-02 03:56:41 +0200
commit98940639a62e37475044385d2fe052f564fb5012 (patch)
tree159716a11db640f42eb4cd550ed6539a34e872eb /src/utils
parent3d626b2dabfb581fb40d498f65d12dbf936b2b71 (diff)
downloadplus-98940639a62e37475044385d2fe052f564fb5012.tar.gz
plus-98940639a62e37475044385d2fe052f564fb5012.tar.bz2
plus-98940639a62e37475044385d2fe052f564fb5012.tar.xz
plus-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.cpp5
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