Added standard comment block to {cue,toc}_parse_prefix.h files.

This commit is contained in:
Svend Sorensen
2005-03-24 11:23:24 +00:00
parent 865521136e
commit d3bc1848a2
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/*
* cue_parse_prefix.h
*
*
* Copyright (C) 2004 Svend Sorensen
* For license terms, see the file COPYING in this distribution.
*/
/* Remap normal yacc names so we can have multiple parsers
* see http://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html
*/

View File

@@ -1,3 +1,10 @@
/*
* toc_parse_prefix.h
*
* Copyright (C) 2004 Svend Sorensen
* For license terms, see the file COPYING in this distribution.
*/
/* Remap normal yacc names so we can have multiple parsers
* see http://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html
*/