whitespace cleanup, update copyright
This commit is contained in:
parent
2b1c041081
commit
73ea29f42c
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_client.cc
|
/* cygserver_client.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Egor Duda <deo@logos-m.ru>
|
Written by Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver.cc
|
/* cygserver.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Egor Duda <deo@logos-m.ru>
|
Written by Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_process.cc
|
/* cygserver_process.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
@ -138,7 +138,6 @@ process_cache::remove_process (class process *theprocess)
|
|||||||
add_task (theprocess);
|
add_task (theprocess);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* copy <= max_copy HANDLEs to dest[], starting at an offset into _our list_ of
|
/* copy <= max_copy HANDLEs to dest[], starting at an offset into _our list_ of
|
||||||
* begin_at. (Ie begin_at = 5, the first copied handle is still written to dest[0]
|
* begin_at. (Ie begin_at = 5, the first copied handle is still written to dest[0]
|
||||||
* NOTE: Thread safe, but not thread guaranteed - a newly added process may be missed.
|
* NOTE: Thread safe, but not thread guaranteed - a newly added process may be missed.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_shm.cc: Single unix specification IPC interface for Cygwin
|
/* cygserver_shm.cc: Single unix specification IPC interface for Cygwin
|
||||||
|
|
||||||
Copyright 2001 Red Hat, Inc.
|
Copyright 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Originally written by Robert Collins <robert.collins@hotmail.com>
|
Originally written by Robert Collins <robert.collins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_shm.h
|
/* cygserver_shm.h
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_transport.cc
|
/* cygserver_transport.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_transport_pipes.cc
|
/* cygserver_transport_pipes.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_transport_sockets.cc
|
/* cygserver_transport_sockets.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver.cc
|
/* cygserver.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Egor Duda <deo@logos-m.ru>
|
Written by Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_client.cc
|
/* cygserver_client.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Egor Duda <deo@logos-m.ru>
|
Written by Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_process.cc
|
/* cygserver_process.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
@ -138,7 +138,6 @@ process_cache::remove_process (class process *theprocess)
|
|||||||
add_task (theprocess);
|
add_task (theprocess);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* copy <= max_copy HANDLEs to dest[], starting at an offset into _our list_ of
|
/* copy <= max_copy HANDLEs to dest[], starting at an offset into _our list_ of
|
||||||
* begin_at. (Ie begin_at = 5, the first copied handle is still written to dest[0]
|
* begin_at. (Ie begin_at = 5, the first copied handle is still written to dest[0]
|
||||||
* NOTE: Thread safe, but not thread guaranteed - a newly added process may be missed.
|
* NOTE: Thread safe, but not thread guaranteed - a newly added process may be missed.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_shm.cc: Single unix specification IPC interface for Cygwin
|
/* cygserver_shm.cc: Single unix specification IPC interface for Cygwin
|
||||||
|
|
||||||
Copyright 2001 Red Hat, Inc.
|
Copyright 2001, 2002 Red Hat, Inc.
|
||||||
|
|
||||||
Originally written by Robert Collins <robert.collins@hotmail.com>
|
Originally written by Robert Collins <robert.collins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_shm.h
|
/* cygserver_shm.h
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_transport.cc
|
/* cygserver_transport.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_transport_pipes.cc
|
/* cygserver_transport_pipes.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_transport_sockets.cc
|
/* cygserver_transport_sockets.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver.h
|
/* cygserver.h
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Egor Duda <deo@logos-m.ru>
|
Written by Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver_process.h
|
/* cygserver_process.h
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver.cc
|
/* cygserver.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver.cc
|
/* cygserver.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygserver.cc
|
/* cygserver.cc
|
||||||
|
|
||||||
Copyright 2001 Red Hat Inc.
|
Copyright 2001, 2002 Red Hat Inc.
|
||||||
|
|
||||||
Written by Robert Collins <rbtcollins@hotmail.com>
|
Written by Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user