summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-06 20:51:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-06 20:51:29 +0000
commit4eaa390776ad257b5996bd31f099a2255f8df148 (patch)
tree3fcde7186796cdc2f31ac4ec6e3bd84bb6fd3cda /win
parent7fb9621053ff41bc5d8d293d5472082754d009c6 (diff)
Comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7250 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r--win/colours.h13
-rw-r--r--win/configure.cpp13
-rw-r--r--win/inspircd.nsi12
-rw-r--r--win/inspircd_memory_functions.cpp13
-rw-r--r--win/inspircd_win32wrapper.cpp15
5 files changed, 65 insertions, 1 deletions
diff --git a/win/colours.h b/win/colours.h
index cc984334f..946e725ff 100644
--- a/win/colours.h
+++ b/win/colours.h
@@ -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 TRED FOREGROUND_RED | FOREGROUND_INTENSITY
#define TGREEN FOREGROUND_GREEN | FOREGROUND_INTENSITY
#define TYELLOW FOREGROUND_GREEN | FOREGROUND_RED | FOREGROUND_INTENSITY
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>
diff --git a/win/inspircd.nsi b/win/inspircd.nsi
index dc32e778b..1e208345d 100644
--- a/win/inspircd.nsi
+++ b/win/inspircd.nsi
@@ -1,3 +1,15 @@
+; * +------------------------------------+
+; * | 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.
+; *
+; * ---------------------------------------------------
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; SET THE BUILD TO BE PACKAGED HERE ;;;;
diff --git a/win/inspircd_memory_functions.cpp b/win/inspircd_memory_functions.cpp
index ea4afa04c..2ab9d8bb5 100644
--- a/win/inspircd_memory_functions.cpp
+++ b/win/inspircd_memory_functions.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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "inspircd_win32wrapper.h"
#include <exception>
#include <new>
diff --git a/win/inspircd_win32wrapper.cpp b/win/inspircd_win32wrapper.cpp
index 2be5a8bcd..1291bbd0a 100644
--- a/win/inspircd_win32wrapper.cpp
+++ b/win/inspircd_win32wrapper.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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "inspircd_win32wrapper.h"
#include "inspircd.h"
#include <string>
@@ -468,4 +481,4 @@ void ClearConsole()
}
}
return;
-} \ No newline at end of file
+}