diff options
author | Christopher Faylor <me@cgf.cx> | 2002-01-13 20:03:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-01-13 20:03:03 +0000 |
commit | 33ad2bf9d14daf8d275b6c76b269c81f560d57b2 (patch) | |
tree | 1af89675801a45e4d8931a44494491d223286832 /winsup/cygwin/speclib | |
parent | 5daa0835e394b2ace6d6223a6c79e8157ec817fa (diff) | |
download | cygnal-33ad2bf9d14daf8d275b6c76b269c81f560d57b2.tar.gz cygnal-33ad2bf9d14daf8d275b6c76b269c81f560d57b2.tar.bz2 cygnal-33ad2bf9d14daf8d275b6c76b269c81f560d57b2.zip |
Add copyright stuff
Diffstat (limited to 'winsup/cygwin/speclib')
-rwxr-xr-x | winsup/cygwin/speclib | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/speclib b/winsup/cygwin/speclib index f9c467685..ac7cc28fa 100755 --- a/winsup/cygwin/speclib +++ b/winsup/cygwin/speclib @@ -1,4 +1,14 @@ #!/bin/sh +# speclib - Make a special version of the cygwin import library. +# +# 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. + case "$1" in -v) v="-v"; shift esac |