From 0252b55c07fc9d4b69e668fd2f0204bbe92295a1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Sep 2002 06:32:24 +0000 Subject: [PATCH] data/yacc.c: Move the GPL exception comment from c.m4 (b4_copyright) to here. --- data/yacc.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/yacc.c b/data/yacc.c index daa08d6..5606891 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -130,6 +130,11 @@ m4_divert(0)dnl b4_copyright([Skeleton parser for Yacc-like parsing with Bison], [1984, 1989, 1990, 2000, 2001, 2002]) +/* As a special exception, when this file is copied by Bison into a + Bison output file, you may use that output file without restriction. + This special exception was added by the Free Software Foundation + in version 1.24 of Bison. */ + /* Written by Richard Stallman by simplifying the original so called ``semantic'' parser. */ @@ -1255,7 +1260,12 @@ b4_epilogue m4_if(b4_defines_flag, 0, [], [#output "b4_output_header_name" b4_copyright([Skeleton parser for Yacc-like parsing with Bison], - [1984, 1989, 1990, 2000, 2001, 2002]) + [1984, 1989, 1990, 2000, 2001, 2002]) + +/* As a special exception, when this file is copied by Bison into a + Bison output file, you may use that output file without restriction. + This special exception was added by the Free Software Foundation + in version 1.24 of Bison. */ #ifndef b4_header_guard # define b4_header_guard -- 2.7.4