diff options
Diffstat (limited to 'modules/encryption/bcrypt.cpp')
-rw-r--r-- | modules/encryption/bcrypt.cpp | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/modules/encryption/bcrypt.cpp b/modules/encryption/bcrypt.cpp index ed003f883..622fef745 100644 --- a/modules/encryption/bcrypt.cpp +++ b/modules/encryption/bcrypt.cpp @@ -1,11 +1,23 @@ -/* Module for providing bcrypt hashing +/* + * Anope IRC Services + * + * Copyright (C) 2014-2016 Anope Team <team@anope.org> * - * (C) 2003-2014 Anope Team - * Contact us at team@anope.org + * This file is part of Anope. Anope 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, version 2. * - * This program is free but copyrighted software; see the file COPYING for - * details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see see <http://www.gnu.org/licenses/>. + */ + +/* * Most of the code in this file is taken from * http://openwall.com/crypt/crypt_blowfish-1.2.tar.gz */ |