diff options
Diffstat (limited to 'winsup/utils/getfacl.c')
-rw-r--r-- | winsup/utils/getfacl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/utils/getfacl.c b/winsup/utils/getfacl.c index 482bc0c..a061807 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> |