mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
forgot to fix these when I did the copyrights
This commit is contained in:
parent
eeb4e4f9a9
commit
749b56aae7
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue