texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/util install-info.c,1.1.1.1,1.2 texi2dvi,1.2,1.3 texindex.c,1.1.


From: karl
Subject: texinfo/util install-info.c,1.1.1.1,1.2 texi2dvi,1.2,1.3 texindex.c,1.1.1.1,1.2
Date: Tue, 17 Feb 2004 17:59:49 +0100

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

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

Index: install-info.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/install-info.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** install-info.c      6 Dec 2003 01:35:46 -0000       1.1.1.1
--- install-info.c      17 Feb 2004 16:59:46 -0000      1.2
***************
*** 2,6 ****
     $Id$
  
!    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
     Foundation, Inc.
  
--- 2,6 ----
     $Id$
  
!    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free 
Software
     Foundation, Inc.
  
***************
*** 1189,1197 ****
            printf ("install-info (GNU %s) %s\n", 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"),
!                   "2003");
            xexit (0);
  
--- 1189,1196 ----
            printf ("install-info (GNU %s) %s\n", 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);
  

Index: texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** texi2dvi    8 Dec 2003 19:49:46 -0000       1.2
--- texi2dvi    17 Feb 2004 16:59:46 -0000      1.3
***************
*** 4,8 ****
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
! # 2002, 2003 Free Software Foundation, Inc.
  #
  # This program is free software; you can redistribute it and/or modify
--- 4,8 ----
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
! # 2002, 2003, 2004 Free Software Foundation, Inc.
  #
  # This program is free software; you can redistribute it and/or modify
***************
*** 33,37 ****
  version="texi2dvi (GNU Texinfo 4.6) $rcs_version
  
! Copyright (C) 2003 Free Software Foundation, Inc.
  There is NO warranty.  You may redistribute this software
  under the terms of the GNU General Public License.
--- 33,37 ----
  version="texi2dvi (GNU Texinfo 4.6) $rcs_version
  
! Copyright (C) 2004 Free Software Foundation, Inc.
  There is NO warranty.  You may redistribute this software
  under the terms of the GNU General Public License.

Index: texindex.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texindex.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** texindex.c  6 Dec 2003 01:35:48 -0000       1.1.1.1
--- texindex.c  17 Feb 2004 16:59:46 -0000      1.2
***************
*** 3,7 ****
  
     Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
!    2002, 2003 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
--- 3,7 ----
  
     Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
!    2002, 2003, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
***************
*** 340,348 ****
                printf ("texindex (GNU %s) %s\n", 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"),
!                   "2003");
                xexit (0);
              }
--- 340,347 ----
                printf ("texindex (GNU %s) %s\n", 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]