OSDN Git Service

* autoload.cc: Fix copyright date.
authorcorinna <corinna>
Wed, 15 Jan 2003 10:21:22 +0000 (10:21 +0000)
committercorinna <corinna>
Wed, 15 Jan 2003 10:21:22 +0000 (10:21 +0000)
* fhandler_dsp.cc: Ditto.
* mmap.cc: Ditto.
* net.cc: Ditto.
* ntdll.h: Ditto.
* signal.cc: Ditto.
* syscalls.cc: Ditto.
* uname.cc: Ditto.
* wait.cc: Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/fhandler_dsp.cc
winsup/cygwin/mmap.cc
winsup/cygwin/net.cc
winsup/cygwin/ntdll.h
winsup/cygwin/signal.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/uname.cc
winsup/cygwin/wait.cc

index 48165fc..1e37b62 100644 (file)
@@ -1,3 +1,15 @@
+2003-01-15  Corinna Vinschen <corinna@vinschen.de>
+
+       * autoload.cc: Fix copyright date.
+       * fhandler_dsp.cc: Ditto.
+       * mmap.cc: Ditto.
+       * net.cc: Ditto.
+       * ntdll.h: Ditto.
+       * signal.cc: Ditto.
+       * syscalls.cc: Ditto.
+       * uname.cc: Ditto.
+       * wait.cc: Ditto.
+
 2003-01-14  Corinna Vinschen <corinna@vinschen.de>
 
        * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
index 2d75604..9166940 100644 (file)
@@ -1,6 +1,6 @@
 /* autoload.cc: all dynamic load stuff.
 
-   Copyright 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 2000, 2001, 2002, 2003 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index b98bb39..54c8ad2 100644 (file)
@@ -1,6 +1,6 @@
 /* fhandler_dev_dsp: code to emulate OSS sound model /dev/dsp
 
-   Copyright 2001, 2002 Red Hat, Inc
+   Copyright 2001, 2002, 2003 Red Hat, Inc
 
    Written by Andy Younger (andy@snoogie.demon.co.uk)
 
index 08da3b8..d1fe5d7 100644 (file)
@@ -1,6 +1,6 @@
 /* mmap.cc
 
-   Copyright 1996, 1997, 1998, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index 4bf5b24..eabd1b3 100644 (file)
@@ -1,6 +1,6 @@
 /* net.cc: network-related routines.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index 0d09026..768abc6 100644 (file)
@@ -1,6 +1,6 @@
 /* ntdll.h.  Contains ntdll specific stuff not defined elsewhere.
 
-   Copyright 2000, 2001 Red Hat, Inc.
+   Copyright 2000, 2001, 2002, 2003 Red Hat, Inc.
 
    This file is part of Cygwin.
 
index c852907..106cedb 100644 (file)
@@ -1,6 +1,6 @@
 /* signal.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
    Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com
    Significant changes by Sergey Okhapkin <sos@prospect.com.ru>
index cdb6792..5f5a1e0 100644 (file)
@@ -1,6 +1,6 @@
 /* syscalls.cc: syscalls
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index d7ee70e..2774409 100644 (file)
@@ -1,6 +1,6 @@
 /* uname.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
    Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com
    Rewritten by Geoffrey Noer of Cygnus Solutions, noer@cygnus.com
 
index c66df1b..969aafd 100644 (file)
@@ -1,6 +1,6 @@
 /* wait.cc: Posix wait routines.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
 
 This file is part of Cygwin.