* cygcheck.cc (print_version): Update copyright dates.

This commit is contained in:
Christopher Faylor 2008-08-17 17:15:41 +00:00
parent 95141e7835
commit c7aa4aec42
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-17 Christopher Faylor <me+cygwin@cgf.cx>
* cygcheck.cc (print_version): Update copyright dates.
2008-08-17 Christopher Faylor <me+cygwin@cgf.cx>
* mkpasswd.c (main): Avoid printing system accounts when a single user

View File

@ -1994,7 +1994,7 @@ print_version ()
printf ("\
cygcheck version %.*s\n\
System Checker for Cygwin\n\
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.\n\
Copyright (C) 1998 - 2008 Red Hat, Inc.\n\
Compiled on %s\n\
", len, v, __DATE__);
}