* getfacl.c: Add copyright hint.

* setfacl.c: Ditto.
        * strace.cc: Ditto.
This commit is contained in:
Corinna Vinschen 2001-03-05 17:55:23 +00:00
parent 95a8465ba0
commit ce63785554
4 changed files with 40 additions and 0 deletions

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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>