diff options
author | Christopher Faylor <me@cgf.cx> | 2006-03-01 20:20:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-03-01 20:20:22 +0000 |
commit | ee93375872d33a3c4518cda416315f8ea844f5ab (patch) | |
tree | ef15cb568d894adc1827393aab9c5f05d62bce2e /winsup/cygwin/dllfixdbg | |
parent | 3b1f276fca026267c148ee1b4738db224f3f4186 (diff) | |
download | newlib-ee93375872d33a3c4518cda416315f8ea844f5ab.zip newlib-ee93375872d33a3c4518cda416315f8ea844f5ab.tar.gz newlib-ee93375872d33a3c4518cda416315f8ea844f5ab.tar.bz2 |
* analyze_sigfe: New script.
* dllfixdbg: Add copyright.
* gendef: Ditto.
* gendevices: Ditto.
* gentls_offsets: Ditto.
Diffstat (limited to 'winsup/cygwin/dllfixdbg')
-rwxr-xr-x | winsup/cygwin/dllfixdbg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/dllfixdbg b/winsup/cygwin/dllfixdbg index 8d66988..909d113 100755 --- a/winsup/cygwin/dllfixdbg +++ b/winsup/cygwin/dllfixdbg @@ -1,4 +1,12 @@ #!/usr/bin/perl +# Copyright 2006 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. +# use integer; use strict; sub xit($@); |