From 4eaa390776ad257b5996bd31f099a2255f8df148 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 6 Jun 2007 20:51:29 +0000 Subject: Comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7250 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/colours.h | 13 +++++++++++++ win/configure.cpp | 13 +++++++++++++ win/inspircd.nsi | 12 ++++++++++++ win/inspircd_memory_functions.cpp | 13 +++++++++++++ win/inspircd_win32wrapper.cpp | 15 ++++++++++++++- 5 files changed, 65 insertions(+), 1 deletion(-) 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 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 #include 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 @@ -468,4 +481,4 @@ void ClearConsole() } } return; -} \ No newline at end of file +} -- cgit v1.2.3