Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-08-17 21:15:41 +0400
committerChristopher Faylor <me@cgf.cx>2008-08-17 21:15:41 +0400
commitc7aa4aec427d17bae3c9d87bc2c34b6ba63a1592 (patch)
treed0c4523921ded1b4da7017344d87545026d17317
parent95141e78352432454a849374c9096d941c484aa5 (diff)
* cygcheck.cc (print_version): Update copyright dates.
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/cygcheck.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 5172ccb04..cc00946b3 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,9 @@
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
name has been requested.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index a8a45bcd2..fa24f8cf3 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -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__);
}