diff options
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r-- | winsup/utils/setfacl.c | 11 |
1 files changed, 11 insertions, 0 deletions
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> |