Add copyright stuff

This commit is contained in:
Christopher Faylor 2002-01-13 20:03:03 +00:00
parent 5daa0835e3
commit 33ad2bf9d1
15 changed files with 33 additions and 13 deletions

@ -1,4 +1,14 @@
#!/bin/sh #!/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 file_magic=$1; shift
gcc=$1; shift gcc=$1; shift
file=$1; shift file=$1; shift

@ -1,6 +1,6 @@
/* dcrt0.cc -- essentially the main() for the Cygwin dll /* dcrt0.cc -- essentially the main() for the Cygwin dll
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* dir.cc: Posix directory-related routines /* dir.cc: Posix directory-related routines
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* dtable.cc: file descriptor support. /* dtable.cc: file descriptor support.
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* exceptions.cc /* exceptions.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* sys/ioctl.h /* sys/ioctl.h
Copyright 1998, 2001 Red Hat, Inc. Copyright 1998, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* ioctl.cc: ioctl routines. /* ioctl.cc: ioctl routines.
Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Written by Doug Evans of Cygnus Support Written by Doug Evans of Cygnus Support
dje@cygnus.com dje@cygnus.com

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# mkvers.sh - Make version information for cygwin DLL # mkvers.sh - Make version information for cygwin DLL
# #
# Copyright 1998, 1999, 2000, 2001 Red Hat, Inc. # Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
# #
# This file is part of Cygwin. # This file is part of Cygwin.
# #

@ -1,6 +1,6 @@
/* signal.cc /* signal.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com
Significant changes by Sergey Okhapkin <sos@prospect.com.ru> Significant changes by Sergey Okhapkin <sos@prospect.com.ru>

@ -1,6 +1,6 @@
/* sigproc.cc: inter/intra signal and sub process handler /* sigproc.cc: inter/intra signal and sub process handler
Copyright 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Written by Christopher Faylor <cgf@cygnus.com> Written by Christopher Faylor <cgf@cygnus.com>

@ -1,6 +1,6 @@
/* sigproc.h /* sigproc.h
Copyright 1997, 1998, 2000, 2001 Red Hat, Inc. Copyright 1997, 1998, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* spawn.cc /* spawn.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,4 +1,14 @@
#!/bin/sh #!/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 case "$1" in
-v) v="-v"; shift -v) v="-v"; shift
esac esac

@ -1,6 +1,6 @@
/* syscalls.cc: syscalls /* syscalls.cc: syscalls
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.

@ -1,6 +1,6 @@
/* winsup.h: main Cygwin header file. /* winsup.h: main Cygwin header file.
Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.