update copyright year
This commit is contained in:
parent
ee4525c81f
commit
27a9de98a4
6 changed files with 9 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
|||
|
||||
<para><add module introduction></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>
|
||||
|
|
4
opsb.c
4
opsb.c
|
@ -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
|
||||
|
@ -61,7 +61,7 @@ list_t *cache;
|
|||
|
||||
/** Copyright info */
|
||||
static const char *opsb_copyright[] = {
|
||||
"Copyright (c) 1999-2005, NeoStats",
|
||||
"Copyright (c) 1999-2006, NeoStats",
|
||||
"http://www.neostats.net/",
|
||||
NULL
|
||||
};
|
||||
|
|
2
opsb.h
2
opsb.h
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
proxy.c
2
proxy.c
|
@ -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/
|
||||
**
|
||||
** Portions Copyright (c) 2004 Erik Fears
|
||||
|
|
Reference in a new issue