X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2Fconvtexi.pl;h=04b1bbc527eada0fef6794743eeefe7178379d82;hb=c8aa01c80c9154b1153a4662a66ac8a5f43d7e30;hp=65a7c061aaebc903fbb7979bc67b540540e2c2fe;hpb=d3e5bfed13544a1887a99bde4dbb45731c252d7d;p=chaz%2Ftar diff --git a/doc/convtexi.pl b/doc/convtexi.pl index 65a7c06..04b1bbc 100755 --- a/doc/convtexi.pl +++ b/doc/convtexi.pl @@ -3,8 +3,24 @@ eval "exec /usr/local/bin/perl -S $0 $*" if 0; # Copy a Texinfo file, replacing @value's, @FIXME's and other gooddies. -# Copyright © 1996 Free Software Foundation, Inc. -# François Pinard , 1996. + +# Copyright (C) 1996, 2001 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 the +# Free Software Foundation; either version 2, or (at your option) any later +# version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# François Pinard , 1996. $_ = <>; while ($_)