]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/aes.cpp
Added comments
[user/henk/code/inspircd.git] / src / aes.cpp
index 25f29d4bac58807b23014a3a3e01abbc4fea0da6..cf56e7f467683b0c6a53ef2258a1ad143a179684 100644 (file)
@@ -1,5 +1,21 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  Inspire is copyright (C) 2002-2005 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"