OSDN Git Service

* cygcheck.cc: Fix copyright dates.
authorcorinna <corinna>
Wed, 16 Feb 2011 00:57:35 +0000 (00:57 +0000)
committercorinna <corinna>
Wed, 16 Feb 2011 00:57:35 +0000 (00:57 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 6924de5..4657308 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * cygcheck.cc: Fix copyright dates.
+
 2011-01-10  Jon TURNEY  <jon.turney@dronecode.org.uk>
 
        * cygcheck.cc (main): don't imply -d from -s option to cygcheck
index 4c2d1f3..0737a70 100644 (file)
@@ -1,7 +1,7 @@
 /* cygcheck.cc
 
    Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009, 2010 Red Hat, Inc.
+   2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
 
    This file is part of Cygwin.
 
@@ -64,7 +64,7 @@ void dump_dodgy_apps (int verbose);
 /* Forward declaration */
 static void usage (FILE *, int);
 
-static const char version[] = "$Revision: 1.125 $";
+static const char version[] = "$Revision: 1.126 $";
 
 static const char *known_env_vars[] = {
   "c_include_path",