diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-06 20:51:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-06 20:51:29 +0000 |
commit | 4eaa390776ad257b5996bd31f099a2255f8df148 (patch) | |
tree | 3fcde7186796cdc2f31ac4ec6e3bd84bb6fd3cda /win/configure.cpp | |
parent | 7fb9621053ff41bc5d8d293d5472082754d009c6 (diff) |
Comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7250 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/configure.cpp')
-rw-r--r-- | win/configure.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/win/configure.cpp b/win/configure.cpp index 385af5b9a..ba9f91178 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -1,3 +1,16 @@ +/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
+ * +------------------------------------+
+ *
+ * InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
+ * This program is free but copyrighted software; see
+ * the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
#define _CRT_SECURE_NO_DEPRECATE
#include <windows.h>
|