summaryrefslogtreecommitdiff
path: root/src/aes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/aes.cpp')
-rw-r--r--src/aes.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/aes.cpp b/src/aes.cpp
index 25f29d4ba..cf56e7f46 100644
--- a/src/aes.cpp
+++ b/src/aes.cpp
@@ -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"