1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 08:33:12 +02:00

Update copyright to 2017.

This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;

Added missing copyright headers to files that didn't have it yet.
This commit is contained in:
Robby
2017-01-16 03:13:25 +01:00
parent 39422beaef
commit 8656b65e39
341 changed files with 378 additions and 336 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* Module for providing bcrypt hashing
*
* (C) 2003-2016 Anope Team
* (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
+1 -1
View File
@@ -1,7 +1,7 @@
/* Module for encryption using MD5.
*
* Modified for Anope.
* (C) 2003-2016 Anope Team
* (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church.
+1 -1
View File
@@ -1,6 +1,6 @@
/* Module for plain text encryption.
*
* (C) 2003-2016 Anope Team
* (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
+1 -1
View File
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
* (C) 2003-2016 Anope Team
* (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
+1 -1
View File
@@ -1,7 +1,7 @@
/*
*
* Modified for Anope.
* (C) 2006-2016 Anope Team
* (C) 2006-2017 Anope Team
* Contact us at team@anope.org
SHA-1 in C
+1 -1
View File
@@ -5,7 +5,7 @@
* IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT.
*
* Modified for Anope.
* (C) 2003-2016 Anope Team
* (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* Taken from InspIRCd ( www.inspircd.org )