From d3bc1848a294499e6e677da6f7be661a01810bca Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Thu, 24 Mar 2005 11:23:24 +0000 Subject: [PATCH] Added standard comment block to {cue,toc}_parse_prefix.h files. --- src/lib/cue_parse_prefix.h | 8 ++++++++ src/lib/toc_parse_prefix.h | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/src/lib/cue_parse_prefix.h b/src/lib/cue_parse_prefix.h index 31b2d38..54ccab6 100644 --- a/src/lib/cue_parse_prefix.h +++ b/src/lib/cue_parse_prefix.h @@ -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 */ diff --git a/src/lib/toc_parse_prefix.h b/src/lib/toc_parse_prefix.h index 02aa31e..3b0e831 100644 --- a/src/lib/toc_parse_prefix.h +++ b/src/lib/toc_parse_prefix.h @@ -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 */