diff options
Diffstat (limited to 'winsup/utils/strace.cc')
-rw-r--r-- | winsup/utils/strace.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc index b9eb82a..58547ed 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> |