correct copyright headers

This commit is contained in:
Bill Currie 2005-06-09 03:07:13 +00:00
parent df91ce0275
commit 6355674bd3
9 changed files with 45 additions and 45 deletions

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# client.h
#DESCRIPTION# quakeworld client processing
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/20
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# connection.h
#DESCRIPTION# connection management
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/20
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# qtv.h
#DESCRIPTION# qtv main file
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/21
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# server.h
#DESCRIPTION# quakeworld server processing
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/20
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# client.c
#DESCRIPTION# quakeworld client processing
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/20
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# connection.c
#DESCRIPTION# connection management
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/20
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# qtv.c
#DESCRIPTION# QTV main file
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/18
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# server.c
#DESCRIPTION# quakeworld server processing
Copyright (C) 2004 #AUTHOR# Copyright (C) 2004 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2004/02/20
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,12 +1,12 @@
/* /*
#FILENAME# sv_parse.c
#DESCRIPTION# quakeworld protocol parsing
Copyright (C) 2004 #AUTHOR# Copyright (C) 2005 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie
Date: #DATE# Date: 2005/05/06
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License