Changeset 583 for trunk/src/sh_getopt.c


Ignore:
Timestamp:
Nov 13, 2024, 2:47:31 PM (32 hours ago)
Author:
katerina
Message:

Fix for ticket #471 (autoreconf throws warnings/errors).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_getopt.c

    r550 r583  
    624624  fprintf (stdout,
    625625           _("This is samhain (%s), "\
    626              "(c) 1999-2008 Rainer Wichmann (http://la-samhna.de).\n"),
     626             "(c) 1999-2024 Rainer Wichmann (http://la-samhna.de).\n"),
    627627           VERSION);
    628628  fprintf (stdout, "%s",_("This software comes with ABSOLUTELY NO WARRANTY. "));
     
    714714  fprintf (stdout,
    715715           _("This is samhain (%s), "\
    716              "(c) 1999-2006 Rainer Wichmann (http://la-samhna.de).\n"),
     716             "(c) 1999-2024 Rainer Wichmann (http://la-samhna.de).\n"),
    717717           VERSION);
    718718  fprintf (stdout, "%s",_("This software comes with ABSOLUTELY NO WARRANTY. "));
Note: See TracChangeset for help on using the changeset viewer.