update copyright year

This commit is contained in:
Fish 2006-01-26 15:32:19 +00:00
parent 946d6f254f
commit 3267a3c674
6 changed files with 9 additions and 9 deletions

View file

@ -17,4 +17,4 @@ Fish (F), Mark (M), DeadNotBuried (D)
- Allocate user structures at signon and delete on quit, and allocate channel
structures on newchan and delete on delchan. This reduces the need for
timers to clean lists.
- Initial version to replace SecureServ flood checks. (M).
- Initial version to replace SecureServ flood checks. (M).

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,7 @@
<para>&lt;add module introduction&gt;</para>
<para>ModuleName is Copyright, 2005 by Justin Hammond.</para>
<para>ModuleName is Copyright, 2006 by Justin Hammond.</para>
<sect1>
<title>Prerequisites and Installation.</title>
@ -626,4 +626,4 @@ Installing README.ModuleName.html: [OK] </scr
</sect3>
</sect2>
</sect1>
</article>
</article>

View file

@ -1,5 +1,5 @@
/* NeoStats - IRC Statistical Services
** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington
** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington
** http://www.neostats.net/
**
** This program is free software; you can redistribute it and/or modify
@ -110,7 +110,7 @@ static const char *fs_about[] =
/** copyright info */
static const char *fs_copyright[] =
{
"Copyright (c) 1999-2005, NeoStats",
"Copyright (c) 1999-2006, NeoStats",
"http://www.neostats.net/",
NULL
};

View file

@ -1,5 +1,5 @@
/* NeoStats - IRC Statistical Services
** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington
** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington
** http://www.neostats.net/
**
** This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,5 @@
/* NeoStats - IRC Statistical Services
** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington
** Copyright (c) 1999-2006 Adam Rutter, Justin Hammond, Mark Hetherington
** http://www.neostats.net/
**
** This program is free software; you can redistribute it and/or modify