X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_sha256.cpp;h=fe12ede0016f8456fa4c993717c0b2ca02219a37;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=7afb9b3cfbfbcaa170919f885e57bf56928f3db5;hpb=871d93dc76091a273296e9a0a7ce3d411054c862;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sha256.cpp b/src/modules/m_sha256.cpp index 7afb9b3cf..fe12ede00 100644 --- a/src/modules/m_sha256.cpp +++ b/src/modules/m_sha256.cpp @@ -1,10 +1,14 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2019 linuxdaemon + * Copyright (C) 2013, 2017-2018 Sadie Powell + * Copyright (C) 2012 Robby + * Copyright (C) 2010 Craig Edwards + * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -68,7 +72,7 @@ class ModuleSHA256 : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Implements SHA-256 hashing", VF_VENDOR); + return Version("Allows other modules to generate SHA-256 hashes.", VF_VENDOR); } };