From e4a052cd218d6be4d7dc6a3a6c155ea63f6dcbd5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 4 Jul 2003 23:35:57 +0000 Subject: [PATCH] Convert to UTF-8. --- doc/convtexi.pl | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/convtexi.pl b/doc/convtexi.pl index 65a7c06..f07881c 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., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +# François Pinard , 1996. $_ = <>; while ($_) -- 2.44.0