texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo makeinfo.c,1.45,1.46


From: karl
Subject: texinfo/makeinfo makeinfo.c,1.45,1.46
Date: Tue, 17 Feb 2004 17:59:48 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv21721/makeinfo

Modified Files:
        makeinfo.c 
Log Message:
do not translate copyright line, update to 2004

Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** makeinfo.c  16 Feb 2004 21:27:35 -0000      1.45
--- makeinfo.c  17 Feb 2004 16:59:46 -0000      1.46
***************
*** 730,738 ****
            print_version_info ();
            puts ("");
!           printf (_("Copyright (C) %s Free Software Foundation, Inc.\n\
! There is NO warranty.  You may redistribute this software\n\
  under the terms of the GNU General Public License.\n\
! For more information about these matters, see the files named COPYING.\n"),
!                   "2004");
            xexit (0);
            break;
--- 730,737 ----
            print_version_info ();
            puts ("");
!           puts ("Copyright (C) 2004 Free Software Foundation, Inc.");
!           printf (_("There is NO warranty.  You may redistribute this 
software\n\
  under the terms of the GNU General Public License.\n\
! For more information about these matters, see the files named COPYING.\n"));
            xexit (0);
            break;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]