CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/08/22 16:16:48
Index: tests/generate.awk =================================================================== RCS file: /sources/m4/m4/tests/generate.awk,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- tests/generate.awk 28 Jul 2006 16:41:29 -0000 1.15 +++ tests/generate.awk 22 Aug 2006 16:16:48 -0000 1.16 @@ -1,7 +1,7 @@ # Extract all examples from the manual source. -*- AWK -*- # This file is part of GNU M4 -# Copyright 1992, 2000, 2001, 2006 Free Software Foundation, Inc. +# Copyright (C) 1992, 2000, 2001, 2006 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # I don't know how to get this file's name, so it's hard coded :( print "# Do not edit by hand, it was generated by generate.awk."; print "#"; - print "# Copyright 1992, 2000, 2001, 2006 Free Software Foundation, Inc."; + print "# Copyright (C) 1992, 2000, 2001, 2006 Free Software Foundation, Inc."; print ; print "AT_BANNER([Documentation examples.])"; print ;
