This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50

commit 6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue May 24 11:16:39 2016 +0200

    Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
    
    Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause.
    
    Everything else stays under GPLv3+.
    
    New Linking Exception exempts resulting executables from LGPLv3 section 4.
    
    Add CONTRIBUTORS file to keep track of licensing.
    
    Remove 'Copyright Red Hat Inc' comments.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/CONTRIBUTORS                          |  92 +++++++++++++++
 winsup/COPYING.LIB                           | 165 +++++++++++++++++++++++++++
 winsup/CYGWIN_LICENSE                        |  96 +++++-----------
 winsup/Makefile.common                       |   2 -
 winsup/Makefile.in                           |   2 -
 winsup/configure.ac                          |   2 -
 winsup/cygserver/Makefile.in                 |   1 -
 winsup/cygserver/bsd_helper.cc               |   2 -
 winsup/cygserver/bsd_helper.h                |   2 -
 winsup/cygserver/bsd_log.cc                  |   2 -
 winsup/cygserver/bsd_log.h                   |   2 -
 winsup/cygserver/bsd_mutex.cc                |   2 -
 winsup/cygserver/bsd_mutex.h                 |   2 -
 winsup/cygserver/client.cc                   |   2 -
 winsup/cygserver/configure.ac                |   1 -
 winsup/cygserver/cygserver-config            |   2 -
 winsup/cygserver/cygserver.cc                |   4 +-
 winsup/cygserver/cygserver.conf              |   2 +-
 winsup/cygserver/msg.cc                      |   2 -
 winsup/cygserver/process.cc                  |   2 -
 winsup/cygserver/process.h                   |   2 -
 winsup/cygserver/pwdgrp.cc                   |   2 -
 winsup/cygserver/sem.cc                      |   2 -
 winsup/cygserver/setpwd.cc                   |   2 -
 winsup/cygserver/shm.cc                      |   2 -
 winsup/cygserver/threaded_queue.cc           |   2 -
 winsup/cygserver/threaded_queue.h            |   2 -
 winsup/cygserver/transport.cc                |   2 -
 winsup/cygserver/transport.h                 |   2 -
 winsup/cygserver/transport_pipes.cc          |   2 -
 winsup/cygserver/transport_pipes.h           |   2 -
 winsup/cygserver/woutsup.h                   |   2 -
 winsup/cygwin/Makefile.in                    |   2 -
 winsup/cygwin/advapi32.cc                    |   2 -
 winsup/cygwin/analyze_sigfe                  |   1 -
 winsup/cygwin/assert.cc                      |   3 -
 winsup/cygwin/autoload.cc                    |   3 -
 winsup/cygwin/automode.c                     |   2 -
 winsup/cygwin/binmode.c                      |   2 -
 winsup/cygwin/child_info.h                   |   3 -
 winsup/cygwin/collate.h                      |   2 -
 winsup/cygwin/configure.ac                   |   2 -
 winsup/cygwin/cpuid.h                        |   2 -
 winsup/cygwin/crt0.c                         |   2 -
 winsup/cygwin/cxx.cc                         |   2 -
 winsup/cygwin/cygerrno.h                     |   3 -
 winsup/cygwin/cygheap.cc                     |   3 -
 winsup/cygwin/cygheap.h                      |   3 -
 winsup/cygwin/cygheap_malloc.h               |   3 -
 winsup/cygwin/cyglsa.h                       |   2 -
 winsup/cygwin/cygmagic                       |   2 -
 winsup/cygwin/cygmalloc.h                    |   2 -
 winsup/cygwin/cygserver.h                    |   2 -
 winsup/cygwin/cygserver_ipc.h                |   2 -
 winsup/cygwin/cygserver_msg.h                |   2 -
 winsup/cygwin/cygserver_pwdgrp.h             |   2 -
 winsup/cygwin/cygserver_sem.h                |   2 -
 winsup/cygwin/cygserver_setpwd.h             |   2 -
 winsup/cygwin/cygserver_shm.h                |   2 -
 winsup/cygwin/cygthread.cc                   |   3 -
 winsup/cygwin/cygtls.cc                      |   3 -
 winsup/cygwin/cygtls.h                       |   3 -
 winsup/cygwin/cygtls_padsize.h               |   2 -
 winsup/cygwin/cygwait.cc                     |   2 -
 winsup/cygwin/cygwait.h                      |   3 -
 winsup/cygwin/cygwin-cxx.h                   |   2 -
 winsup/cygwin/cygwin_version.h               |   2 -
 winsup/cygwin/cygxdr.cc                      |   2 -
 winsup/cygwin/cygxdr.h                       |   2 -
 winsup/cygwin/dcrt0.cc                       |   3 -
 winsup/cygwin/debug.cc                       |   4 -
 winsup/cygwin/debug.h                        |   3 -
 winsup/cygwin/dir.cc                         |   3 -
 winsup/cygwin/dlfcn.cc                       |   3 -
 winsup/cygwin/dll_init.cc                    |   3 -
 winsup/cygwin/dll_init.h                     |   3 -
 winsup/cygwin/dllfixdbg                      |   1 -
 winsup/cygwin/dtable.cc                      |   3 -
 winsup/cygwin/dtable.h                       |   3 -
 winsup/cygwin/environ.cc                     |   3 -
 winsup/cygwin/environ.h                      |   2 -
 winsup/cygwin/errno.cc                       |   3 -
 winsup/cygwin/exception.h                    |   3 -
 winsup/cygwin/exceptions.cc                  |   3 -
 winsup/cygwin/exec.cc                        |   3 -
 winsup/cygwin/external.cc                    |   3 -
 winsup/cygwin/fcntl.cc                       |   3 -
 winsup/cygwin/fenv.cc                        |   2 -
 winsup/cygwin/fhandler.cc                    |   3 -
 winsup/cygwin/fhandler.h                     |   3 -
 winsup/cygwin/fhandler_clipboard.cc          |   3 -
 winsup/cygwin/fhandler_console.cc            |   3 -
 winsup/cygwin/fhandler_dev.cc                |   2 -
 winsup/cygwin/fhandler_disk_file.cc          |   3 -
 winsup/cygwin/fhandler_dsp.cc                |   2 -
 winsup/cygwin/fhandler_fifo.cc               |   3 -
 winsup/cygwin/fhandler_floppy.cc             |   3 -
 winsup/cygwin/fhandler_mailslot.cc           |   2 -
 winsup/cygwin/fhandler_netdrive.cc           |   3 -
 winsup/cygwin/fhandler_nodevice.cc           |   3 -
 winsup/cygwin/fhandler_proc.cc               |   3 -
 winsup/cygwin/fhandler_process.cc            |   3 -
 winsup/cygwin/fhandler_procnet.cc            |   2 -
 winsup/cygwin/fhandler_procsys.cc            |   2 -
 winsup/cygwin/fhandler_procsysvipc.cc        |   2 -
 winsup/cygwin/fhandler_random.cc             |   3 -
 winsup/cygwin/fhandler_raw.cc                |   3 -
 winsup/cygwin/fhandler_registry.cc           |   3 -
 winsup/cygwin/fhandler_serial.cc             |   3 -
 winsup/cygwin/fhandler_socket.cc             |   3 -
 winsup/cygwin/fhandler_tape.cc               |   3 -
 winsup/cygwin/fhandler_termios.cc            |   3 -
 winsup/cygwin/fhandler_tty.cc                |   3 -
 winsup/cygwin/fhandler_virtual.cc            |   3 -
 winsup/cygwin/fhandler_virtual.h             |   2 -
 winsup/cygwin/fhandler_windows.cc            |   3 -
 winsup/cygwin/fhandler_zero.cc               |   2 -
 winsup/cygwin/flock.cc                       |   2 -
 winsup/cygwin/fork.cc                        |   3 -
 winsup/cygwin/gcrt0.c                        |   2 -
 winsup/cygwin/gendef                         |   2 -
 winsup/cygwin/gendevices                     |   1 -
 winsup/cygwin/gentls_offsets                 |   1 -
 winsup/cygwin/globals.cc                     |   3 -
 winsup/cygwin/grp.cc                         |   3 -
 winsup/cygwin/heap.cc                        |   3 -
 winsup/cygwin/heap.h                         |   2 -
 winsup/cygwin/hires.h                        |   2 -
 winsup/cygwin/hookapi.cc                     |   2 -
 winsup/cygwin/how-autoload-works.txt         |   2 +-
 winsup/cygwin/how-cygheap-works.txt          |   2 +-
 winsup/cygwin/how-cygtls-works.txt           |   2 +-
 winsup/cygwin/how-fhandlers-work.txt         |   2 +-
 winsup/cygwin/how-signals-work.txt           |   2 +-
 winsup/cygwin/how-startup-shutdown-works.txt |   3 +-
 winsup/cygwin/how-to-debug-cygwin.txt        |   2 +-
 winsup/cygwin/include/a.out.h                |   2 -
 winsup/cygwin/include/arpa/inet.h            |   2 -
 winsup/cygwin/include/asm/byteorder.h        |   2 -
 winsup/cygwin/include/asm/socket.h           |   2 -
 winsup/cygwin/include/asm/types.h            |   2 -
 winsup/cygwin/include/attr/xattr.h           |   2 -
 winsup/cygwin/include/bits/endian.h          |   2 -
 winsup/cygwin/include/byteswap.h             |   2 -
 winsup/cygwin/include/cygwin/acl.h           |   2 -
 winsup/cygwin/include/cygwin/config.h        |   2 -
 winsup/cygwin/include/cygwin/core_dump.h     |   2 -
 winsup/cygwin/include/cygwin/cygwin_dll.h    |   2 -
 winsup/cygwin/include/cygwin/fs.h            |   2 -
 winsup/cygwin/include/cygwin/grp.h           |   2 -
 winsup/cygwin/include/cygwin/hdreg.h         |   2 -
 winsup/cygwin/include/cygwin/if.h            |   2 -
 winsup/cygwin/include/cygwin/in6.h           |   2 -
 winsup/cygwin/include/cygwin/ipc.h           |   2 -
 winsup/cygwin/include/cygwin/kd.h            |   2 -
 winsup/cygwin/include/cygwin/msg.h           |   2 -
 winsup/cygwin/include/cygwin/mtio.h          |   2 -
 winsup/cygwin/include/cygwin/rdevio.h        |   2 -
 winsup/cygwin/include/cygwin/sem.h           |   2 -
 winsup/cygwin/include/cygwin/shm.h           |   2 -
 winsup/cygwin/include/cygwin/signal.h        |   3 -
 winsup/cygwin/include/cygwin/socket.h        |   3 -
 winsup/cygwin/include/cygwin/stat.h          |   2 -
 winsup/cygwin/include/cygwin/stdlib.h        |   2 -
 winsup/cygwin/include/cygwin/sysproto.h      |   2 -
 winsup/cygwin/include/cygwin/time.h          |   2 -
 winsup/cygwin/include/cygwin/utmp.h          |   2 -
 winsup/cygwin/include/cygwin/version.h       |   3 -
 winsup/cygwin/include/cygwin/wait.h          |   2 -
 winsup/cygwin/include/dlfcn.h                |   2 -
 winsup/cygwin/include/endian.h               |   2 -
 winsup/cygwin/include/err.h                  |   2 -
 winsup/cygwin/include/error.h                |   2 -
 winsup/cygwin/include/fcntl.h                |   3 -
 winsup/cygwin/include/features.h             |   2 -
 winsup/cygwin/include/fenv.h                 |   2 -
 winsup/cygwin/include/io.h                   |   2 -
 winsup/cygwin/include/lastlog.h              |   2 -
 winsup/cygwin/include/limits.h               |   3 -
 winsup/cygwin/include/machine/_arc4random.h  |   2 -
 winsup/cygwin/include/machine/_endian.h      |   2 -
 winsup/cygwin/include/machine/stdlib.h       |   2 -
 winsup/cygwin/include/machine/types.h        |   2 -
 winsup/cygwin/include/mapi.h                 |   2 -
 winsup/cygwin/include/memory.h               |   2 -
 winsup/cygwin/include/mntent.h               |   2 -
 winsup/cygwin/include/mqueue.h               |   2 -
 winsup/cygwin/include/net/if.h               |   2 -
 winsup/cygwin/include/netinet/in.h           |   2 -
 winsup/cygwin/include/netinet/in_systm.h     |   2 -
 winsup/cygwin/include/netinet/ip_icmp.h      |   2 -
 winsup/cygwin/include/paths.h                |   2 -
 winsup/cygwin/include/poll.h                 |   2 -
 winsup/cygwin/include/pthread.h              |   3 -
 winsup/cygwin/include/semaphore.h            |   2 -
 winsup/cygwin/include/sys/acl.h              |   2 -
 winsup/cygwin/include/sys/cygwin.h           |   3 -
 winsup/cygwin/include/sys/dirent.h           |   3 -
 winsup/cygwin/include/sys/ioctl.h            |   2 -
 winsup/cygwin/include/sys/ipc.h              |   2 -
 winsup/cygwin/include/sys/kd.h               |   2 -
 winsup/cygwin/include/sys/lock.h             |   2 -
 winsup/cygwin/include/sys/mman.h             |   2 -
 winsup/cygwin/include/sys/mount.h            |   3 -
 winsup/cygwin/include/sys/msg.h              |   2 -
 winsup/cygwin/include/sys/mtio.h             |   2 -
 winsup/cygwin/include/sys/poll.h             |   2 -
 winsup/cygwin/include/sys/procfs.h           |   2 -
 winsup/cygwin/include/sys/resource.h         |   2 -
 winsup/cygwin/include/sys/sem.h              |   2 -
 winsup/cygwin/include/sys/shm.h              |   2 -
 winsup/cygwin/include/sys/smallprint.h       |   2 -
 winsup/cygwin/include/sys/socket.h           |   3 -
 winsup/cygwin/include/sys/statfs.h           |   2 -
 winsup/cygwin/include/sys/statvfs.h          |   2 -
 winsup/cygwin/include/sys/stdio.h            |   2 -
 winsup/cygwin/include/sys/strace.h           |   3 -
 winsup/cygwin/include/sys/sysinfo.h          |   2 -
 winsup/cygwin/include/sys/syslimits.h        |   2 -
 winsup/cygwin/include/sys/syslog.h           |   2 -
 winsup/cygwin/include/sys/sysmacros.h        |   2 -
 winsup/cygwin/include/sys/sysproto.h         |   2 -
 winsup/cygwin/include/sys/termio.h           |   2 -
 winsup/cygwin/include/sys/termios.h          |   3 -
 winsup/cygwin/include/sys/ucontext.h         |   2 -
 winsup/cygwin/include/sys/uio.h              |   2 -
 winsup/cygwin/include/sys/un.h               |   2 -
 winsup/cygwin/include/sys/utime.h            |   2 -
 winsup/cygwin/include/sys/utmp.h             |   2 -
 winsup/cygwin/include/sys/utsname.h          |   2 -
 winsup/cygwin/include/sys/vfs.h              |   2 -
 winsup/cygwin/include/sys/xattr.h            |   2 -
 winsup/cygwin/include/syslog.h               |   2 -
 winsup/cygwin/include/termio.h               |   2 -
 winsup/cygwin/include/tzfile.h               |   2 -
 winsup/cygwin/include/ucontext.h             |   2 -
 winsup/cygwin/include/utmpx.h                |   2 -
 winsup/cygwin/include/wait.h                 |   2 -
 winsup/cygwin/init.cc                        |   3 -
 winsup/cygwin/ioctl.cc                       |   3 -
 winsup/cygwin/ipc.cc                         |   2 -
 winsup/cygwin/kernel32.cc                    |   2 -
 winsup/cygwin/ldap.cc                        |   2 -
 winsup/cygwin/ldap.h                         |   2 -
 winsup/cygwin/lib/_cygwin_crt0_common.cc     |   3 -
 winsup/cygwin/lib/atexit.c                   |   2 -
 winsup/cygwin/lib/crt0.h                     |   2 -
 winsup/cygwin/lib/cygwin_attach_dll.c        |   2 -
 winsup/cygwin/lib/cygwin_crt0.c              |   2 -
 winsup/cygwin/lib/dll_entry.c                |   2 -
 winsup/cygwin/lib/dll_main.cc                |   2 -
 winsup/cygwin/lib/dso_handle.c               |   2 -
 winsup/cygwin/lib/libcmain.c                 |   2 -
 winsup/cygwin/lib/premain0.c                 |   2 -
 winsup/cygwin/lib/premain1.c                 |   2 -
 winsup/cygwin/lib/premain2.c                 |   2 -
 winsup/cygwin/lib/premain3.c                 |   2 -
 winsup/cygwin/libc/arc4random_stir.c         |   2 -
 winsup/cygwin/libc/minires-os-if.c           |   2 -
 winsup/cygwin/libc/minires.c                 |   2 -
 winsup/cygwin/libc/minires.h                 |   2 -
 winsup/cygwin/libc/xsique.cc                 |   2 -
 winsup/cygwin/libstdcxx_wrapper.cc           |   2 -
 winsup/cygwin/malloc_wrapper.cc              |   3 -
 winsup/cygwin/miscfuncs.cc                   |   3 -
 winsup/cygwin/miscfuncs.h                    |   3 -
 winsup/cygwin/mkvers.sh                      |   3 -
 winsup/cygwin/mmap.cc                        |   3 -
 winsup/cygwin/mmap_helper.h                  |   2 -
 winsup/cygwin/mount.cc                       |   3 -
 winsup/cygwin/mount.h                        |   3 -
 winsup/cygwin/msg.cc                         |   2 -
 winsup/cygwin/mtinfo.h                       |   2 -
 winsup/cygwin/net.cc                         |   3 -
 winsup/cygwin/netdb.cc                       |   2 -
 winsup/cygwin/nfs.cc                         |   2 -
 winsup/cygwin/nfs.h                          |   2 -
 winsup/cygwin/nlsfuncs.cc                    |   2 -
 winsup/cygwin/ntdll.h                        |   3 -
 winsup/cygwin/ntea.cc                        |   3 -
 winsup/cygwin/passwd.cc                      |   3 -
 winsup/cygwin/path.cc                        |   3 -
 winsup/cygwin/path.h                         |   3 -
 winsup/cygwin/perprocess.h                   |   2 -
 winsup/cygwin/pinfo.cc                       |   3 -
 winsup/cygwin/pinfo.h                        |   3 -
 winsup/cygwin/poll.cc                        |   3 -
 winsup/cygwin/posix_ipc.cc                   |   2 -
 winsup/cygwin/profil.c                       |   2 -
 winsup/cygwin/profil.h                       |   2 -
 winsup/cygwin/pthread.cc                     |   3 -
 winsup/cygwin/pwdgrp.h                       |   2 -
 winsup/cygwin/quotactl.cc                    |   2 -
 winsup/cygwin/registry.cc                    |   3 -
 winsup/cygwin/registry.h                     |   3 -
 winsup/cygwin/regparm.h                      |   2 -
 winsup/cygwin/resource.cc                    |   3 -
 winsup/cygwin/scandir.cc                     |   2 -
 winsup/cygwin/sched.cc                       |   3 -
 winsup/cygwin/sec_acl.cc                     |   3 -
 winsup/cygwin/sec_auth.cc                    |   3 -
 winsup/cygwin/sec_helper.cc                  |   3 -
 winsup/cygwin/security.cc                    |   3 -
 winsup/cygwin/security.h                     |   3 -
 winsup/cygwin/select.cc                      |   3 -
 winsup/cygwin/select.h                       |   3 -
 winsup/cygwin/sem.cc                         |   2 -
 winsup/cygwin/setlsapwd.cc                   |   2 -
 winsup/cygwin/shared.cc                      |   3 -
 winsup/cygwin/shared_info.h                  |   3 -
 winsup/cygwin/shm.cc                         |   3 -
 winsup/cygwin/signal.cc                      |   3 -
 winsup/cygwin/sigproc.cc                     |   3 -
 winsup/cygwin/sigproc.h                      |   3 -
 winsup/cygwin/smallprint.cc                  |   3 -
 winsup/cygwin/spawn.cc                       |   3 -
 winsup/cygwin/spinlock.h                     |   2 -
 winsup/cygwin/strace.cc                      |   3 -
 winsup/cygwin/strfuncs.cc                    |   3 -
 winsup/cygwin/string.h                       |   2 -
 winsup/cygwin/strsig.cc                      |   2 -
 winsup/cygwin/sync.cc                        |   3 -
 winsup/cygwin/sync.h                         |   3 -
 winsup/cygwin/syscalls.cc                    |   3 -
 winsup/cygwin/sysconf.cc                     |   3 -
 winsup/cygwin/syslog.cc                      |   3 -
 winsup/cygwin/termios.cc                     |   3 -
 winsup/cygwin/textmode.c                     |   2 -
 winsup/cygwin/textreadmode.c                 |   2 -
 winsup/cygwin/thread.cc                      |   3 -
 winsup/cygwin/thread.h                       |   3 -
 winsup/cygwin/timer.cc                       |   2 -
 winsup/cygwin/times.cc                       |   3 -
 winsup/cygwin/tls_pbuf.cc                    |   2 -
 winsup/cygwin/tls_pbuf.h                     |   2 -
 winsup/cygwin/tmpbuf.h                       |   2 -
 winsup/cygwin/tty.cc                         |   3 -
 winsup/cygwin/tty.h                          |   3 -
 winsup/cygwin/uinfo.cc                       |   3 -
 winsup/cygwin/uname.cc                       |   3 -
 winsup/cygwin/userinfo.h                     |   2 -
 winsup/cygwin/wait.cc                        |   3 -
 winsup/cygwin/wchar.h                        |   2 -
 winsup/cygwin/wincap.cc                      |   3 -
 winsup/cygwin/wincap.h                       |   3 -
 winsup/cygwin/window.cc                      |   3 -
 winsup/cygwin/winf.cc                        |   2 -
 winsup/cygwin/winf.h                         |   2 -
 winsup/cygwin/wininfo.h                      |   2 -
 winsup/cygwin/winlean.h                      |   2 -
 winsup/cygwin/winsup.h                       |   3 -
 winsup/cygwin/winver.rc                      |   2 +-
 winsup/cygwin/wow64.cc                       |   2 -
 winsup/cygwin/wow64.h                        |   2 -
 winsup/doc/Makefile.in                       |   2 -
 winsup/doc/bodysnatcher.pl                   |   1 -
 winsup/doc/configure.ac                      |   1 -
 winsup/doc/faq-programming.xml               |  14 +--
 winsup/doc/faq-using.xml                     |  16 +--
 winsup/doc/faq-what.xml                      |   9 +-
 winsup/doc/intro.xml                         |   8 +-
 winsup/doc/legal.xml                         |   2 +-
 winsup/doc/overview.xml                      |  16 +--
 winsup/lsaauth/Makefile.in                   |   1 -
 winsup/lsaauth/configure.ac                  |   1 -
 winsup/lsaauth/cyglsa-config                 |   2 -
 winsup/lsaauth/cyglsa.c                      |   2 -
 winsup/testsuite/Makefile.in                 |   1 -
 winsup/testsuite/configure.ac                |   1 -
 winsup/testsuite/cygrun.c                    |   2 -
 winsup/testsuite/winsup.api/cygload.cc       |   2 -
 winsup/testsuite/winsup.api/cygload.h        |   1 -
 winsup/testsuite/winsup.api/devdsp.c         |   2 -
 winsup/utils/Makefile.in                     |   2 -
 winsup/utils/bloda.cc                        |   2 -
 winsup/utils/configure.ac                    |   2 -
 winsup/utils/cygcheck.cc                     |   5 +-
 winsup/utils/cygpath.cc                      |   4 +-
 winsup/utils/dump_setup.cc                   |   2 -
 winsup/utils/dumper.cc                       |   6 +-
 winsup/utils/dumper.h                        |   2 -
 winsup/utils/getconf.c                       |   3 +-
 winsup/utils/getfacl.c                       |   4 +-
 winsup/utils/kill.cc                         |   5 +-
 winsup/utils/ldd.cc                          |  10 +-
 winsup/utils/loadlib.h                       |   2 -
 winsup/utils/locale.cc                       |   9 +-
 winsup/utils/minidumper.cc                   |   6 +-
 winsup/utils/mkgroup.c                       |   5 +-
 winsup/utils/mkpasswd.c                      |   5 +-
 winsup/utils/module_info.cc                  |   2 -
 winsup/utils/mount.cc                        |   5 +-
 winsup/utils/parse_pe.cc                     |   4 +-
 winsup/utils/passwd.c                        |   5 +-
 winsup/utils/path.cc                         |   3 -
 winsup/utils/path.h                          |   2 -
 winsup/utils/pldd.c                          |   4 +-
 winsup/utils/ps.cc                           |   5 +-
 winsup/utils/regtool.cc                      |   5 +-
 winsup/utils/setfacl.c                       |   5 +-
 winsup/utils/setmetamode.c                   |   4 +-
 winsup/utils/ssp.c                           |   3 +-
 winsup/utils/strace.cc                       |   5 +-
 winsup/utils/testsuite.cc                    |   2 -
 winsup/utils/testsuite.h                     |   2 -
 winsup/utils/tzset.c                         |   4 +-
 winsup/utils/umount.cc                       |   4 +-
 winsup/utils/wide_path.h                     |   2 -
 408 files changed, 347 insertions(+), 1053 deletions(-)

diff --git a/winsup/CONTRIBUTORS b/winsup/CONTRIBUTORS
new file mode 100644
index 0000000..92534d4
--- /dev/null
+++ b/winsup/CONTRIBUTORS
@@ -0,0 +1,92 @@
+This file contains a list of individuals who submit their patches to
+the Cygwin sources under 2-clause BSD license, as well as a list of
+individuals who signed the former Cygwin Copyright Assignment up to 2016.
+
+=========================================================================
+2-clause BSD:
+=========================================================================
+Copyright (c) <YEAR>, <OWNER>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+=========================================================================
+
+Individuals submitting their patches under 2-clause BSD:
+
+
+=========================================================================
+
+Individuals who signed the former Cygwin Copyright Assignment:
+
+AJ Reins				tbisp@qwest.net
+Brian E. Dessent			brian@dessent.net
+Brian Kenneth Ford			Brian.Ford@FlightSafety.com
+Charles K. Moore			keithmo@exmsft.com
+Christian Franke			franke@computer.org
+Christian Lestrade			christian.lestrade@free.fr
+Christopher Faylor			me@cgf.cx
+Christopher January			chris@atomice.net
+Conrad Scott				conrad.scott@dsl.pipex.com
+Corinna Vinschen			corinna@vinschen.de
+Craig Iain McGeachie			slapdau@yahoo.com.au
+David Korn				dave.korn.cygwin@gmail.com
+Davis Euresti				davie@alum.mit.edu
+Dennis Vshivkov				walrus@amur.ru
+Elfyn McBratney				elfyn@ubertales.co.uk
+Eric Blake				eblake@redhat.com
+Ernie Coskrey				ernie.coskrey@steeleye.com
+Gerd Spalink				Gerd.Spalink@t-online.de
+Hartmut Honisch				hhonisch@users.sourceforge.net
+Igor Pechtchanski			pechtcha@cs.nyu.edu
+Jacek Trzcinski				jacek@certum.pl
+Jeffrey Eric Altman			jaltman@openafs.org
+Jerry D. Hedden				jerry@hedden.us
+Joe Loh					joel@pivot3.com
+Johan Rydberg				johan@rydberg.com
+Johannes Schindelin			johannes.schindelin@gmx.de
+John Hood				cgull@glup.org
+Jon Turney				jon.turney@dronecode.org.uk
+Yoni Londner				yonihola2@gmail.com
+Joseph H. Buehler			jbuehler@hekimian.com
+Joshua Daniel Franklin			joshuadfranklin@yahoo.com
+Ken Brown				kbrown@cornell.edu
+Lapo Luchini				lapo@lapo.it
+Lev Bishop				lev.bishop@gmail.com
+Max Kaehn				slothman@electric-cloud.com
+Micha Nelissen				mdvpost@hotmail.com
+Michael Haubenwallner			michael.haubenwallner@ssi-schaefer.com
+Nicholas S. Wourms			nwourms@netscape.com
+Pavel Yonkov Tsekov			ptsekov@gmx.net
+Peter Foley				pefoley2@pefoley.com
+Pierre A. Humblet			phumblet@phumblet.no-ip.org
+Robert G. Byrnes			byrnes@curl.com
+Ryan C. Gordon				icculus@icculus.org
+Sam Steingold				sds@gnu.org
+Stephen Cleary				shammah@spamcop.net
+Stephen Osborn				bub@io.com
+Takashi Yano				takashi.yano@nifty.ne.jp
+Thomas Pfaff				tpfaff@gmx.net
+Vaclav Haisman				vhaisman@gmail.com
+Yaakov Selkovitz			yselkowi@redhat.com
+Yitzchak Scott-Thoennes			sthoenna@efn.org
diff --git a/winsup/COPYING.LIB b/winsup/COPYING.LIB
new file mode 100644
index 0000000..65c5ca8
--- /dev/null
+++ b/winsup/COPYING.LIB
@@ -0,0 +1,165 @@
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/winsup/CYGWIN_LICENSE b/winsup/CYGWIN_LICENSE
index d1bf9d9..4659b3b 100644
--- a/winsup/CYGWIN_LICENSE
+++ b/winsup/CYGWIN_LICENSE
@@ -1,70 +1,28 @@
-Cygwin is free software.  Red Hat, Inc. licenses Cygwin to you under the
-terms of the GNU General Public License as published by the Free Software
-Foundation; you can redistribute it and/or modify it under the terms of
-the GNU General Public License either version 3 of the license, or (at your
-option) any later version (GPLv3+), along with the additional permissions
-given below.
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESSED OR
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+Unless stated otherwise, the sources under the cygwin subdirectory are
+licensed under the Lesser Gnu Public License, version 3 or (at your
+option) any later version (LGPLv3+).  See the COPYING.LIB file for the
+exact wording of that license.
+
+Unless stated otherwise, the sources under the cygserver, the lsaauth,
+and the utils subdirectories are licensed under the Gnu Public License,
+version 3 or (at your option) any later version (GPLv3+).  See the
+COPYING file for the exact wording of that license. 
+
+Parts of the sources in any subdirectory are licensed using a BSD-like
+license.  The affected source files contain explicit copyright notices
+to that effect.
+
+Linking Exception:
+
+  As a special exception, the copyright holders of the Cygwin library
+  grant you additional permission to link libcygwin.a, crt0.o, and
+  gcrt0.o with independent modules to produce an executable, and to
+  convey the resulting executable under terms of your choice, without
+  any need to comply with the conditions of LGPLv3 section 4. An
+  independent module is a module which is not itself based on the
+  Cygwin library.
 
-There is NO WARRANTY for this software, express or implied, including
-the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.  See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along
-with this program.  If not, see <http://gnu.org/licenses/>.
-
-
-Additional Permissions:
-
-
-1. Linking Exception.
-
-As a special exception to GPLv3+, Red Hat grants you permission to link
-software whose sources are distributed under a license that satisfies
-the Open Source Definition with libcygwin.a, without libcygwin.a
-itself causing the resulting program to be covered by GPLv3+.
-
-This means that you can port an Open Source application to Cygwin, and
-distribute that executable as if it didn't include a copy of
-libcygwin.a linked into it.  Note that this does not apply to the
-Cygwin DLL itself.  If you distribute a (possibly modified) version of
-the Cygwin DLL, you must adhere to the terms of GPLv3+, including the
-requirement to provide sources for the Cygwin DLL, unless you have obtained
-a special Cygwin license to distribute the Cygwin DLL in only its binary
-form (see below).
-
-See http://www.opensource.org/docs/osd/ for the precise Open Source
-Definition referenced above.
-
-
-2.  Files Excluded from GPL Coverage.
-
-Red Hat grants you permission to distribute Cygwin with the following
-files, which are not considered part of Cygwin and are not governed by
-GPLv3+, in source or binary form.
-
-winsup\testsuite\winsup.api\msgtest.c
-winsup\testsuite\winsup.api\semtest.c
-winsup\testsuite\winsup.api\shmtest.c
-
-Red Hat grants you permission to link or combine code in Cygwin with
-code in or corresponding to the following files, which are not
-considered part of Cygwin and are not governed by GPLv3+, and to
-distribute such combinations under terms of your choice, provided that
-such terms are otherwise consistent with the application of GPLv3+ to
-Cygwin itself.  You must comply with GPLv3+ with respect to all
-portions of such combinations other than those that correspond to or
-are derived from such non-Cygwin code but which do not correspond to
-or are not derived from Cygwin itself.
-
-winsup\cygserver\sysv_shm.cc
-
-
-3.  Alternative License. 
-
-Red Hat sells a special Cygwin License for customers who are unable to
-provide their application in open source code form.  For more
-information, please see: http://www.redhat.com/software/cygwin/, or call
-+1-866-2REDHAT ext. 45300 (toll-free in the US).
-
-Outside the US call your regional Red Hat office, see
-http://www.redhat.com/about/contact/ww/
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index d3a46e7..a04d8e1 100644
--- a/winsup/Makefile.common
+++ b/winsup/Makefile.common
@@ -1,7 +1,5 @@
 # Makefile.common - common definitions for the winsup directory
 #
-# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2012 Red Hat, Inc.
-#
 # This file is part of Cygwin.
 #
 # This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 9eca806..148d985 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -1,6 +1,4 @@
 # Makefile.in for windows stuff
-# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007,
-# 2008, 2009, 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/configure.ac b/winsup/configure.ac
index 3daa2ac..b975dfc 100644
--- a/winsup/configure.ac
+++ b/winsup/configure.ac
@@ -1,6 +1,4 @@
 dnl Autoconf configure script for Cygwin.
-dnl Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2009, 2010,
-dnl 2011, 2012, 2013, 2014 Red Hat, Inc.
 dnl
 dnl This file is part of Cygwin.
 dnl
diff --git a/winsup/cygserver/Makefile.in b/winsup/cygserver/Makefile.in
index 8a47e82..16a2ccc 100644
--- a/winsup/cygserver/Makefile.in
+++ b/winsup/cygserver/Makefile.in
@@ -1,5 +1,4 @@
 # Makefile for Cygwin server
-# Copyright 2003, 2006, 2007, 2008, 2009, 2014, 2015 Red Hat, Inc.
 
 # This file is part of Cygwin.
 
diff --git a/winsup/cygserver/bsd_helper.cc b/winsup/cygserver/bsd_helper.cc
index 524817f..f4babee 100644
--- a/winsup/cygserver/bsd_helper.cc
+++ b/winsup/cygserver/bsd_helper.cc
@@ -1,7 +1,5 @@
 /* bsd_helper.cc
 
-   Copyright 2003, 2004, 2005, 2007, 2012, 2014 Red Hat Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/bsd_helper.h b/winsup/cygserver/bsd_helper.h
index acf5e83..b2d8662 100644
--- a/winsup/cygserver/bsd_helper.h
+++ b/winsup/cygserver/bsd_helper.h
@@ -1,7 +1,5 @@
 /* bsd_helper.h: Helps integrating BSD kernel code
 
-   Copyright 2003, 2012, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/bsd_log.cc b/winsup/cygserver/bsd_log.cc
index 18dc1a5..f084154 100644
--- a/winsup/cygserver/bsd_log.cc
+++ b/winsup/cygserver/bsd_log.cc
@@ -1,7 +1,5 @@
 /* bsd_log.cc
 
-   Copyright 2003, 2004, 2012 Red Hat Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/bsd_log.h b/winsup/cygserver/bsd_log.h
index 0027d4f..58d0517 100644
--- a/winsup/cygserver/bsd_log.h
+++ b/winsup/cygserver/bsd_log.h
@@ -1,7 +1,5 @@
 /* bsd_log.h: Helps integrating BSD kernel code
 
-   Copyright 2003, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/bsd_mutex.cc b/winsup/cygserver/bsd_mutex.cc
index aadb479..f21e4d7 100644
--- a/winsup/cygserver/bsd_mutex.cc
+++ b/winsup/cygserver/bsd_mutex.cc
@@ -1,7 +1,5 @@
 /* bsd_mutex.cc
 
-   Copyright 2003, 2004, 2005, 2007, 2012, 2014, 2015 Red Hat Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/bsd_mutex.h b/winsup/cygserver/bsd_mutex.h
index c9f5015..de38bce 100644
--- a/winsup/cygserver/bsd_mutex.h
+++ b/winsup/cygserver/bsd_mutex.h
@@ -1,7 +1,5 @@
 /* bsd_mutex.h: BSD Mutex helper
 
-   Copyright 2003, 2005 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/client.cc b/winsup/cygserver/client.cc
index 0c6c24b..0876d0e 100644
--- a/winsup/cygserver/client.cc
+++ b/winsup/cygserver/client.cc
@@ -1,7 +1,5 @@
 /* client.cc
 
-   Copyright 2001, 2002, 2003, 2004, 2008, 2009, 2012, 2013, 2014 Red Hat Inc.
-
    Written by Egor Duda <deo@logos-m.ru>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/configure.ac b/winsup/cygserver/configure.ac
index eb6a894..560de0c 100644
--- a/winsup/cygserver/configure.ac
+++ b/winsup/cygserver/configure.ac
@@ -1,5 +1,4 @@
 dnl Autoconf configure script for Cygserver.
-dnl Copyright 2003, 2012, 2013, 2014 Red Hat, Inc.
 dnl
 dnl This file is part of Cygwin.
 dnl
diff --git a/winsup/cygserver/cygserver-config b/winsup/cygserver/cygserver-config
index abe943c..373bfd2 100755
--- a/winsup/cygserver/cygserver-config
+++ b/winsup/cygserver/cygserver-config
@@ -1,7 +1,5 @@
 #!/bin/bash
 #
-# cygserver-config, Copyright 2003 Red Hat Inc.
-#
 # This file is part of the Cygwin DLL.
 
 # Directory where the config files are stored
diff --git a/winsup/cygserver/cygserver.cc b/winsup/cygserver/cygserver.cc
index 45048ed..44efd02 100644
--- a/winsup/cygserver/cygserver.cc
+++ b/winsup/cygserver/cygserver.cc
@@ -1,7 +1,5 @@
 /* cygserver.cc
 
-   Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2011, 2012, 2014 Red Hat Inc.
-
    Written by Egor Duda <deo@logos-m.ru>
 
 This file is part of Cygwin.
@@ -491,7 +489,7 @@ print_version ()
   log (LOG_INFO,
        "cygserver (cygwin) %d.%d.%d\n"
        "Cygwin background service daemon\n"
-       "Copyright (C) 2001 - %s Red Hat, Inc.\n"
+       "Copyright (C) 2001 - %s Cygwin Authors\n"
        "This is free software; see the source for copying conditions.  There is NO\n"
        "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",
        CYGWIN_VERSION_DLL_MAJOR / 1000,
diff --git a/winsup/cygserver/cygserver.conf b/winsup/cygserver/cygserver.conf
index 589931b..51cb58c 100644
--- a/winsup/cygserver/cygserver.conf
+++ b/winsup/cygserver/cygserver.conf
@@ -1,4 +1,4 @@
-# cygserver.conf, Copyright(C) 2003, 2005 Red Hat Inc.
+# cygserver.conf
 #
 # Contains configurable parameters for the cygserver.
 #
diff --git a/winsup/cygserver/msg.cc b/winsup/cygserver/msg.cc
index ab3610e..bf7d7b2 100644
--- a/winsup/cygserver/msg.cc
+++ b/winsup/cygserver/msg.cc
@@ -1,7 +1,5 @@
 /* msg.cc: Single unix specification IPC interface for Cygwin.
 
-   Copyright 2003, 2004, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/process.cc b/winsup/cygserver/process.cc
index d78ca37..f0fe4ec 100644
--- a/winsup/cygserver/process.cc
+++ b/winsup/cygserver/process.cc
@@ -1,7 +1,5 @@
 /* process.cc
 
-   Copyright 2001, 2002, 2003, 2004, 2005, 2014, 2015 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/process.h b/winsup/cygserver/process.h
index 507bbf0..282586e 100644
--- a/winsup/cygserver/process.h
+++ b/winsup/cygserver/process.h
@@ -1,7 +1,5 @@
 /* process.h
 
-   Copyright 2001, 2002, 2003, 2004, 2005, 2012, 2015 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/pwdgrp.cc b/winsup/cygserver/pwdgrp.cc
index eb22205..5f0e408 100644
--- a/winsup/cygserver/pwdgrp.cc
+++ b/winsup/cygserver/pwdgrp.cc
@@ -1,7 +1,5 @@
 /* pwdgrp.cc: Request account information
 
-   Copyright 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/sem.cc b/winsup/cygserver/sem.cc
index b0252a6..2c02264 100644
--- a/winsup/cygserver/sem.cc
+++ b/winsup/cygserver/sem.cc
@@ -1,7 +1,5 @@
 /* sem.cc: Single unix specification IPC interface for Cygwin.
 
-   Copyright 2003, 2004, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/setpwd.cc b/winsup/cygserver/setpwd.cc
index 4f996d3..7e79aa2 100644
--- a/winsup/cygserver/setpwd.cc
+++ b/winsup/cygserver/setpwd.cc
@@ -1,7 +1,5 @@
 /* setpwd.cc: Set LSA private data password for current user.
 
-   Copyright 2008, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/shm.cc b/winsup/cygserver/shm.cc
index 0d4af21..b312c03 100644
--- a/winsup/cygserver/shm.cc
+++ b/winsup/cygserver/shm.cc
@@ -1,7 +1,5 @@
 /* shm.cc: Single unix specification IPC interface for Cygwin.
 
-   Copyright 2003, 2004, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygserver/threaded_queue.cc b/winsup/cygserver/threaded_queue.cc
index ba69e1a..0181a21 100644
--- a/winsup/cygserver/threaded_queue.cc
+++ b/winsup/cygserver/threaded_queue.cc
@@ -1,7 +1,5 @@
 /* threaded_queue.cc
 
-   Copyright 2001, 2002, 2003, 2014 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/threaded_queue.h b/winsup/cygserver/threaded_queue.h
index e17f904..8a85430 100644
--- a/winsup/cygserver/threaded_queue.h
+++ b/winsup/cygserver/threaded_queue.h
@@ -1,7 +1,5 @@
 /* threaded_queue.h
 
-   Copyright 2001, 2002, 2003, 2012 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/transport.cc b/winsup/cygserver/transport.cc
index ff9ce8d..75376ce 100644
--- a/winsup/cygserver/transport.cc
+++ b/winsup/cygserver/transport.cc
@@ -1,7 +1,5 @@
 /* transport.cc
 
-   Copyright 2001, 2002, 2003, 2004, 2007 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/transport.h b/winsup/cygserver/transport.h
index 80f50fd..88d561a 100644
--- a/winsup/cygserver/transport.h
+++ b/winsup/cygserver/transport.h
@@ -1,7 +1,5 @@
 /* transport.h
 
-   Copyright 2001, 2002, 2003, 2004 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/transport_pipes.cc b/winsup/cygserver/transport_pipes.cc
index fd5ef09..bf642c6 100644
--- a/winsup/cygserver/transport_pipes.cc
+++ b/winsup/cygserver/transport_pipes.cc
@@ -1,7 +1,5 @@
 /* transport_pipes.cc
 
-   Copyright 2001, 2002, 2003, 2004, 2009, 2012, 2014 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/transport_pipes.h b/winsup/cygserver/transport_pipes.h
index 1368121..e101623 100644
--- a/winsup/cygserver/transport_pipes.h
+++ b/winsup/cygserver/transport_pipes.h
@@ -1,7 +1,5 @@
 /* transport_pipes.h
 
-   Copyright 2001, 2002, 2003 Red Hat Inc.
-
    Written by Robert Collins <rbtcollins@hotmail.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygserver/woutsup.h b/winsup/cygserver/woutsup.h
index 5598c11..fbbd4eb 100644
--- a/winsup/cygserver/woutsup.h
+++ b/winsup/cygserver/woutsup.h
@@ -1,7 +1,5 @@
 /* woutsup.h: for Cygwin code compiled outside the DLL (i.e. cygserver).
 
-   Copyright 2002, 2003, 2007 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 981f639..70da06f 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -1,6 +1,4 @@
 # Makefile.in for Cygwin.
-# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-# 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/cygwin/advapi32.cc b/winsup/cygwin/advapi32.cc
index 07d26e7..56c96c9 100644
--- a/winsup/cygwin/advapi32.cc
+++ b/winsup/cygwin/advapi32.cc
@@ -1,7 +1,5 @@
 /* advapi32.cc: Win32 replacement functions.
 
-   Copyright 2011, 2012, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/analyze_sigfe b/winsup/cygwin/analyze_sigfe
index 0b9b721..8704eea 100755
--- a/winsup/cygwin/analyze_sigfe
+++ b/winsup/cygwin/analyze_sigfe
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -s
-# Copyright 2006 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/cygwin/assert.cc b/winsup/cygwin/assert.cc
index 934d9c5..d78e6e7 100644
--- a/winsup/cygwin/assert.cc
+++ b/winsup/cygwin/assert.cc
@@ -1,8 +1,5 @@
 /* assert.cc: Handle the assert macro for WIN32.
 
-   Copyright 1997, 1998, 2000, 2001, 2002, 2007, 2008, 2009, 2011, 2013
-   Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 9e6184f..5c8dcd8 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -1,8 +1,5 @@
 /* autoload.cc: all dynamic load stuff.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-   2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/automode.c b/winsup/cygwin/automode.c
index 6951bfd..ab92197 100644
--- a/winsup/cygwin/automode.c
+++ b/winsup/cygwin/automode.c
@@ -1,7 +1,5 @@
 /* automode.c
 
-   Copyright 2000, 2001, 2010, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/binmode.c b/winsup/cygwin/binmode.c
index 4c6c2dd..fedcd39 100644
--- a/winsup/cygwin/binmode.c
+++ b/winsup/cygwin/binmode.c
@@ -1,7 +1,5 @@
 /* binmode.c
 
-   Copyright 2000, 2001, 2010, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index ddd5b8b..e682a4a 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -1,8 +1,5 @@
 /* child_info.h: shared child info for cygwin
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2011, 2012,
-   2013, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/collate.h b/winsup/cygwin/collate.h
index fa8561f..a89829a 100644
--- a/winsup/cygwin/collate.h
+++ b/winsup/cygwin/collate.h
@@ -1,7 +1,5 @@
 /* collate.h: Internal BSD libc header, used in glob and regcomp, for instance.
 
-   Copyright 2012, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/configure.ac b/winsup/cygwin/configure.ac
index d8cdcde..ff12dc2 100644
--- a/winsup/cygwin/configure.ac
+++ b/winsup/cygwin/configure.ac
@@ -1,6 +1,4 @@
 dnl Autoconf configure script for Cygwin.
-dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
-dnl 2006, 2008, 2009, 2011, 2012, 2013, 2014 Red Hat, Inc.
 dnl
 dnl This file is part of Cygwin.
 dnl
diff --git a/winsup/cygwin/cpuid.h b/winsup/cygwin/cpuid.h
index 7053b4d..478d907 100644
--- a/winsup/cygwin/cpuid.h
+++ b/winsup/cygwin/cpuid.h
@@ -1,7 +1,5 @@
 /* cpuid.h: Define cpuid instruction
 
-   Copyright 2003, 2012, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/crt0.c b/winsup/cygwin/crt0.c
index b5a21bd..f0103b4 100644
--- a/winsup/cygwin/crt0.c
+++ b/winsup/cygwin/crt0.c
@@ -1,7 +1,5 @@
 /* crt0.c
 
-   Copyright 2001, 2003, 2004, 2005, 2010, 2011 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/cxx.cc b/winsup/cygwin/cxx.cc
index ea78e75..be32685 100644
--- a/winsup/cygwin/cxx.cc
+++ b/winsup/cygwin/cxx.cc
@@ -1,7 +1,5 @@
 /* cxx.cc
 
-   Copyright 2002, 2003, 2005, 2009 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygerrno.h b/winsup/cygwin/cygerrno.h
index b9ec7b6..ce33d97 100644
--- a/winsup/cygwin/cygerrno.h
+++ b/winsup/cygwin/cygerrno.h
@@ -1,8 +1,5 @@
 /* cygerrno.h: main Cygwin header file.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010, 2011, 2012, 2013,
-   2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index 615dfc1..11f868f 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -1,8 +1,5 @@
 /* cygheap.cc: Cygwin heap manager.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-   2011, 2012, 2013, 2014 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index c394e7f..40e8fba 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -1,8 +1,5 @@
 /* cygheap.h: Cygwin heap manager.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-   2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygheap_malloc.h b/winsup/cygwin/cygheap_malloc.h
index 088243e..74f0bb6 100644
--- a/winsup/cygwin/cygheap_malloc.h
+++ b/winsup/cygwin/cygheap_malloc.h
@@ -1,8 +1,5 @@
 /* cygheap_malloc.h: Cygwin heap manager allocation functions.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011,
-   2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cyglsa.h b/winsup/cygwin/cyglsa.h
index cc180da..f9da707 100644
--- a/winsup/cygwin/cyglsa.h
+++ b/winsup/cygwin/cyglsa.h
@@ -1,7 +1,5 @@
 /* cyglsa.h: Header file for Cygwin LSA authentication
 
-   Copyright 2006, 2008 Red Hat, Inc.
-
    Written by Corinna Vinschen <corinna@vinschen.de>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/cygmagic b/winsup/cygwin/cygmagic
index 036c79c..c80ca9f 100755
--- a/winsup/cygwin/cygmagic
+++ b/winsup/cygwin/cygmagic
@@ -1,8 +1,6 @@
 #!/bin/sh
 # cygmagic - Generate "magic numbers" from a structure.
 #
-#   Copyright 2001, 2002, 2005, 2013 Red Hat, Inc.
-#
 # This file is part of Cygwin.
 #
 # This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygmalloc.h b/winsup/cygwin/cygmalloc.h
index 092e2f6..753ca33 100644
--- a/winsup/cygwin/cygmalloc.h
+++ b/winsup/cygwin/cygmalloc.h
@@ -1,7 +1,5 @@
 /* cygmalloc.h: cygwin DLL malloc stuff
 
-   Copyright 2002, 2003, 2004, 2005, 2007, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygserver.h b/winsup/cygwin/cygserver.h
index 1313d3c..9de8c44 100644
--- a/winsup/cygwin/cygserver.h
+++ b/winsup/cygwin/cygserver.h
@@ -1,7 +1,5 @@
 /* cygserver.h
 
-   Copyright 2001, 2002, 2003, 2004, 2008, 2012, 2013 Red Hat Inc.
-
    Written by Egor Duda <deo@logos-m.ru>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/cygserver_ipc.h b/winsup/cygwin/cygserver_ipc.h
index 9631eac..54e15c3 100644
--- a/winsup/cygwin/cygserver_ipc.h
+++ b/winsup/cygwin/cygserver_ipc.h
@@ -1,7 +1,5 @@
 /* cygserver_ipc.h
 
-   Copyright 2002, 2003, 2004, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygserver_msg.h b/winsup/cygwin/cygserver_msg.h
index fc12776..b9fa7d7 100644
--- a/winsup/cygwin/cygserver_msg.h
+++ b/winsup/cygwin/cygserver_msg.h
@@ -1,7 +1,5 @@
 /* cygserver_msg.h: Single unix specification IPC interface for Cygwin.
 
-   Copyright 2003, 2004, 2005, 2008 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygserver_pwdgrp.h b/winsup/cygwin/cygserver_pwdgrp.h
index 03a6a65..fb22858 100644
--- a/winsup/cygwin/cygserver_pwdgrp.h
+++ b/winsup/cygwin/cygserver_pwdgrp.h
@@ -1,7 +1,5 @@
 /* cygserver_pwdgrp.h: Request account information
 
-   Copyright 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygserver_sem.h b/winsup/cygwin/cygserver_sem.h
index e7b8eb2..75c6887 100644
--- a/winsup/cygwin/cygserver_sem.h
+++ b/winsup/cygwin/cygserver_sem.h
@@ -1,7 +1,5 @@
 /* cygserver_sem.h: Single unix specification IPC interface for Cygwin.
 
-   Copyright 2003, 2004, 2005, 2008 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygserver_setpwd.h b/winsup/cygwin/cygserver_setpwd.h
index 8fa3479..fc1576b 100644
--- a/winsup/cygwin/cygserver_setpwd.h
+++ b/winsup/cygwin/cygserver_setpwd.h
@@ -1,7 +1,5 @@
 /* cygserver_setpwd.h: Set LSA private data password for current user.
 
-   Copyright 2008, 2011 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygserver_shm.h b/winsup/cygwin/cygserver_shm.h
index 1d4e837..80bbf84 100644
--- a/winsup/cygwin/cygserver_shm.h
+++ b/winsup/cygwin/cygserver_shm.h
@@ -1,7 +1,5 @@
 /* cygserver_shm.h: Single unix specification IPC interface for Cygwin.
 
-   Copyright 2001, 2002, 2003, 2005, 2008 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygthread.cc b/winsup/cygwin/cygthread.cc
index 8597541..fc051cd 100644
--- a/winsup/cygwin/cygthread.cc
+++ b/winsup/cygwin/cygthread.cc
@@ -1,8 +1,5 @@
 /* cygthread.cc
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009,
-   2010, 2011, 2012, 2013, 2015 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc
index c94578f..6e9764d 100644
--- a/winsup/cygwin/cygtls.cc
+++ b/winsup/cygwin/cygtls.cc
@@ -1,8 +1,5 @@
 /* cygtls.cc
 
-   Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-   2013, 2014 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h
index 42764c1..2a9f8f3 100644
--- a/winsup/cygwin/cygtls.h
+++ b/winsup/cygwin/cygtls.h
@@ -1,8 +1,5 @@
 /* cygtls.h
 
-   Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-   2014, 2015 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/cygtls_padsize.h b/winsup/cygwin/cygtls_padsize.h
index c1782c5..d3f024a 100644
--- a/winsup/cygwin/cygtls_padsize.h
+++ b/winsup/cygwin/cygtls_padsize.h
@@ -1,7 +1,5 @@
 /* cygtls_padsize.h: Extra file to be included from utils.
 
-   Copyright 2015 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/cygwait.cc b/winsup/cygwin/cygwait.cc
index 3fc9a38..e520843 100644
--- a/winsup/cygwin/cygwait.cc
+++ b/winsup/cygwin/cygwait.cc
@@ -1,7 +1,5 @@
 /* cygwait.h
 
-   Copyright 2011, 2012, 2013, 2015 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygwait.h b/winsup/cygwin/cygwait.h
index 1240f54..b4270a9 100644
--- a/winsup/cygwin/cygwait.h
+++ b/winsup/cygwin/cygwait.h
@@ -1,8 +1,5 @@
 /* cygwait.h
 
-   Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-   2015 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygwin-cxx.h b/winsup/cygwin/cygwin-cxx.h
index b0eb8c2..ccfaa26 100644
--- a/winsup/cygwin/cygwin-cxx.h
+++ b/winsup/cygwin/cygwin-cxx.h
@@ -1,7 +1,5 @@
 /* cygwin-cxx.h
 
-   Copyright 2009 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygwin_version.h b/winsup/cygwin/cygwin_version.h
index 18bdf24..8e2c402 100644
--- a/winsup/cygwin/cygwin_version.h
+++ b/winsup/cygwin/cygwin_version.h
@@ -1,7 +1,5 @@
 /* cygwin_version.h: shared info for cygwin
 
-   Copyright 2000, 2001 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygxdr.cc b/winsup/cygwin/cygxdr.cc
index 8686c17..d75c599 100644
--- a/winsup/cygwin/cygxdr.cc
+++ b/winsup/cygwin/cygxdr.cc
@@ -1,7 +1,5 @@
 /* cygxdr.cc:
 
-   Copyright 2010, 2011 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/cygxdr.h b/winsup/cygwin/cygxdr.h
index a2dac36..d44fd6e 100644
--- a/winsup/cygwin/cygxdr.h
+++ b/winsup/cygwin/cygxdr.h
@@ -1,7 +1,5 @@
 /* cygxdr.h:
 
-   Copyright 2010, 2011 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index cbe7f25..fda4b58 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -1,8 +1,5 @@
 /* dcrt0.cc -- essentially the main() for the Cygwin dll
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc
index 075803c..fc2fed4 100644
--- a/winsup/cygwin/debug.cc
+++ b/winsup/cygwin/debug.cc
@@ -1,9 +1,5 @@
 /* debug.cc
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009, 2011
-   Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h
index a6182b1..d3f7ea3 100644
--- a/winsup/cygwin/debug.h
+++ b/winsup/cygwin/debug.h
@@ -1,8 +1,5 @@
 /* debug.h
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010,
-   2013 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/dir.cc b/winsup/cygwin/dir.cc
index a8eeb23..f43eae4 100644
--- a/winsup/cygwin/dir.cc
+++ b/winsup/cygwin/dir.cc
@@ -1,8 +1,5 @@
 /* dir.cc: Posix directory-related routines
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/dlfcn.cc b/winsup/cygwin/dlfcn.cc
index ad4d96c..255a6d5 100644
--- a/winsup/cygwin/dlfcn.cc
+++ b/winsup/cygwin/dlfcn.cc
@@ -1,8 +1,5 @@
 /* dlfcn.cc
 
-   Copyright 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-   2010, 2011, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 8deceb9..7d01bf9 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -1,8 +1,5 @@
 /* dll_init.cc
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-   2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/dll_init.h b/winsup/cygwin/dll_init.h
index 8127d0b..8448813 100644
--- a/winsup/cygwin/dll_init.h
+++ b/winsup/cygwin/dll_init.h
@@ -1,8 +1,5 @@
 /* dll_init.h
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009, 2010,
-   2011, 2012, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/dllfixdbg b/winsup/cygwin/dllfixdbg
index 95c4470..70a4965 100755
--- a/winsup/cygwin/dllfixdbg
+++ b/winsup/cygwin/dllfixdbg
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# Copyright 2005, 2006, 2007, 2008, 2011 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 7f12ff5..0f995e4290 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -1,8 +1,5 @@
 /* dtable.cc: file descriptor support.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/dtable.h b/winsup/cygwin/dtable.h
index fb44c95..0f745a7 100644
--- a/winsup/cygwin/dtable.h
+++ b/winsup/cygwin/dtable.h
@@ -1,8 +1,5 @@
 /* dtable.h: fd table definition.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-   2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc
index b155311..6ba1469 100644
--- a/winsup/cygwin/environ.cc
+++ b/winsup/cygwin/environ.cc
@@ -1,9 +1,6 @@
 /* environ.cc: Cygwin-adopted functions from newlib to manipulate
    process's environment.
 
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/environ.h b/winsup/cygwin/environ.h
index 5048fcd..46beb2d 100644
--- a/winsup/cygwin/environ.h
+++ b/winsup/cygwin/environ.h
@@ -1,7 +1,5 @@
 /* environ.h: Declarations for environ manipulation
 
-   Copyright 2000, 2001, 2002, 2003, 2005, 2006, 2008, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index 589410a..7e07a61 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -1,8 +1,5 @@
 /* errno.cc: errno-related functions
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2008, 2009, 2010, 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/exception.h b/winsup/cygwin/exception.h
index 13160fe..e4564b0 100644
--- a/winsup/cygwin/exception.h
+++ b/winsup/cygwin/exception.h
@@ -1,8 +1,5 @@
 /* exception.h
 
-   Copyright 1996, 1997, 1998, 2000, 2001, 2005, 2010, 2011, 1012, 2013, 2014
-   Red Hat, Inc.
-
 This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index fc9834c..7ad9988 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1,8 +1,5 @@
 /* exceptions.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/exec.cc b/winsup/cygwin/exec.cc
index fd782ac..6ed714d 100644
--- a/winsup/cygwin/exec.cc
+++ b/winsup/cygwin/exec.cc
@@ -1,8 +1,5 @@
 /* exec.cc: exec system call support.
 
-   Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008,
-   2009, 2011, 2012, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc
index 02335eb..c81bdc0 100644
--- a/winsup/cygwin/external.cc
+++ b/winsup/cygwin/external.cc
@@ -1,8 +1,5 @@
 /* external.cc: Interface to Cygwin internals from external programs.
 
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
-
    Written by Christopher Faylor <cgf@cygnus.com>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/fcntl.cc b/winsup/cygwin/fcntl.cc
index cb97f68..4859b13 100644
--- a/winsup/cygwin/fcntl.cc
+++ b/winsup/cygwin/fcntl.cc
@@ -1,8 +1,5 @@
 /* fcntl.cc: fcntl syscall
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009,
-   2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fenv.cc b/winsup/cygwin/fenv.cc
index f025a17..bd3f904 100644
--- a/winsup/cygwin/fenv.cc
+++ b/winsup/cygwin/fenv.cc
@@ -1,7 +1,5 @@
 /* fenv.cc
 
-   Copyright 2010, 2011, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 33743d4..53fe6b0 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -1,8 +1,5 @@
 /* fhandler.cc.  See console.cc for fhandler_console functions.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 47aa2a2..94fe0f9 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -1,8 +1,5 @@
 /* fhandler.h
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_clipboard.cc b/winsup/cygwin/fhandler_clipboard.cc
index 92f833c..ccdb295 100644
--- a/winsup/cygwin/fhandler_clipboard.cc
+++ b/winsup/cygwin/fhandler_clipboard.cc
@@ -1,8 +1,5 @@
 /* fhandler_dev_clipboard: code to access /dev/clipboard
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2011, 2012, 2013
-   Red Hat, Inc
-
    Written by Charles Wilson (cwilson@ece.gatech.edu)
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index c510d70..d4c077b 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -1,8 +1,5 @@
 /* fhandler_console.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_dev.cc b/winsup/cygwin/fhandler_dev.cc
index 4f92a1d..c79d4c3 100644
--- a/winsup/cygwin/fhandler_dev.cc
+++ b/winsup/cygwin/fhandler_dev.cc
@@ -1,7 +1,5 @@
 /* fhandler_dev.cc, Implement /dev.
 
-   Copyright 2012, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc
index 5148dd7..1d5b7de 100644
--- a/winsup/cygwin/fhandler_disk_file.cc
+++ b/winsup/cygwin/fhandler_disk_file.cc
@@ -1,8 +1,5 @@
 /* fhandler_disk_file.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_dsp.cc b/winsup/cygwin/fhandler_dsp.cc
index 9fa2c6e..5ae3309 100644
--- a/winsup/cygwin/fhandler_dsp.cc
+++ b/winsup/cygwin/fhandler_dsp.cc
@@ -1,7 +1,5 @@
 /* fhandler_dev_dsp: code to emulate OSS sound model /dev/dsp
 
-   Copyright 2001, 2002, 2003, 2004, 2008, 2011, 2012, 2013 Red Hat, Inc
-
    Written by Andy Younger (andy@snoogie.demon.co.uk)
    Extended by Gerd Spalink (Gerd.Spalink@t-online.de)
      to support recording from the audio input
diff --git a/winsup/cygwin/fhandler_fifo.cc b/winsup/cygwin/fhandler_fifo.cc
index 46a0aba..642949a 100644
--- a/winsup/cygwin/fhandler_fifo.cc
+++ b/winsup/cygwin/fhandler_fifo.cc
@@ -1,8 +1,5 @@
 /* fhandler_fifo.cc - See fhandler.h for a description of the fhandler classes.
 
-   Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-   Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_floppy.cc b/winsup/cygwin/fhandler_floppy.cc
index 8cf19bf..15b727b 100644
--- a/winsup/cygwin/fhandler_floppy.cc
+++ b/winsup/cygwin/fhandler_floppy.cc
@@ -1,9 +1,6 @@
 /* fhandler_floppy.cc.  See fhandler.h for a description of the
    fhandler classes.
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-   2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_mailslot.cc b/winsup/cygwin/fhandler_mailslot.cc
index 217e3b7..fa3d525 100644
--- a/winsup/cygwin/fhandler_mailslot.cc
+++ b/winsup/cygwin/fhandler_mailslot.cc
@@ -1,7 +1,5 @@
 /* fhandler_mailslot.cc.  See fhandler.h for a description of the fhandler classes.
 
-   Copyright 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_netdrive.cc b/winsup/cygwin/fhandler_netdrive.cc
index 39ec0cd..654360f 100644
--- a/winsup/cygwin/fhandler_netdrive.cc
+++ b/winsup/cygwin/fhandler_netdrive.cc
@@ -1,8 +1,5 @@
 /* fhandler_netdrive.cc: fhandler for // and //MACHINE handling
 
-   Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
-   Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_nodevice.cc b/winsup/cygwin/fhandler_nodevice.cc
index 39842d3..515b1ae 100644
--- a/winsup/cygwin/fhandler_nodevice.cc
+++ b/winsup/cygwin/fhandler_nodevice.cc
@@ -1,8 +1,5 @@
 /* fhandler_nodevice.cc.  "No such device" handler.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009
-   Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc
index d34bf31..4687467 100644
--- a/winsup/cygwin/fhandler_proc.cc
+++ b/winsup/cygwin/fhandler_proc.cc
@@ -1,8 +1,5 @@
 /* fhandler_proc.cc: fhandler for /proc virtual filesystem
 
-   Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-   2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc
index f0423f3..064f7f9 100644
--- a/winsup/cygwin/fhandler_process.cc
+++ b/winsup/cygwin/fhandler_process.cc
@@ -1,8 +1,5 @@
 /* fhandler_process.cc: fhandler for /proc/<pid> virtual filesystem
 
-   Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-   2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_procnet.cc b/winsup/cygwin/fhandler_procnet.cc
index 1961fdd..8a81623 100644
--- a/winsup/cygwin/fhandler_procnet.cc
+++ b/winsup/cygwin/fhandler_procnet.cc
@@ -1,7 +1,5 @@
 /* fhandler_procnet.cc: fhandler for /proc/net virtual filesystem
 
-   Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_procsys.cc b/winsup/cygwin/fhandler_procsys.cc
index 1e937c8..e2aebd5 100644
--- a/winsup/cygwin/fhandler_procsys.cc
+++ b/winsup/cygwin/fhandler_procsys.cc
@@ -1,7 +1,5 @@
 /* fhandler_procsys.cc: fhandler for native NT namespace.
 
-   Copyright 2010, 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_procsysvipc.cc b/winsup/cygwin/fhandler_procsysvipc.cc
index bd1eee0..440771a 100644
--- a/winsup/cygwin/fhandler_procsysvipc.cc
+++ b/winsup/cygwin/fhandler_procsysvipc.cc
@@ -1,7 +1,5 @@
 /* fhandler_procsysvipc.cc: fhandler for /proc/sysvipc virtual filesystem
 
-   Copyright 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_random.cc b/winsup/cygwin/fhandler_random.cc
index 37bc76e..af76a66 100644
--- a/winsup/cygwin/fhandler_random.cc
+++ b/winsup/cygwin/fhandler_random.cc
@@ -1,8 +1,5 @@
 /* fhandler_random.cc: code to access /dev/random and /dev/urandom
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2011, 2013
-   Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_raw.cc b/winsup/cygwin/fhandler_raw.cc
index 23a6bea..bd47b60 100644
--- a/winsup/cygwin/fhandler_raw.cc
+++ b/winsup/cygwin/fhandler_raw.cc
@@ -1,8 +1,5 @@
 /* fhandler_raw.cc.  See fhandler.h for a description of the fhandler classes.
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2011,
-   2012, 2013 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_registry.cc b/winsup/cygwin/fhandler_registry.cc
index 6663637..6c6702a 100644
--- a/winsup/cygwin/fhandler_registry.cc
+++ b/winsup/cygwin/fhandler_registry.cc
@@ -1,8 +1,5 @@
 /* fhandler_registry.cc: fhandler for /proc/registry virtual filesystem
 
-   Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-   2013, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_serial.cc b/winsup/cygwin/fhandler_serial.cc
index b6641e5..615b251 100644
--- a/winsup/cygwin/fhandler_serial.cc
+++ b/winsup/cygwin/fhandler_serial.cc
@@ -1,8 +1,5 @@
 /* fhandler_serial.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2011, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc
index 27c2989..a254858 100644
--- a/winsup/cygwin/fhandler_socket.cc
+++ b/winsup/cygwin/fhandler_socket.cc
@@ -1,8 +1,5 @@
 /* fhandler_socket.cc. See fhandler.h for a description of the fhandler classes.
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-   2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_tape.cc b/winsup/cygwin/fhandler_tape.cc
index b24a0ee..9cfa2bb 100644
--- a/winsup/cygwin/fhandler_tape.cc
+++ b/winsup/cygwin/fhandler_tape.cc
@@ -1,9 +1,6 @@
 /* fhandler_tape.cc.  See fhandler.h for a description of the fhandler
    classes.
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-   2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc
index 983e2f9..8bbe301 100644
--- a/winsup/cygwin/fhandler_termios.cc
+++ b/winsup/cygwin/fhandler_termios.cc
@@ -1,8 +1,5 @@
 /* fhandler_termios.cc
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010,
-   2011, 2012, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 733644f..95c47c4 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -1,8 +1,5 @@
 /* fhandler_tty.cc
 
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_virtual.cc b/winsup/cygwin/fhandler_virtual.cc
index 8f302a7..b6b95f9 100644
--- a/winsup/cygwin/fhandler_virtual.cc
+++ b/winsup/cygwin/fhandler_virtual.cc
@@ -1,8 +1,5 @@
 /* fhandler_virtual.cc: base fhandler class for virtual filesystems
 
-   Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-   2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_virtual.h b/winsup/cygwin/fhandler_virtual.h
index f92c06b..cbd7a0d 100644
--- a/winsup/cygwin/fhandler_virtual.h
+++ b/winsup/cygwin/fhandler_virtual.h
@@ -1,7 +1,5 @@
 /* fhandler_virtual.h: Header for virtual fhandlers
 
-   Copyright 2009, 2010, 2011, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fhandler_windows.cc b/winsup/cygwin/fhandler_windows.cc
index a258127..c9ef66c 100644
--- a/winsup/cygwin/fhandler_windows.cc
+++ b/winsup/cygwin/fhandler_windows.cc
@@ -1,8 +1,5 @@
 /* fhandler_windows.cc: code to access windows message queues.
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2011, 2012,
-   2013, 2015 Red Hat, Inc.
-
    Written by Sergey S. Okhapkin (sos@prospect.com.ru).
    Feedback and testing by Andy Piper (andyp@parallax.co.uk).
 
diff --git a/winsup/cygwin/fhandler_zero.cc b/winsup/cygwin/fhandler_zero.cc
index 6e89683..1f75821 100644
--- a/winsup/cygwin/fhandler_zero.cc
+++ b/winsup/cygwin/fhandler_zero.cc
@@ -1,7 +1,5 @@
 /* fhandler_dev_zero.cc: code to access /dev/zero
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2013 Red Hat, Inc.
-
    Written by DJ Delorie (dj@cygnus.com)
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/flock.cc b/winsup/cygwin/flock.cc
index d0fea28..ef5f607 100644
--- a/winsup/cygwin/flock.cc
+++ b/winsup/cygwin/flock.cc
@@ -1,7 +1,5 @@
 /* flock.cc.  NT specific implementation of advisory file locking.
 
-   Copyright 2003, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
    This file is part of Cygwin.
 
    This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index ce54e39..ef5a268 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -1,8 +1,5 @@
 /* fork.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/gcrt0.c b/winsup/cygwin/gcrt0.c
index 62b06f2..f02b3be 100644
--- a/winsup/cygwin/gcrt0.c
+++ b/winsup/cygwin/gcrt0.c
@@ -1,7 +1,5 @@
 /* gcrt0.c
 
-   Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/gendef b/winsup/cygwin/gendef
index 9d6f1b4..431ec67 100755
--- a/winsup/cygwin/gendef
+++ b/winsup/cygwin/gendef
@@ -1,6 +1,4 @@
 #!/usr/bin/perl
-# Copyright 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
-# 2015 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/cygwin/gendevices b/winsup/cygwin/gendevices
index 3e514bc..33c70ce 100755
--- a/winsup/cygwin/gendevices
+++ b/winsup/cygwin/gendevices
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# Copyright 2003, 2004, 2005, 2006, 2012 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/cygwin/gentls_offsets b/winsup/cygwin/gentls_offsets
index e4543f5..745ea27 100755
--- a/winsup/cygwin/gentls_offsets
+++ b/winsup/cygwin/gentls_offsets
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -s
-# Copyright 2003, 2004, 2005, 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Cygwin.
 #
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc
index 7dfe74d..7427756 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -1,8 +1,5 @@
 /* globals.cc - Define global variables here.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/grp.cc b/winsup/cygwin/grp.cc
index 8c3b821..d66acad 100644
--- a/winsup/cygwin/grp.cc
+++ b/winsup/cygwin/grp.cc
@@ -1,8 +1,5 @@
 /* grp.cc
 
-   Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc.
-
    Original stubs by Jason Molenda of Cygnus Support, crash@cygnus.com
    First implementation by Gunther Ebert, gunther.ebert@ixos-leipzig.de
 
diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc
index d08e8bf..deb4d61 100644
--- a/winsup/cygwin/heap.cc
+++ b/winsup/cygwin/heap.cc
@@ -1,8 +1,5 @@
 /* heap.cc: Cygwin heap manager.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/heap.h b/winsup/cygwin/heap.h
index bd15189..565758e 100644
--- a/winsup/cygwin/heap.h
+++ b/winsup/cygwin/heap.h
@@ -1,7 +1,5 @@
 /* heap.h: Cygwin heap manager definitions.
 
-   Copyright 2000, 2001, 2002 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/hires.h b/winsup/cygwin/hires.h
index 23b2391..c6a286c 100644
--- a/winsup/cygwin/hires.h
+++ b/winsup/cygwin/hires.h
@@ -1,7 +1,5 @@
 /* hires.h: Definitions for hires clock calculations
 
-   Copyright 2002, 2003, 2004, 2005, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/hookapi.cc b/winsup/cygwin/hookapi.cc
index 133d8cb..4078e65 100644
--- a/winsup/cygwin/hookapi.cc
+++ b/winsup/cygwin/hookapi.cc
@@ -1,7 +1,5 @@
 /* hookapi.cc
 
-   Copyright 2005, 2006, 2007, 2008, 2011, 2012, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/how-autoload-works.txt b/winsup/cygwin/how-autoload-works.txt
index 8cff529..d176503 100644
--- a/winsup/cygwin/how-autoload-works.txt
+++ b/winsup/cygwin/how-autoload-works.txt
@@ -1,4 +1,4 @@
-Copyright 2002 Red Hat Inc., Egor Duda
+Contributed by Egor Duda
 
 How does function autoloading work?
 
diff --git a/winsup/cygwin/how-cygheap-works.txt b/winsup/cygwin/how-cygheap-works.txt
index b60f888..3aee077 100644
--- a/winsup/cygwin/how-cygheap-works.txt
+++ b/winsup/cygwin/how-cygheap-works.txt
@@ -1,4 +1,4 @@
-Copyright 2001 Red Hat Inc., Christopher Faylor
+Contributed by Christopher Faylor
 
 Cygwin has recently adopted something called the "cygwin heap".  This is
 an internal heap that is inherited by forked/execed children.  It
diff --git a/winsup/cygwin/how-cygtls-works.txt b/winsup/cygwin/how-cygtls-works.txt
index 69363f1..8bba0a7 100644
--- a/winsup/cygwin/how-cygtls-works.txt
+++ b/winsup/cygwin/how-cygtls-works.txt
@@ -1,4 +1,4 @@
-Copyright 2005 Red Hat Inc., Max Kaehn
+Contributed by Max Kaehn
 
 All cygwin threads have separate context in an object of class _cygtls.  The
 storage for this object is kept on the stack in the bottom CYGTLS_PADSIZE
diff --git a/winsup/cygwin/how-fhandlers-work.txt b/winsup/cygwin/how-fhandlers-work.txt
index cef46fe..ba3a8dc 100644
--- a/winsup/cygwin/how-fhandlers-work.txt
+++ b/winsup/cygwin/how-fhandlers-work.txt
@@ -1,4 +1,4 @@
-Copyright 2001 Red Hat Inc., Robert Collins
+Contributed by Robert Collins
 
 fhandlers are the core mechanism by which cygwin provides a file descripter (fd)
 interface to things such as a random number generated, winsock sockets, raw disk
diff --git a/winsup/cygwin/how-signals-work.txt b/winsup/cygwin/how-signals-work.txt
index 4d94c79..09d7d0a 100644
--- a/winsup/cygwin/how-signals-work.txt
+++ b/winsup/cygwin/how-signals-work.txt
@@ -1,4 +1,4 @@
-Copyright 2001, 2002, 2003, 2004 Red Hat Inc., Christopher Faylor
+Contributed by Christopher Faylor
 
 [note that the following discussion is still incomplete]
 
diff --git a/winsup/cygwin/how-startup-shutdown-works.txt b/winsup/cygwin/how-startup-shutdown-works.txt
index 578deeb..0a534b8 100644
--- a/winsup/cygwin/how-startup-shutdown-works.txt
+++ b/winsup/cygwin/how-startup-shutdown-works.txt
@@ -1,5 +1,4 @@
-Copyright 2010 Red Hat Inc., contributed by Dave Korn.
-
+Contributed by Dave Korn
 
     How the C runtime handles startup and termination.
     --------------------------------------------------
diff --git a/winsup/cygwin/how-to-debug-cygwin.txt b/winsup/cygwin/how-to-debug-cygwin.txt
index fcf53a2..61e91c8 100644
--- a/winsup/cygwin/how-to-debug-cygwin.txt
+++ b/winsup/cygwin/how-to-debug-cygwin.txt
@@ -1,4 +1,4 @@
-Copyright 2001, 2002, 2005 Red Hat Inc., Egor Duda
+Contributed by Egor Duda
 
 So, your favorite program has crashed?  And did you say something about
 'stackdump'?  Or it just prints its output from left to right and
diff --git a/winsup/cygwin/include/a.out.h b/winsup/cygwin/include/a.out.h
index ad9b5a5..1a7a60b 100644
--- a/winsup/cygwin/include/a.out.h
+++ b/winsup/cygwin/include/a.out.h
@@ -1,7 +1,5 @@
 /* a.out.h
 
-   Copyright 1997, 1998, 1999, 2000, 2001, 2013 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/arpa/inet.h b/winsup/cygwin/include/arpa/inet.h
index 4a3ee90..bba3bcd 100644
--- a/winsup/cygwin/include/arpa/inet.h
+++ b/winsup/cygwin/include/arpa/inet.h
@@ -1,7 +1,5 @@
 /* arpa/inet.h
 
-   Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2005 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/asm/byteorder.h b/winsup/cygwin/include/asm/byteorder.h
index 14529bf..af125cf 100644
--- a/winsup/cygwin/include/asm/byteorder.h
+++ b/winsup/cygwin/include/asm/byteorder.h
@@ -1,7 +1,5 @@
 /* asm/byteorder.h
 
-   Copyright 1996, 1998, 2001, 2006, 2009, 2011, 2012 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/asm/socket.h b/winsup/cygwin/include/asm/socket.h
index 0eae36b..8c01329 100644
--- a/winsup/cygwin/include/asm/socket.h
+++ b/winsup/cygwin/include/asm/socket.h
@@ -1,7 +1,5 @@
 /* asm/socket.h
 
-   Copyright 1996, 1997, 1998, 2000, 2001, 2005, 2007 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/asm/types.h b/winsup/cygwin/include/asm/types.h
index dc51af6..c2342ef 100644
--- a/winsup/cygwin/include/asm/types.h
+++ b/winsup/cygwin/include/asm/types.h
@@ -1,7 +1,5 @@
 /* asm/types.h
 
-   Copyright 1998, 2000, 2001, 2015 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/attr/xattr.h b/winsup/cygwin/include/attr/xattr.h
index 421e687..7e41041 100644
--- a/winsup/cygwin/include/attr/xattr.h
+++ b/winsup/cygwin/include/attr/xattr.h
@@ -1,7 +1,5 @@
 /* attr/xattr.h
 
-   Copyright 2008 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/bits/endian.h b/winsup/cygwin/include/bits/endian.h
index 4929329..28ed0a2 100644
--- a/winsup/cygwin/include/bits/endian.h
+++ b/winsup/cygwin/include/bits/endian.h
@@ -1,7 +1,5 @@
 /* bits/endian.h
 
-   Copyright 2011 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/byteswap.h b/winsup/cygwin/include/byteswap.h
index 9f73c5a..5e3f221 100644
--- a/winsup/cygwin/include/byteswap.h
+++ b/winsup/cygwin/include/byteswap.h
@@ -1,7 +1,5 @@
 /* byteswap.h
 
-Copyright 2005 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/cygwin/acl.h b/winsup/cygwin/include/cygwin/acl.h
index 846c49c..885fffe 100644
--- a/winsup/cygwin/include/cygwin/acl.h
+++ b/winsup/cygwin/include/cygwin/acl.h
@@ -1,6 +1,4 @@
 /* cygwin/acl.h header file for Cygwin.
-
-   Copyright 1999, 2000, 2001, 2002, 2010, 2014, 2015 Red Hat, Inc.
    Written by C. Vinschen.
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/include/cygwin/config.h b/winsup/cygwin/include/cygwin/config.h
index 204826d..c09641e 100644
--- a/winsup/cygwin/include/cygwin/config.h
+++ b/winsup/cygwin/include/cygwin/config.h
@@ -3,8 +3,6 @@
    This wraps Cygwin configuration setting which were in newlib's
    sys/config.h before.  This way we can manaage our configuration
    setting without bothering newlib.
-
-   Copyright 2003, 2007, 2008, 2009, 2010, 2012, 2013, 2014 Red Hat, Inc.
    Written by C. Vinschen.
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/include/cygwin/core_dump.h b/winsup/cygwin/include/cygwin/core_dump.h
index 57d90b7..92ecae7 100644
--- a/winsup/cygwin/include/cygwin/core_dump.h
+++ b/winsup/cygwin/include/cygwin/core_dump.h
@@ -1,7 +1,5 @@
 /* core_dump.h
 
-   Copyright 1999, 2000, 2001, 2014 Red Hat, Inc.
-
    Written by Egor Duda <deo@logos-m.ru>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/include/cygwin/cygwin_dll.h b/winsup/cygwin/include/cygwin/cygwin_dll.h
index 908858c..56b4363 100644
--- a/winsup/cygwin/include/cygwin/cygwin_dll.h
+++ b/winsup/cygwin/include/cygwin/cygwin_dll.h
@@ -1,7 +1,5 @@
 /* cygwin_dll.h
 
-   Copyright 1998, 1999, 2000, 2001, 2009, 2011, 2012, 2013, 2014 Red Hat, Inc.
-
 This file is part of Cygwin.
 
 This software is a copyrighted work licensed under the terms of the
diff --git a/winsup/cygwin/include/cygwin/fs.h b/winsup/cygwin/include/cygwin/fs.h
index 509b9c5..f606ffc 100644
--- a/winsup/cygwin/include/cygwin/fs.h
+++ b/winsup/cygwin/include/cygwin/fs.h
@@ -1,6 +1,4 @@
 /* cygwin/fs.h
-
-   Copyright 2002, 2003, 2012 Red Hat Inc.
    Written by Chris January <chris@atomice.net>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/include/cygwin/grp.h b/winsup/cygwin/include/cygwin/grp.h
index 056c5f6..35265db 100644
--- a/winsup/cygwin/include/cygwin/grp.h
+++ b/winsup/cygwin/include/cygwin/grp.h
@@ -1,6 +1,4 @@
 /* cygwin/grp.h
-
-   Copyright 2002, 2011 Red Hat Inc.
    Written by Corinna Vinschen <corinna@vinschen.de>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/include/cygwin/hdreg.h b/winsup/cygwin/include/cygwin/hdreg.h
index dc81578..7167f4f 100644
--- a/winsup/cygwin/include/cygwin/hdreg.h
+++ b/winsup/cygwin/include/cygwin/hdreg.h
@@ -1,6 +1,4 @@
 /* cygwin/hdreg.h
-
-   Copyright 2002 Red Hat Inc.
    Written by Chris January <chris@atomice.net>
 
 This file is part of Cygwin.
diff --git a/winsup/cygwin/include/cygwin/if.h b/winsup/cygwin/include/cygwin/if.h
index 2cd6ac5..cca8fd5 100644
--- a/winsup/cygwin/include/cygw[...]

[diff truncated at 100000 bytes]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]