summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/gentls_offsets
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-03-01 20:20:22 +0000
committerChristopher Faylor <me@cgf.cx>2006-03-01 20:20:22 +0000
commitee93375872d33a3c4518cda416315f8ea844f5ab (patch)
treeef15cb568d894adc1827393aab9c5f05d62bce2e /winsup/cygwin/gentls_offsets
parent3b1f276fca026267c148ee1b4738db224f3f4186 (diff)
downloadcygnal-ee93375872d33a3c4518cda416315f8ea844f5ab.tar.gz
cygnal-ee93375872d33a3c4518cda416315f8ea844f5ab.tar.bz2
cygnal-ee93375872d33a3c4518cda416315f8ea844f5ab.zip
* analyze_sigfe: New script.
* dllfixdbg: Add copyright. * gendef: Ditto. * gendevices: Ditto. * gentls_offsets: Ditto.
Diffstat (limited to 'winsup/cygwin/gentls_offsets')
-rwxr-xr-xwinsup/cygwin/gentls_offsets8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/gentls_offsets b/winsup/cygwin/gentls_offsets
index 931eac3f8..21c9d1e7a 100755
--- a/winsup/cygwin/gentls_offsets
+++ b/winsup/cygwin/gentls_offsets
@@ -1,4 +1,12 @@
#!/usr/bin/perl -s
+# Copyright 2003, 2004, 2005 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.
+#
my $tls = shift;
my $tls_out = shift;
open(TLS, $tls) or die "$0: couldn't open tls file \"$tls\" - $!\n";