OSDN Git Service

* mkgroup.c: Fix copyright date.
authorcorinna <corinna>
Wed, 15 Jan 2003 10:08:36 +0000 (10:08 +0000)
committercorinna <corinna>
Wed, 15 Jan 2003 10:08:36 +0000 (10:08 +0000)
* mkpasswd.c: Ditto.
* setfacl.c: Ditto.

Fix ChangeLog typos.

winsup/utils/ChangeLog
winsup/utils/mkgroup.c
winsup/utils/mkpasswd.c
winsup/utils/setfacl.c

index a783eca..21fb6b1 100644 (file)
@@ -1,15 +1,21 @@
+2003-01-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * mkgroup.c: Fix copyright date.
+       * mkpasswd.c: Ditto.
+       * setfacl.c: Ditto.
+
 2003-01-09  Pierre Humblet  <pierre.humblet@ieee.org>
 
-       * setfacl (usage): Remove double ":" for mask and other.
+       * setfacl.c (usage): Remove double ":" for mask and other.
 
 2003-01-07  Pierre Humblet <pierre.humblet@ieee.org>
 
-       * mkpasswd.cc (current_user): Create.
+       * mkpasswd.c (current_user): Create.
        (usage): Reorganize to support Win95/98/ME.
        (main): Add option for -c. Reorganize to parse options for
        Win95/98/ME and to call current_user. Add username in gecos field
        on Win95/98/ME.
-       * mkgroup.cc (enum_groups): Print gid with %u.
+       * mkgroup.c (enum_groups): Print gid with %u.
        (print_win_error): Create from passwd.cc.  
        (current_group): Create.
        (usage): Reorganize to support Win95/98/ME.
index 925e8a5..dacd7ae 100644 (file)
@@ -1,6 +1,6 @@
 /* mkgroup.c:
 
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
    This file is part of Cygwin.
 
index f966003..3e54bd4 100644 (file)
@@ -1,6 +1,6 @@
 /* mkpasswd.c:
 
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
    This file is part of Cygwin.
 
index 8747d84..cb541b6 100644 (file)
@@ -1,6 +1,6 @@
 /* setfacl.c
 
-   Copyright 2000, 2001 Red Hat Inc.
+   Copyright 2000, 2001, 2002, 2003 Red Hat Inc.
 
    Written by Corinna Vinschen <vinschen@redhat.com>