summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-02-01 20:50:55 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-02-01 20:54:29 +0100
commitbcd1d9aff41b5c152cafade7532242c94ac1f710 (patch)
tree2d00ce573e720ab111e0d18063b08c2a588a26c4
parenta2004d367dada64bf97d62d7a42c3b7d6e6be2cf (diff)
downloadmana-client-bcd1d9aff41b5c152cafade7532242c94ac1f710.tar.gz
mana-client-bcd1d9aff41b5c152cafade7532242c94ac1f710.tar.bz2
mana-client-bcd1d9aff41b5c152cafade7532242c94ac1f710.tar.xz
mana-client-bcd1d9aff41b5c152cafade7532242c94ac1f710.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
-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 57809c8b..9175352f 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