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:
authorCorinna Vinschen <corinna@vinschen.de>2001-03-05 20:55:23 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-03-05 20:55:23 +0300
commitce637855547e0d90a8de62516111affebc12f7fa (patch)
tree2670aa67ecad67b1f4f6635ac335ada7830c2f26 /winsup/utils/strace.cc
parent95a8465ba0fb3ea0fb9033e4823b1f65c4554f27 (diff)
* getfacl.c: Add copyright hint.
* setfacl.c: Ditto. * strace.cc: Ditto.
Diffstat (limited to 'winsup/utils/strace.cc')
-rw-r--r--winsup/utils/strace.cc12
1 files changed, 12 insertions, 0 deletions
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>