* strace.cc: Update copyrights.

* cygcheck.cc: Update copyrights.
This commit is contained in:
Christopher Faylor
2004-02-10 16:15:53 +00:00
parent 744ed079bc
commit c662f402aa
3 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* strace.cc
Copyright 2000, 2001, 2002, 2003 Red Hat Inc.
Copyright 2000, 2001, 2002, 2003, 2004 Red Hat Inc.
Written by Chris Faylor <cgf@redhat.com>
@ -890,7 +890,7 @@ print_version ()
printf ("\
%s (cygwin) %.*s\n\
System Trace\n\
Copyright 2000, 2001, 2002, 2003 Red Hat, Inc.\n\
Copyright 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.\n\
Compiled on %s\n\
", pgm, len, v, __DATE__);
}