texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/info info.c,1.4,1.5


From: karl
Subject: texinfo/info info.c,1.4,1.5
Date: Tue, 17 Feb 2004 17:59:48 +0100

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

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

Index: info.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/info.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** info.c      15 Feb 2004 17:02:17 -0000      1.4
--- info.c      17 Feb 2004 16:59:46 -0000      1.5
***************
*** 293,301 ****
        printf ("%s (GNU %s) %s\n", program_name, PACKAGE, VERSION);
        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);
      }
--- 293,300 ----
        printf ("%s (GNU %s) %s\n", program_name, PACKAGE, VERSION);
        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);
      }



reply via email to

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