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:
authorChristopher Faylor <me@cgf.cx>2002-01-13 23:03:03 +0300
committerChristopher Faylor <me@cgf.cx>2002-01-13 23:03:03 +0300
commit33ad2bf9d14daf8d275b6c76b269c81f560d57b2 (patch)
tree1af89675801a45e4d8931a44494491d223286832 /winsup/cygwin/cygmagic
parent5daa0835e394b2ace6d6223a6c79e8157ec817fa (diff)
Add copyright stuff
Diffstat (limited to 'winsup/cygwin/cygmagic')
-rwxr-xr-xwinsup/cygwin/cygmagic10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/cygmagic b/winsup/cygwin/cygmagic
index 405fbec7b..87e571d9c 100755
--- a/winsup/cygwin/cygmagic
+++ b/winsup/cygwin/cygmagic
@@ -1,4 +1,14 @@
#!/bin/sh
+# cygmagic - Generate "magic numbers" from a structure.
+#
+# Copyright 2001, 2002 Red Hat, Inc.
+#
+# 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.
+
file_magic=$1; shift
gcc=$1; shift
file=$1; shift