Changes to gnats/gnats/gen-closed-date.c

Milan Zamazal <[email protected]> Sun, 28 Jul 2002 15:21:02 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/gen-closed-date.c
diff -c gnats/gnats/gen-closed-date.c:1.20 gnats/gnats/gen-closed-date.c:1.21
*** gnats/gnats/gen-closed-date.c:1.20	Sun Apr 15 14:11:51 2001
--- gnats/gnats/gen-closed-date.c	Sun Jul 28 15:21:02 2002
***************
*** 1,6 ****
  /* Generate the Closed-Date field for an existing GNATS database.
!    Copyright (C) 2001 Milan Zamazal
!    Copyright (C) 1993, 1995 Free Software Foundation, Inc.
     Contributed by Rick Macdonald ([email protected]).
     Further hacked by Milan Zamazal ([email protected]).
  
--- 1,5 ----
  /* Generate the Closed-Date field for an existing GNATS database.
!    Copyright (C) 1993, 1995, 2001, 2002 Free Software Foundation, Inc.
     Contributed by Rick Macdonald ([email protected]).
     Further hacked by Milan Zamazal ([email protected]).
  
***************
*** 52,59 ****
    -o --outfile=FILENAME   output the date to FILENAME\n\
    -t --test               report changes to be made, but don't change the files\n\
  \n\
!   -h --help                display this help and exit\n\
!   -V --version             output version information and exit\n",
    NULL};
  	   
  typedef struct entry
--- 51,58 ----
    -o --outfile=FILENAME   output the date to FILENAME\n\
    -t --test               report changes to be made, but don't change the files\n\
  \n\
!   -h --help               display this help and exit\n\
!   -V --version            output version information and exit\n",
    NULL};
  	   
  typedef struct entry
***************
*** 314,320 ****
  
    program_name = (char *) basename (argv[0]);
  
!   while ((optc = getopt_long (argc, argv, "o:c:htd:V",
  			      long_options, (int *) 0)) != EOF)
      {
        switch (optc)
--- 313,319 ----
  
    program_name = (char *) basename (argv[0]);
  
!   while ((optc = getopt_long (argc, argv, "o:htd:V",
  			      long_options, (int *) 0)) != EOF)
      {
        switch (optc)