From ee93375872d33a3c4518cda416315f8ea844f5ab Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 1 Mar 2006 20:20:22 +0000 Subject: * analyze_sigfe: New script. * dllfixdbg: Add copyright. * gendef: Ditto. * gendevices: Ditto. * gentls_offsets: Ditto. --- winsup/cygwin/gentls_offsets | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'winsup/cygwin/gentls_offsets') 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"; -- cgit v1.2.3