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:
authorCorinna Vinschen <corinna@vinschen.de>2003-01-15 13:08:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-01-15 13:08:37 +0300
commit3903b47b795f2d7c7fd157c95bcac9acb009c0dc (patch)
tree362f5d86a96b0f2ae451438c658b3a97bc000d44
parent8735f49f2ff8b8468b8e7f49f1c5aa3371f8f5fd (diff)
* mkgroup.c: Fix copyright date.
* mkpasswd.c: Ditto. * setfacl.c: Ditto. Fix ChangeLog typos.
-rw-r--r--winsup/utils/ChangeLog12
-rw-r--r--winsup/utils/mkgroup.c2
-rw-r--r--winsup/utils/mkpasswd.c2
-rw-r--r--winsup/utils/setfacl.c2
4 files changed, 12 insertions, 6 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index a783eca71..21fb6b193 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -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.
diff --git a/winsup/utils/mkgroup.c b/winsup/utils/mkgroup.c
index 925e8a56e..dacd7ae86 100644
--- a/winsup/utils/mkgroup.c
+++ b/winsup/utils/mkgroup.c
@@ -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.
diff --git a/winsup/utils/mkpasswd.c b/winsup/utils/mkpasswd.c
index f96600306..3e54bd42c 100644
--- a/winsup/utils/mkpasswd.c
+++ b/winsup/utils/mkpasswd.c
@@ -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.
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index 8747d842a..cb541b665 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -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>