forgot to fix these when I did the copyrights

This commit is contained in:
Bill Currie 2002-11-06 16:32:28 +00:00
parent eeb4e4f9a9
commit 749b56aae7
2 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
%{ %{
/* /*
#FILENAME# qc-lex.l
#DESCRIPTION# lexer for quakec
Copyright (C) 2001 #AUTHOR# Copyright (C) 2001 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie <bill@taniwha.org>
Date: #DATE# Date: 2001/06/12
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,13 +1,13 @@
%{ %{
/* /*
#FILENAME# qc-parse.y
#DESCRIPTION# parser for quakec
Copyright (C) 2001 #AUTHOR# Copyright (C) 2001 Bill Currie <bill@taniwha.org>
Author: #AUTHOR# Author: Bill Currie <bill@taniwha.org>
Date: #DATE# Date: 2001/06/12
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