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:
-rw-r--r--winsup/utils/ChangeLog6
-rw-r--r--winsup/utils/getfacl.c11
-rw-r--r--winsup/utils/setfacl.c11
-rw-r--r--winsup/utils/strace.cc12
4 files changed, 40 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index a74556a70..04e552696 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 5 18:50:00 2001 Corinna Vinschen <vinschen@redhat.com>
+
+ * getfacl.c: Add copyright hint.
+ * setfacl.c: Ditto.
+ * strace.cc: Ditto.
+
Tue Jan 09 10:26:23 2001 Tony Sideris <tonys1110@home.com>
* regtool.cc (cmd_list): Add new registry display options.
diff --git a/winsup/utils/getfacl.c b/winsup/utils/getfacl.c
index 482bc0c7b..a0618076a 100644
--- a/winsup/utils/getfacl.c
+++ b/winsup/utils/getfacl.c
@@ -1,3 +1,14 @@
+/* getfacl.c
+
+ Copyright 2000, 2001 Red Hat Inc.
+
+ Written by Corinna Vinschen <vinschen@redhat.com>
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
#include <pwd.h>
#include <grp.h>
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index c63b5d1af..259874896 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -1,3 +1,14 @@
+/* setfacl.c
+
+ Copyright 2000, 2001 Red Hat Inc.
+
+ Written by Corinna Vinschen <vinschen@redhat.com>
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
#include <stdio.h>
#include <ctype.h>
diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc
index b9eb82a77..58547ed4a 100644
--- a/winsup/utils/strace.cc
+++ b/winsup/utils/strace.cc
@@ -1,3 +1,15 @@
+/* strace.cc
+
+ Copyright 2000, 2001 Red Hat Inc.
+
+ Written by Chris Faylor <cgf@redhat.com>
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+
#include <stdio.h>
#include <fcntl.h>
#include <getopt.h>