mirror of
https://github.com/anope/anope.git
synced 2026-07-06 20:03:14 +02:00
Update copyright to 2018.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Module for providing bcrypt hashing
|
||||
*
|
||||
* (C) 2003-2017 Anope Team
|
||||
* (C) 2003-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* This program is free but copyrighted software; see the file COPYING for
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Module for encryption using MD5.
|
||||
*
|
||||
* Modified for Anope.
|
||||
* (C) 2003-2017 Anope Team
|
||||
* (C) 2003-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Module for plain text encryption.
|
||||
*
|
||||
* (C) 2003-2017 Anope Team
|
||||
* (C) 2003-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* This program is free but copyrighted software; see the file COPYING for
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Include file for high-level encryption routines.
|
||||
*
|
||||
* (C) 2003-2017 Anope Team
|
||||
* (C) 2003-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* Please read COPYING and README for further details.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
*
|
||||
* Modified for Anope.
|
||||
* (C) 2006-2017 Anope Team
|
||||
* (C) 2006-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
|
||||
SHA-1 in C
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT.
|
||||
*
|
||||
* Modified for Anope.
|
||||
* (C) 2003-2017 Anope Team
|
||||
* (C) 2003-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* Taken from InspIRCd ( www.inspircd.org )
|
||||
|
||||
Reference in New Issue
Block a user