]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/aes.cpp
Renamed to chanrec::modes
[user/henk/code/inspircd.git] / src / aes.cpp
index 25f29d4bac58807b23014a3a3e01abbc4fea0da6..b490f7716d83c1971c5c9567e6ea80dc14fe9170 100644 (file)
@@ -1,5 +1,21 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
+ *                       E-mail:
+ *                <brain@chatspike.net>
+ *                <Craig@chatspike.net>
+ *
+ * Written by Craig Edwards, Craig McLure, and others.
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
 
-//Rijndael.cpp
+// Based on existing implementations of the industry standard AES algorithms
+// in the public domain.
 
 #include <cstring>
 #include "aes.h"