* cygcheck.cc (find_on_path): Update copyright text.
This commit is contained in:
parent
e699adfce5
commit
9d1c0a6053
|
@ -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
|
||||||
|
|
|
@ -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__);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue