* child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,
fhandler_floppy.cc, fhandler_mem.cc, fhandler_random.cc, fhandler_tape.cc, fhandler_zero.cc, grp.cc, mmap.cc, passwd.cc, pinfo.cc, pinfo.h, pipe.cc, sec_acl.cc, sec_helper.cc, security.cc, security.h, thread.h, uinfo.cc, include/cygwin/acl.h: Fix copyright.
This commit is contained in:
parent
de4e0d3001
commit
b31c68c447
|
@ -1,11 +1,19 @@
|
||||||
2002-02-10 Corinna Vinschen <corinna@vinschen.de>
|
2002-02-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,
|
* child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,
|
||||||
|
fhandler_floppy.cc, fhandler_mem.cc, fhandler_random.cc,
|
||||||
|
fhandler_tape.cc, fhandler_zero.cc, grp.cc, mmap.cc, passwd.cc,
|
||||||
|
pinfo.cc, pinfo.h, pipe.cc, sec_acl.cc, sec_helper.cc, security.cc,
|
||||||
|
security.h, thread.h, uinfo.cc, include/cygwin/acl.h: Fix copyright.
|
||||||
|
|
||||||
|
2002-02-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,
|
||||||
fhandler_clipboard.cc, fhandler_disk_file.cc, fhandler_dsp.cc,
|
fhandler_clipboard.cc, fhandler_disk_file.cc, fhandler_dsp.cc,
|
||||||
fhandler_floppy.cc, fhandler_mem.cc, fhandler_random.cc,
|
fhandler_floppy.cc, fhandler_mem.cc, fhandler_random.cc,
|
||||||
fhandler_tape.cc, fhandler_zero.cc, grp.cc, mmap.cc, passwd.cc,
|
fhandler_tape.cc, fhandler_zero.cc, grp.cc, mmap.cc, passwd.cc,
|
||||||
pinfo.cc, pinfo.h, pipe.cc, sec_acl.cc, sec_helper.cc, security.cc,
|
pinfo.cc, pinfo.h, pipe.cc, sec_acl.cc, sec_helper.cc, security.cc,
|
||||||
security.h, spawn.cc, syscalls.cc, thread.h, uinfo.cc, winsup.h):
|
security.h, spawn.cc, syscalls.cc, thread.h, uinfo.cc, winsup.h:
|
||||||
Change usage of uid_t to __uid16_t, gid_t to __gid16_t and
|
Change usage of uid_t to __uid16_t, gid_t to __gid16_t and
|
||||||
off_t to __off32_t throughout. Use INVALID_UID, INVALID_GID and
|
off_t to __off32_t throughout. Use INVALID_UID, INVALID_GID and
|
||||||
INVALID_SEEK instead casting -1 to the appropriate type.
|
INVALID_SEEK instead casting -1 to the appropriate type.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* childinfo.h: shared child info for cygwin
|
/* childinfo.h: shared child info for cygwin
|
||||||
|
|
||||||
Copyright 2000 Red Hat, Inc.
|
Copyright 2000, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* cygheap.h: Cygwin heap manager.
|
/* cygheap.h: Cygwin heap manager.
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* fhandler_dev_clipboard: code to access /dev/clipboard
|
/* fhandler_dev_clipboard: code to access /dev/clipboard
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc
|
Copyright 2000, 2001, 2002 Red Hat, Inc
|
||||||
|
|
||||||
Written by Charles Wilson (cwilson@ece.gatech.edu)
|
Written by Charles Wilson (cwilson@ece.gatech.edu)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* fhandler_dev_dsp: code to emulate OSS sound model /dev/dsp
|
/* fhandler_dev_dsp: code to emulate OSS sound model /dev/dsp
|
||||||
|
|
||||||
Copyright 2001 Red Hat, Inc
|
Copyright 2001, 2002 Red Hat, Inc
|
||||||
|
|
||||||
Written by Andy Younger (andy@snoogie.demon.co.uk)
|
Written by Andy Younger (andy@snoogie.demon.co.uk)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* fhandler_floppy.cc. See fhandler.h for a description of the
|
/* fhandler_floppy.cc. See fhandler.h for a description of the
|
||||||
fhandler classes.
|
fhandler classes.
|
||||||
|
|
||||||
Copyright 1999, 2000, 2001 Red Hat, Inc.
|
Copyright 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* fhandler_mem.cc. See fhandler.h for a description of the fhandler classes.
|
/* fhandler_mem.cc. See fhandler.h for a description of the fhandler classes.
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* fhandler_random.cc: code to access /dev/random and /dev/urandom
|
/* fhandler_random.cc: code to access /dev/random and /dev/urandom
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Written by Corinna Vinschen (vinschen@cygnus.com)
|
Written by Corinna Vinschen (vinschen@cygnus.com)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* fhandler_tape.cc. See fhandler.h for a description of the fhandler
|
/* fhandler_tape.cc. See fhandler.h for a description of the fhandler
|
||||||
classes.
|
classes.
|
||||||
|
|
||||||
Copyright 1999, 2000, 2001 Red Hat, Inc.
|
Copyright 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* fhandler_dev_zero.cc: code to access /dev/zero
|
/* fhandler_dev_zero.cc: code to access /dev/zero
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Written by DJ Delorie (dj@cygnus.com)
|
Written by DJ Delorie (dj@cygnus.com)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* grp.cc
|
/* grp.cc
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 2000, 2001 Red Hat, Inc.
|
Copyright 1996, 1997, 1998, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Original stubs by Jason Molenda of Cygnus Support, crash@cygnus.com
|
Original stubs by Jason Molenda of Cygnus Support, crash@cygnus.com
|
||||||
First implementation by Gunther Ebert, gunther.ebert@ixos-leipzig.de
|
First implementation by Gunther Ebert, gunther.ebert@ixos-leipzig.de
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* cygwin/acl.h header file for Cygwin.
|
/* cygwin/acl.h header file for Cygwin.
|
||||||
|
|
||||||
Copyright 1999, 2000, 2001 Red Hat, Inc.
|
Copyright 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
Written by C. Vinschen.
|
Written by C. Vinschen.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* mmap.cc
|
/* mmap.cc
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 2000, 2001 Red Hat, Inc.
|
Copyright 1996, 1997, 1998, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* passwd.cc: getpwnam () and friends
|
/* passwd.cc: getpwnam () and friends
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 2001 Red Hat, Inc.
|
Copyright 1996, 1997, 1998, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* pinfo.cc: process table support
|
/* pinfo.cc: process table support
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 2000, 2001 Red Hat, Inc.
|
Copyright 1996, 1997, 1998, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* pinfo.h: process table info
|
/* pinfo.h: process table info
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* pipe.cc: pipe for Cygwin.
|
/* pipe.cc: pipe for Cygwin.
|
||||||
|
|
||||||
Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc.
|
Copyright 1996, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* secacl.cc: Sun compatible ACL functions.
|
/* secacl.cc: Sun compatible ACL functions.
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Written by Corinna Vinschen <corinna@vinschen.de>
|
Written by Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* sec_helper.cc: NT security helper functions
|
/* sec_helper.cc: NT security helper functions
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Written by Corinna Vinschen <corinna@vinschen.de>
|
Written by Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* security.cc: NT security functions
|
/* security.cc: NT security functions
|
||||||
|
|
||||||
Copyright 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
|
Copyright 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Originaly written by Gunther Ebert, gunther.ebert@ixos-leipzig.de
|
Originaly written by Gunther Ebert, gunther.ebert@ixos-leipzig.de
|
||||||
Completely rewritten by Corinna Vinschen <corinna@vinschen.de>
|
Completely rewritten by Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* security.h: security declarations
|
/* security.h: security declarations
|
||||||
|
|
||||||
Copyright 2000, 2001 Red Hat, Inc.
|
Copyright 2000, 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* thread.h: Locking and threading module definitions
|
/* thread.h: Locking and threading module definitions
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
|
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
||||||
Copyright 2001 Red Hat, Inc.
|
Copyright 2001 Red Hat, Inc.
|
||||||
|
|
||||||
Written by Marco Fuykschot <marco@ddi.nl>
|
Written by Marco Fuykschot <marco@ddi.nl>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* uinfo.cc: user info (uid, gid, etc...)
|
/* uinfo.cc: user info (uid, gid, etc...)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue