* cygcheck.cc (find_on_path): Update copyright text.

This commit is contained in:
Corinna Vinschen 2006-02-08 14:19:40 +00:00
parent e699adfce5
commit 9d1c0a6053
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-08 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (find_on_path): Update copyright text.
2006-02-08 Corinna Vinschen <corinna@vinschen.de> 2006-02-08 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (find_on_path): Create copy of rv on successful access * cygcheck.cc (find_on_path): Create copy of rv on successful access

View File

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