update copyright year
This commit is contained in:
parent
850b1ecb48
commit
c64c119de3
10 changed files with 13 additions and 13 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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
2
misc.c
|
@ -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
2
play.c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue