update copyright year

This commit is contained in:
Fish 2006-01-26 15:39:26 +00:00
parent 850b1ecb48
commit c64c119de3
10 changed files with 13 additions and 13 deletions

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 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by

2
misc.c
View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by

2
play.c
View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@ -25,7 +25,7 @@
/** Copyright info */
const char *ys_copyright[] = {
"Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, DeadNotBuried",
"Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, DeadNotBuried",
NULL
};

View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
/* YahtzeeServ - Yahtzee Game Service - NeoStats Addon Module
** Copyright (c) 2003-2005 Justin Hammond, Mark Hetherington, Jeff Lang
** Copyright (c) 2003-2006 Justin Hammond, Mark Hetherington, Jeff Lang
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by