mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
[qwaq] Fix up file headers
This commit is contained in:
parent
97c3cbf719
commit
0e7e88815c
6 changed files with 48 additions and 19 deletions
|
@ -1,3 +1,32 @@
|
||||||
|
/*
|
||||||
|
editbuffer.c
|
||||||
|
|
||||||
|
High level wrapper for TextBuffer_Destroy
|
||||||
|
|
||||||
|
Copyright (C) 2020 Bill Currie <bill@taniwha.org>
|
||||||
|
|
||||||
|
Author: Bill Currie <bill@taniwha.org>
|
||||||
|
Date: 2020/03/22
|
||||||
|
|
||||||
|
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 the Free Software Foundation; either version 2
|
||||||
|
of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to:
|
||||||
|
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
59 Temple Place - Suite 330
|
||||||
|
Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
|
*/
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
#FILENAME#
|
main.c
|
||||||
|
|
||||||
Qwaq
|
Qwaq
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/*
|
/*
|
||||||
#FILENAME#
|
qwaq-bi.c
|
||||||
|
|
||||||
#DESCRIPTION#
|
Basic game engine builtins
|
||||||
|
|
||||||
Copyright (C) 2001 #AUTHOR#
|
Copyright (C) 2012 Bill Currie <bill@taniwha.org>
|
||||||
|
|
||||||
Author: #AUTHOR#
|
Author: Bill Currie <bill@taniwha.org>
|
||||||
Date: #DATE#
|
Date: 2012/7/24
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/*
|
/*
|
||||||
#FILENAME#
|
qwaq-cmd.c
|
||||||
|
|
||||||
Qwaq
|
Qwaq command-line tool initialization
|
||||||
|
|
||||||
Copyright (C) 2001 Bill Currie
|
Copyright (C) 2021 Bill Currie
|
||||||
|
|
||||||
Author: Bill Currie <bill@taniwha.org>
|
Author: Bill Currie <bill@taniwha.org>
|
||||||
Date: 2001/06/01
|
Date: 2021/07/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
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/*
|
/*
|
||||||
#FILENAME#
|
qwaq-curses.c
|
||||||
|
|
||||||
Qwaq
|
Qwaq curses initialization
|
||||||
|
|
||||||
Copyright (C) 2001 Bill Currie
|
Copyright (C) 2021 Bill Currie
|
||||||
|
|
||||||
Author: Bill Currie <bill@taniwha.org>
|
Author: Bill Currie <bill@taniwha.org>
|
||||||
Date: 2001/06/01
|
Date: 2021/07/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
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/*
|
/*
|
||||||
#FILENAME#
|
qwaq.c
|
||||||
|
|
||||||
#DESCRIPTION#
|
Qwaq
|
||||||
|
|
||||||
Copyright (C) 2001 #AUTHOR#
|
Copyright (C) 2001 Bill Currie <bill@taniwha.org>
|
||||||
|
|
||||||
Author: #AUTHOR#
|
Author: Bill Currie <bill@taniwha.org>
|
||||||
Date: #DATE#
|
Date: 2001/6/1
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue