diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-05-24 11:16:39 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-06-23 10:09:17 +0200 |
commit | 6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50 (patch) | |
tree | a9681e8b6cd66f0f1dc3f2f164141ef7fa064cea /winsup/cygwin | |
parent | 94e3a561d053ca1b00f16d81d4ade2884ea45b54 (diff) | |
download | cygnal-6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50.tar.gz cygnal-6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50.tar.bz2 cygnal-6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50.zip |
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release
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>
Diffstat (limited to 'winsup/cygwin')
322 files changed, 8 insertions, 757 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 981f63923..70da06fdf 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 07d26e710..56c96c915 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 0b9b7219f..8704eea48 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 934d9c58a..d78e6e7d2 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 9e6184fb4..5c8dcd8e3 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 6951bfd6b..ab92197c3 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 4c6c2ddba..fedcd3918 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 ddd5b8bc8..e682a4ada 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 fa8561fd5..a89829a83 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 d8cdcdea8..ff12dc259 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 7053b4d9d..478d907ee 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 b5a21bd35..f0103b4ca 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 ea78e75e6..be3268549 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 b9ec7b61d..ce33d971a 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 615dfc1b0..11f868f01 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 c394e7fd2..40e8fba20 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 088243ee3..74f0bb619 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 cc180daf3..f9da70735 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 036c79c11..c80ca9f96 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 092e2f695..753ca33e4 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 1313d3c1e..9de8c4470 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 9631eacc2..54e15c3de 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 fc1277621..b9fa7d77b 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 03a6a65d0..fb22858dc 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 e7b8eb237..75c688762 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 8fa34793b..fc1576b05 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 1d4e837bb..80bbf84f0 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 859754152..fc051cdcd 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 c94578ffa..6e9764d0f 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 42764c1cb..2a9f8f3fa 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 c1782c586..d3f024ad3 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 3fc9a3832..e520843f0 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 1240f5404..b4270a9fa 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 b0eb8c25c..ccfaa26a0 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 18bdf2416..8e2c4022a 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 8686c17ae..d75c59987 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 a2dac36db..d44fd6e6a 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 cbe7f2591..fda4b58b8 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 075803cc0..fc2fed4df 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 a6182b145..d3f7ea3ed 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 a8eeb2327..f43eae461 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 ad4d96c7e..255a6d51c 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 8deceb9ad..7d01bf9c9 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 8127d0bb4..8448813e1 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 95c4470cd..70a496584 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 7f12ff5f7..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 fb44c9516..0f745a75a 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 b1553118d..6ba1469f4 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 5048fcd2f..46beb2d1a 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 589410a9a..7e07a6178 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 13160feb8..e4564b044 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 fc9834cc0..7ad99888d 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 fd782ac19..6ed714d6a 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 02335eb69..c81bdc0fa 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 cb97f682c..4859b131c 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 f025a1774..bd3f90495 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 33743d44d..53fe6b0e6 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 47aa2a26b..94fe0f9db 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 92f833c3d..ccdb295f3 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 c510d7021..d4c077bc6 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 4f92a1db8..c79d4c3ec 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 5148dd7ae..1d5b7dee5 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 9fa2c6e03..5ae3309f8 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 46a0aba58..642949aea 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 8cf19bf82..15b727bef 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 217e3b7ee..fa3d525c0 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 39ec0cdff..654360f22 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 39842d394..515b1ae58 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 d34bf3135..468746774 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 f0423f30f..064f7f9fd 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 1961fdda3..8a81623d3 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 1e937c89d..e2aebd5b1 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 bd1eee0a1..440771aeb 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 37bc76e80..af76a6614 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 23a6beaad..bd47b6010 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 666363725..6c6702afd 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 b6641e5e4..615b2513f 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 27c2989cc..a2548589c 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 b24a0ee58..9cfa2bbb3 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 983e2f99e..8bbe301ad 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 733644fdd..95c47c491 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 8f302a758..b6b95f967 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 f92c06b89..cbd7a0d94 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 a25812748..c9ef66c0b 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 6e89683f9..1f758214e 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 d0fea282a..ef5f6078b 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 ce54e39e3..ef5a26843 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 62b06f25c..f02b3be59 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 9d6f1b40b..431ec67d3 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 3e514bcab..33c70ce6e 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 e4543f597..745ea27a0 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 7dfe74d6e..742775684 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 8c3b82198..d66acad99 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 d08e8bf17..deb4d6143 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 bd15189b1..565758e48 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 23b2391d2..c6a286cff 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 133d8cbf5..4078e65bd 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 8cff52900..d1765031a 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 b60f88808..3aee07701 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 69363f1fb..8bba0a7a0 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 cef46fedc..ba3a8dcbb 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 4d94c79dc..09d7d0aa5 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 578deeb30..0a534b898 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 fcf53a27f..61e91c88d 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 ad9b5a56f..1a7a60be5 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 4a3ee90e2..bba3bcd18 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 14529bfa2..af125cffb 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 0eae36b85..8c0132997 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 dc51af63a..c2342efc1 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 421e6871d..7e410414d 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 492932990..28ed0a217 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 9f73c5ac9..5e3f22196 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 846c49cb6..885fffe62 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 204826dd8..c09641ed1 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 57d90b750..92ecae7ab 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 908858c17..56b4363ce 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 509b9c555..f606ffc39 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 056c5f618..35265dbec 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 dc8157838..7167f4fc9 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 2cd6ac5f3..cca8fd5f0 100644 --- a/winsup/cygwin/include/cygwin/if.h +++ b/winsup/cygwin/include/cygwin/if.h @@ -1,7 +1,5 @@ /* cygwin/if.h - Copyright 1996, 2000, 2001, 2007, 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/include/cygwin/in6.h b/winsup/cygwin/include/cygwin/in6.h index 896e1ec19..fb787c0ea 100644 --- a/winsup/cygwin/include/cygwin/in6.h +++ b/winsup/cygwin/include/cygwin/in6.h @@ -1,7 +1,5 @@ /* cygwin/in6.h - Copyright 2006, 2007, 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/ipc.h b/winsup/cygwin/include/cygwin/ipc.h index c660d960a..6cc1b9633 100644 --- a/winsup/cygwin/include/cygwin/ipc.h +++ b/winsup/cygwin/include/cygwin/ipc.h @@ -1,6 +1,4 @@ /* sys/ipc.h - - Copyright 2001, 2002, 2012, 2013 Red Hat Inc. Written by Robert Collins <rbtcollins@hotmail.com> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/kd.h b/winsup/cygwin/include/cygwin/kd.h index b4ec7c523..4a73cac81 100644 --- a/winsup/cygwin/include/cygwin/kd.h +++ b/winsup/cygwin/include/cygwin/kd.h @@ -1,6 +1,4 @@ /* cygwin/kd.h - - Copyright 2006 Red Hat Inc. Written by Kazuhiro Fujieda <fujieda@jaist.ac.jp> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/msg.h b/winsup/cygwin/include/cygwin/msg.h index c737971ea..b6096ff78 100644 --- a/winsup/cygwin/include/cygwin/msg.h +++ b/winsup/cygwin/include/cygwin/msg.h @@ -1,6 +1,4 @@ /* sys/msg.h - - Copyright 2002, 2012, 2013 Red Hat Inc. Written by Conrad Scott <conrad.scott@dsl.pipex.com> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/mtio.h b/winsup/cygwin/include/cygwin/mtio.h index ae3aa8d33..f298a91a7 100644 --- a/winsup/cygwin/include/cygwin/mtio.h +++ b/winsup/cygwin/include/cygwin/mtio.h @@ -1,7 +1,5 @@ /* cygwin/mtio.h - Copyright 1999, 2000, 2001, 2004, 2013 Red Hat, Inc. - Written by Corinna Vinschen <corinna@vinschen.de> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/rdevio.h b/winsup/cygwin/include/cygwin/rdevio.h index 2333abe43..ebbd00ccb 100644 --- a/winsup/cygwin/include/cygwin/rdevio.h +++ b/winsup/cygwin/include/cygwin/rdevio.h @@ -1,7 +1,5 @@ /* cygwin/rdevio.h - Copyright 1999, 2000, 2001 Red Hat, Inc. - Written by Corinna Vinschen <corinna@vinschen.de> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/sem.h b/winsup/cygwin/include/cygwin/sem.h index 71592e52f..57abf1cb4 100644 --- a/winsup/cygwin/include/cygwin/sem.h +++ b/winsup/cygwin/include/cygwin/sem.h @@ -1,6 +1,4 @@ /* sys/sem.h - - Copyright 2002, 2012, 2013 Red Hat Inc. Written by Conrad Scott <conrad.scott@dsl.pipex.com> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/shm.h b/winsup/cygwin/include/cygwin/shm.h index 5fbfb1152..bbe0e951b 100644 --- a/winsup/cygwin/include/cygwin/shm.h +++ b/winsup/cygwin/include/cygwin/shm.h @@ -1,6 +1,4 @@ /* sys/shm.h - - Copyright 2001, 2002, 2012, 2013 Red Hat Inc. Written by Robert Collins <rbtcollins@hotmail.com> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/signal.h b/winsup/cygwin/include/cygwin/signal.h index e876dece0..f30499505 100644 --- a/winsup/cygwin/include/cygwin/signal.h +++ b/winsup/cygwin/include/cygwin/signal.h @@ -1,8 +1,5 @@ /* signal.h - Copyright 2003, 2004, 2005, 2006, 2007, 2008, 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/include/cygwin/socket.h b/winsup/cygwin/include/cygwin/socket.h index 589271479..87cee0747 100644 --- a/winsup/cygwin/include/cygwin/socket.h +++ b/winsup/cygwin/include/cygwin/socket.h @@ -1,8 +1,5 @@ /* cygwin/socket.h - Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010, 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/include/cygwin/stat.h b/winsup/cygwin/include/cygwin/stat.h index 73f3e9310..bbc58135c 100644 --- a/winsup/cygwin/include/cygwin/stat.h +++ b/winsup/cygwin/include/cygwin/stat.h @@ -1,6 +1,4 @@ /* cygwin/stat.h - - Copyright 2002, 2007, 2010, 2013 Red Hat Inc. Written by Corinna Vinschen <corinna@vinschen.de> This file is part of Cygwin. diff --git a/winsup/cygwin/include/cygwin/stdlib.h b/winsup/cygwin/include/cygwin/stdlib.h index 2318764ab..744a08d95 100644 --- a/winsup/cygwin/include/cygwin/stdlib.h +++ b/winsup/cygwin/include/cygwin/stdlib.h @@ -1,7 +1,5 @@ /* stdlib.h - Copyright 2005, 2006, 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/include/cygwin/sysproto.h b/winsup/cygwin/include/cygwin/sysproto.h index 838555002..1ffd3107c 100644 --- a/winsup/cygwin/include/cygwin/sysproto.h +++ b/winsup/cygwin/include/cygwin/sysproto.h @@ -1,7 +1,5 @@ /* cygwin/sysproto.h - Copyright 2003, 2005, 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/include/cygwin/time.h b/winsup/cygwin/include/cygwin/time.h index 1f8a98948..a1080a1c0 100644 --- a/winsup/cygwin/include/cygwin/time.h +++ b/winsup/cygwin/include/cygwin/time.h @@ -1,7 +1,5 @@ /* time.h - Copyright 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/cygwin/utmp.h b/winsup/cygwin/include/cygwin/utmp.h index 56a137ffe..9b06e5806 100644 --- a/winsup/cygwin/include/cygwin/utmp.h +++ b/winsup/cygwin/include/cygwin/utmp.h @@ -1,7 +1,5 @@ /* cygwin/utmp.h - Copyright 2004 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/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index d45a6d28e..9351ea907 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -1,8 +1,5 @@ /* version.h -- Cygwin version numbers and accompanying documentation. - 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/include/cygwin/wait.h b/winsup/cygwin/include/cygwin/wait.h index 08649f8a2..89343143c 100644 --- a/winsup/cygwin/include/cygwin/wait.h +++ b/winsup/cygwin/include/cygwin/wait.h @@ -1,7 +1,5 @@ /* cygwin/wait.h - Copyright 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/dlfcn.h b/winsup/cygwin/include/dlfcn.h index 37fb3df9b..8522ec579 100644 --- a/winsup/cygwin/include/dlfcn.h +++ b/winsup/cygwin/include/dlfcn.h @@ -1,7 +1,5 @@ /* dlfcn.h - Copyright 1998, 1999, 2000, 2001, 2004, 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/include/endian.h b/winsup/cygwin/include/endian.h index 7ddf0994d..a17ff9917 100644 --- a/winsup/cygwin/include/endian.h +++ b/winsup/cygwin/include/endian.h @@ -1,7 +1,5 @@ /* endian.h - Copyright 2005, 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/include/err.h b/winsup/cygwin/include/err.h index 4f3a3602a..d38b3ded3 100644 --- a/winsup/cygwin/include/err.h +++ b/winsup/cygwin/include/err.h @@ -1,7 +1,5 @@ /* err.h - Copyright 2003, 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/error.h b/winsup/cygwin/include/error.h index c5ec62064..2aa6ed592 100644 --- a/winsup/cygwin/include/error.h +++ b/winsup/cygwin/include/error.h @@ -1,7 +1,5 @@ /* error.h: GNU error reporting functions - 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/fcntl.h b/winsup/cygwin/include/fcntl.h index d67ee48ac..3dad0889f 100644 --- a/winsup/cygwin/include/fcntl.h +++ b/winsup/cygwin/include/fcntl.h @@ -1,8 +1,5 @@ /* fcntl.h - Copyright 1996, 1998, 2000, 2001, 2005, 2006, 2009, 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/include/features.h b/winsup/cygwin/include/features.h index ffeb4f843..502bd874b 100644 --- a/winsup/cygwin/include/features.h +++ b/winsup/cygwin/include/features.h @@ -1,7 +1,5 @@ /* features.h - Copyright 2000, 2001, 2002, 2003, 2004, 2006, 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/fenv.h b/winsup/cygwin/include/fenv.h index 26464252c..95c2e31ea 100644 --- a/winsup/cygwin/include/fenv.h +++ b/winsup/cygwin/include/fenv.h @@ -1,7 +1,5 @@ /* fenv.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/include/io.h b/winsup/cygwin/include/io.h index 517f871fe..9525f6ba0 100644 --- a/winsup/cygwin/include/io.h +++ b/winsup/cygwin/include/io.h @@ -1,7 +1,5 @@ /* io.h - Copyright 1999, 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/include/lastlog.h b/winsup/cygwin/include/lastlog.h index fefff78a4..2cab4b48e 100644 --- a/winsup/cygwin/include/lastlog.h +++ b/winsup/cygwin/include/lastlog.h @@ -1,7 +1,5 @@ /* lastlog.h - 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/include/limits.h b/winsup/cygwin/include/limits.h index c17cd0aed..2083e3e64 100644 --- a/winsup/cygwin/include/limits.h +++ b/winsup/cygwin/include/limits.h @@ -1,8 +1,5 @@ /* limits.h - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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/include/machine/_arc4random.h b/winsup/cygwin/include/machine/_arc4random.h index 3ce245809..69a4ce657 100644 --- a/winsup/cygwin/include/machine/_arc4random.h +++ b/winsup/cygwin/include/machine/_arc4random.h @@ -1,7 +1,5 @@ /* machine/_arc4random.h - Copyright 2016 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/machine/_endian.h b/winsup/cygwin/include/machine/_endian.h index d878cc180..dbd4429b8 100644 --- a/winsup/cygwin/include/machine/_endian.h +++ b/winsup/cygwin/include/machine/_endian.h @@ -1,7 +1,5 @@ /* machine/_endian.h - Copyright 2005, 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/include/machine/stdlib.h b/winsup/cygwin/include/machine/stdlib.h index 2d1539e2c..42e63ce60 100644 --- a/winsup/cygwin/include/machine/stdlib.h +++ b/winsup/cygwin/include/machine/stdlib.h @@ -1,7 +1,5 @@ /* machine/stdlib.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/machine/types.h b/winsup/cygwin/include/machine/types.h index bde3371e0..065696ada 100644 --- a/winsup/cygwin/include/machine/types.h +++ b/winsup/cygwin/include/machine/types.h @@ -1,6 +1,4 @@ /* machine/types.h - - Copyright 2001, 2002, 2003, 2005, 2006, 2010, 2011, 2012, 2015 Red Hat Inc. Written by Robert Collins <rbtcollins@hotmail.com> This file is part of Cygwin. diff --git a/winsup/cygwin/include/mapi.h b/winsup/cygwin/include/mapi.h index e2d47e264..e59950b97 100644 --- a/winsup/cygwin/include/mapi.h +++ b/winsup/cygwin/include/mapi.h @@ -1,7 +1,5 @@ /* mapi.h - Copyright 1997, 1998, 1999, 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/include/memory.h b/winsup/cygwin/include/memory.h index 491f4855e..42370a9bf 100644 --- a/winsup/cygwin/include/memory.h +++ b/winsup/cygwin/include/memory.h @@ -1,7 +1,5 @@ /* memory.h - Copyright 1998, 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/include/mntent.h b/winsup/cygwin/include/mntent.h index 5a0c13054..7510f7b1a 100644 --- a/winsup/cygwin/include/mntent.h +++ b/winsup/cygwin/include/mntent.h @@ -1,7 +1,5 @@ /* mntent.h - Copyright 1996, 1998, 1999, 2000, 2001, 2006, 2009, 2010, 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/mqueue.h b/winsup/cygwin/include/mqueue.h index 59c32dbe4..69b426158 100644 --- a/winsup/cygwin/include/mqueue.h +++ b/winsup/cygwin/include/mqueue.h @@ -1,7 +1,5 @@ /* mqueue.h: POSIX message queue interface - Copyright 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/net/if.h b/winsup/cygwin/include/net/if.h index cba90d3f8..49cff2b61 100644 --- a/winsup/cygwin/include/net/if.h +++ b/winsup/cygwin/include/net/if.h @@ -1,7 +1,5 @@ /* net/if.h - Copyright 1998, 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/include/netinet/in.h b/winsup/cygwin/include/netinet/in.h index 6d666312a..da0265bee 100644 --- a/winsup/cygwin/include/netinet/in.h +++ b/winsup/cygwin/include/netinet/in.h @@ -1,7 +1,5 @@ /* netinet/in.h - Copyright 1998, 2000, 2001, 2006 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/netinet/in_systm.h b/winsup/cygwin/include/netinet/in_systm.h index 17b5feb8d..a94955fc1 100644 --- a/winsup/cygwin/include/netinet/in_systm.h +++ b/winsup/cygwin/include/netinet/in_systm.h @@ -1,7 +1,5 @@ /* netinet/in_systm.h - 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/include/netinet/ip_icmp.h b/winsup/cygwin/include/netinet/ip_icmp.h index 43bae5324..cb8df65c3 100644 --- a/winsup/cygwin/include/netinet/ip_icmp.h +++ b/winsup/cygwin/include/netinet/ip_icmp.h @@ -1,7 +1,5 @@ /* netinet/ip_icmp.h - Copyright 1998, 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/include/paths.h b/winsup/cygwin/include/paths.h index 8934563d8..a21591f64 100644 --- a/winsup/cygwin/include/paths.h +++ b/winsup/cygwin/include/paths.h @@ -1,7 +1,5 @@ /* paths.h - Copyright 2000, 2001, 2002, 2003, 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/include/poll.h b/winsup/cygwin/include/poll.h index a836b2af4..423b5cde6 100644 --- a/winsup/cygwin/include/poll.h +++ b/winsup/cygwin/include/poll.h @@ -1,7 +1,5 @@ /* poll.h - 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/include/pthread.h b/winsup/cygwin/include/pthread.h index 83631ddb2..609eac2bd 100644 --- a/winsup/cygwin/include/pthread.h +++ b/winsup/cygwin/include/pthread.h @@ -1,8 +1,5 @@ /* pthread.h: POSIX pthread interface - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2011, 2012, 2013, 2014 Red Hat, Inc. - Written by Marco Fuykschot <marco@ddi.nl> This file is part of Cygwin. diff --git a/winsup/cygwin/include/semaphore.h b/winsup/cygwin/include/semaphore.h index b16d13751..89a43fff2 100644 --- a/winsup/cygwin/include/semaphore.h +++ b/winsup/cygwin/include/semaphore.h @@ -1,7 +1,5 @@ /* semaphore.h: POSIX semaphore interface - Copyright 2001, 2003, 2007 Red Hat, Inc. - Written by Robert Collins <rbtcollins@hotmail.com> This file is part of Cygwin. diff --git a/winsup/cygwin/include/sys/acl.h b/winsup/cygwin/include/sys/acl.h index c3a9fc1af..74e50ba9e 100644 --- a/winsup/cygwin/include/sys/acl.h +++ b/winsup/cygwin/include/sys/acl.h @@ -1,6 +1,4 @@ /* sys/acl.h header file for Cygwin. - - Copyright 1999, 2000, 2001 Red Hat, Inc. Written by C. Vinschen. This file is part of Cygwin. diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index e6636904a..5990e469a 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -1,9 +1,6 @@ /* sys/cygwin.h - Copyright 1997, 1998, 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/include/sys/dirent.h b/winsup/cygwin/include/sys/dirent.h index dd026178b..771f71620 100644 --- a/winsup/cygwin/include/sys/dirent.h +++ b/winsup/cygwin/include/sys/dirent.h @@ -1,8 +1,5 @@ /* Posix dirent.h for WIN32. - Copyright 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2010, 2012, - 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/include/sys/ioctl.h b/winsup/cygwin/include/sys/ioctl.h index 9c0c08157..4c7121471 100644 --- a/winsup/cygwin/include/sys/ioctl.h +++ b/winsup/cygwin/include/sys/ioctl.h @@ -1,7 +1,5 @@ /* sys/ioctl.h - Copyright 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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/sys/ipc.h b/winsup/cygwin/include/sys/ipc.h index 9a4095733..eaca63976 100644 --- a/winsup/cygwin/include/sys/ipc.h +++ b/winsup/cygwin/include/sys/ipc.h @@ -1,7 +1,5 @@ /* sys/ipc.h - Copyright 2001, 2002, 2003 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/sys/kd.h b/winsup/cygwin/include/sys/kd.h index 5900efdd7..c5de20151 100644 --- a/winsup/cygwin/include/sys/kd.h +++ b/winsup/cygwin/include/sys/kd.h @@ -1,7 +1,5 @@ /* sys/kd.h - Copyright 2006 Red Hat, Inc. - Written by Kazuhiro Fujieda <fujieda@jaist.ac.jp> This file is part of Cygwin. diff --git a/winsup/cygwin/include/sys/lock.h b/winsup/cygwin/include/sys/lock.h index cf4d17846..85c398eed 100644 --- a/winsup/cygwin/include/sys/lock.h +++ b/winsup/cygwin/include/sys/lock.h @@ -1,7 +1,5 @@ /* sys/lock.h - Copyright 2004, 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/sys/mman.h b/winsup/cygwin/include/sys/mman.h index 6942c2ad8..35fa9e9d2 100644 --- a/winsup/cygwin/include/sys/mman.h +++ b/winsup/cygwin/include/sys/mman.h @@ -1,7 +1,5 @@ /* sys/mman.h - Copyright 1996, 1997, 1998, 2000, 2001, 2003, 2005, 2007, 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/sys/mount.h b/winsup/cygwin/include/sys/mount.h index ec927945b..bdc7f30ab 100644 --- a/winsup/cygwin/include/sys/mount.h +++ b/winsup/cygwin/include/sys/mount.h @@ -1,8 +1,5 @@ /* sys/mount.h - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010, 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/include/sys/msg.h b/winsup/cygwin/include/sys/msg.h index bbcc56ec5..b302e4009 100644 --- a/winsup/cygwin/include/sys/msg.h +++ b/winsup/cygwin/include/sys/msg.h @@ -1,7 +1,5 @@ /* sys/msg.h - Copyright 2002, 2003 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/sys/mtio.h b/winsup/cygwin/include/sys/mtio.h index 2bd4632e9..729a89f09 100644 --- a/winsup/cygwin/include/sys/mtio.h +++ b/winsup/cygwin/include/sys/mtio.h @@ -1,7 +1,5 @@ /* sys/mtio.h - Copyright 1999, 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/include/sys/poll.h b/winsup/cygwin/include/sys/poll.h index 1a3a95b75..822827825 100644 --- a/winsup/cygwin/include/sys/poll.h +++ b/winsup/cygwin/include/sys/poll.h @@ -1,7 +1,5 @@ /* sys/poll.h - Copyright 2000, 2001, 2006, 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/sys/procfs.h b/winsup/cygwin/include/sys/procfs.h index 78485f678..4f42334d6 100644 --- a/winsup/cygwin/include/sys/procfs.h +++ b/winsup/cygwin/include/sys/procfs.h @@ -1,7 +1,5 @@ /* sys/procfs.h - 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/include/sys/resource.h b/winsup/cygwin/include/sys/resource.h index d9419d150..16dcdcd0a 100644 --- a/winsup/cygwin/include/sys/resource.h +++ b/winsup/cygwin/include/sys/resource.h @@ -1,7 +1,5 @@ /* sys/resource.h - Copyright 1997, 1998, 2000, 2001, 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/sys/sem.h b/winsup/cygwin/include/sys/sem.h index 15f46c806..9953533b0 100644 --- a/winsup/cygwin/include/sys/sem.h +++ b/winsup/cygwin/include/sys/sem.h @@ -1,7 +1,5 @@ /* sys/sem.h - Copyright 2002, 2003 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/sys/shm.h b/winsup/cygwin/include/sys/shm.h index 40cfdcee7..5e3949007 100644 --- a/winsup/cygwin/include/sys/shm.h +++ b/winsup/cygwin/include/sys/shm.h @@ -1,7 +1,5 @@ /* sys/shm.h - Copyright 2001, 2002, 2003 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/sys/smallprint.h b/winsup/cygwin/include/sys/smallprint.h index 776e3ca22..4c685676e 100644 --- a/winsup/cygwin/include/sys/smallprint.h +++ b/winsup/cygwin/include/sys/smallprint.h @@ -1,7 +1,5 @@ /* sys/smallprint.h - Copyright 1998, 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/include/sys/socket.h b/winsup/cygwin/include/sys/socket.h index 179293f45..8bab35b68 100644 --- a/winsup/cygwin/include/sys/socket.h +++ b/winsup/cygwin/include/sys/socket.h @@ -1,8 +1,5 @@ /* sys/socket.h - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2009, 2010, - 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/include/sys/statfs.h b/winsup/cygwin/include/sys/statfs.h index 51ad3c6b1..cc9a8b862 100644 --- a/winsup/cygwin/include/sys/statfs.h +++ b/winsup/cygwin/include/sys/statfs.h @@ -1,7 +1,5 @@ /* sys/statfs.h - Copyright 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/include/sys/statvfs.h b/winsup/cygwin/include/sys/statvfs.h index aa86674af..62a989412 100644 --- a/winsup/cygwin/include/sys/statvfs.h +++ b/winsup/cygwin/include/sys/statvfs.h @@ -1,7 +1,5 @@ /* sys/statvfs.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/sys/stdio.h b/winsup/cygwin/include/sys/stdio.h index 6664a0b33..ac22a3940 100644 --- a/winsup/cygwin/include/sys/stdio.h +++ b/winsup/cygwin/include/sys/stdio.h @@ -1,7 +1,5 @@ /* sys/stdio.h - Copyright 2004, 2005, 2006, 2007, 2008, 2010 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/sys/strace.h b/winsup/cygwin/include/sys/strace.h index eacd3f113..3334b0403 100644 --- a/winsup/cygwin/include/sys/strace.h +++ b/winsup/cygwin/include/sys/strace.h @@ -1,8 +1,5 @@ /* sys/strace.h - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, - 2010, 2011, 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/include/sys/sysinfo.h b/winsup/cygwin/include/sys/sysinfo.h index 32fa05bd1..b0f8590fc 100644 --- a/winsup/cygwin/include/sys/sysinfo.h +++ b/winsup/cygwin/include/sys/sysinfo.h @@ -1,7 +1,5 @@ /* sys/sysinfo.h - Copyright 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/include/sys/syslimits.h b/winsup/cygwin/include/sys/syslimits.h index b501de81e..ff14e76cd 100644 --- a/winsup/cygwin/include/sys/syslimits.h +++ b/winsup/cygwin/include/sys/syslimits.h @@ -1,7 +1,5 @@ /* sys/syslimits.h - Copyright 2006 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/sys/syslog.h b/winsup/cygwin/include/sys/syslog.h index b88bb8dd8..be6dc2de6 100644 --- a/winsup/cygwin/include/sys/syslog.h +++ b/winsup/cygwin/include/sys/syslog.h @@ -1,7 +1,5 @@ /* sys/syslog.h - Copyright 1996, 1998, 2000, 2001, 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/sys/sysmacros.h b/winsup/cygwin/include/sys/sysmacros.h index 25a738a7d..1bc39941b 100644 --- a/winsup/cygwin/include/sys/sysmacros.h +++ b/winsup/cygwin/include/sys/sysmacros.h @@ -1,7 +1,5 @@ /* sys/sysmacros.h - Copyright 1998, 2000, 2001, 2002, 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/include/sys/sysproto.h b/winsup/cygwin/include/sys/sysproto.h index 488782b89..b3995adb6 100644 --- a/winsup/cygwin/include/sys/sysproto.h +++ b/winsup/cygwin/include/sys/sysproto.h @@ -1,7 +1,5 @@ /* sys/sysproto.h - Copyright 2003 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/sys/termio.h b/winsup/cygwin/include/sys/termio.h index 60dcf7e08..954af3f52 100644 --- a/winsup/cygwin/include/sys/termio.h +++ b/winsup/cygwin/include/sys/termio.h @@ -1,7 +1,5 @@ /* sys/termio.h - 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/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h index 4a39cbc6a..38de08744 100644 --- a/winsup/cygwin/include/sys/termios.h +++ b/winsup/cygwin/include/sys/termios.h @@ -1,8 +1,5 @@ /* sys/termios.h - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 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/include/sys/ucontext.h b/winsup/cygwin/include/sys/ucontext.h index 65485fbad..8795476fc 100644 --- a/winsup/cygwin/include/sys/ucontext.h +++ b/winsup/cygwin/include/sys/ucontext.h @@ -1,7 +1,5 @@ /* ucontext.h - Copyright 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/sys/uio.h b/winsup/cygwin/include/sys/uio.h index e28f14e7e..c13cee3c4 100644 --- a/winsup/cygwin/include/sys/uio.h +++ b/winsup/cygwin/include/sys/uio.h @@ -1,7 +1,5 @@ /* sys/uio.h - Copyright 1996, 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/include/sys/un.h b/winsup/cygwin/include/sys/un.h index a2f3dacb1..fa5ce278f 100644 --- a/winsup/cygwin/include/sys/un.h +++ b/winsup/cygwin/include/sys/un.h @@ -1,7 +1,5 @@ /* sys/un.h - Copyright 1999, 2000, 2001, 2005, 2009, 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/sys/utime.h b/winsup/cygwin/include/sys/utime.h index 9ec57ab08..8408fa1df 100644 --- a/winsup/cygwin/include/sys/utime.h +++ b/winsup/cygwin/include/sys/utime.h @@ -1,7 +1,5 @@ /* sys/utime.h - Copyright 2001, 2003, 2005 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/include/sys/utmp.h b/winsup/cygwin/include/sys/utmp.h index b14fc0847..d90517cdd 100644 --- a/winsup/cygwin/include/sys/utmp.h +++ b/winsup/cygwin/include/sys/utmp.h @@ -1,7 +1,5 @@ /* sys/utmp.h - Copyright 2001, 2003, 2004, 2005, 2008 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/include/sys/utsname.h b/winsup/cygwin/include/sys/utsname.h index 23ca5ab65..e9dd019df 100644 --- a/winsup/cygwin/include/sys/utsname.h +++ b/winsup/cygwin/include/sys/utsname.h @@ -1,7 +1,5 @@ /* sys/utsname.h - 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/include/sys/vfs.h b/winsup/cygwin/include/sys/vfs.h index 1310c4693..669d05459 100644 --- a/winsup/cygwin/include/sys/vfs.h +++ b/winsup/cygwin/include/sys/vfs.h @@ -1,7 +1,5 @@ /* sys/vfs.h - Copyright 1997, 1998, 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/include/sys/xattr.h b/winsup/cygwin/include/sys/xattr.h index 902bb86c8..c63ab5e1a 100644 --- a/winsup/cygwin/include/sys/xattr.h +++ b/winsup/cygwin/include/sys/xattr.h @@ -1,7 +1,5 @@ /* sys/xattr.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/syslog.h b/winsup/cygwin/include/syslog.h index 28fb68aee..a777e853c 100644 --- a/winsup/cygwin/include/syslog.h +++ b/winsup/cygwin/include/syslog.h @@ -1,7 +1,5 @@ /* syslog.h - Copyright 1996, 1998, 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/include/termio.h b/winsup/cygwin/include/termio.h index 4b8d86595..92689cc00 100644 --- a/winsup/cygwin/include/termio.h +++ b/winsup/cygwin/include/termio.h @@ -1,7 +1,5 @@ /* termio.h - 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/include/tzfile.h b/winsup/cygwin/include/tzfile.h index d39ae6fd6..6bb16a9d4 100644 --- a/winsup/cygwin/include/tzfile.h +++ b/winsup/cygwin/include/tzfile.h @@ -1,7 +1,5 @@ /* tzfile.h - Copyright 2000, 2001, 2002, 2003 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/ucontext.h b/winsup/cygwin/include/ucontext.h index dd44d750b..96d8cfce0 100644 --- a/winsup/cygwin/include/ucontext.h +++ b/winsup/cygwin/include/ucontext.h @@ -1,7 +1,5 @@ /* ucontext.h - Copyright 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/utmpx.h b/winsup/cygwin/include/utmpx.h index 53b04eda8..e658d8543 100644 --- a/winsup/cygwin/include/utmpx.h +++ b/winsup/cygwin/include/utmpx.h @@ -1,7 +1,5 @@ /* utmpx.h - Copyright 2004, 2005, 2006 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/include/wait.h b/winsup/cygwin/include/wait.h index f0f1281e2..d20cf8608 100644 --- a/winsup/cygwin/include/wait.h +++ b/winsup/cygwin/include/wait.h @@ -1,7 +1,5 @@ /* wait.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/init.cc b/winsup/cygwin/init.cc index e4ad59f3a..d1b342886 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -1,8 +1,5 @@ /* init.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/ioctl.cc b/winsup/cygwin/ioctl.cc index 326c6e28b..3f93160d8 100644 --- a/winsup/cygwin/ioctl.cc +++ b/winsup/cygwin/ioctl.cc @@ -1,8 +1,5 @@ /* ioctl.cc: ioctl routines. - Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2008, 2009, 2011, - 2012 Red Hat, Inc. - Written by Doug Evans of Cygnus Support dje@cygnus.com diff --git a/winsup/cygwin/ipc.cc b/winsup/cygwin/ipc.cc index 3be8666fb..571ac8701 100644 --- a/winsup/cygwin/ipc.cc +++ b/winsup/cygwin/ipc.cc @@ -1,7 +1,5 @@ /* ipc.cc: Single unix specification IPC interface for Cygwin - Copyright 2001, 2002, 2003, 2008, 2010 Red Hat, Inc. - Originally written by Robert Collins <robert.collins@hotmail.com> Updated to 64 bit key_t by Charles Wilson <cygwin@cwilson.fastmail.fm> diff --git a/winsup/cygwin/kernel32.cc b/winsup/cygwin/kernel32.cc index 22558f74b..05c5d4d70 100644 --- a/winsup/cygwin/kernel32.cc +++ b/winsup/cygwin/kernel32.cc @@ -1,7 +1,5 @@ /* kernel32.cc: Win32 replacement functions. - Copyright 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/ldap.cc b/winsup/cygwin/ldap.cc index b902d9df8..6ccf8998c 100644 --- a/winsup/cygwin/ldap.cc +++ b/winsup/cygwin/ldap.cc @@ -1,7 +1,5 @@ /* ldap.cc: Helper functions for ldap access to Active Directory. - 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/ldap.h b/winsup/cygwin/ldap.h index 4b696df22..993f5100c 100644 --- a/winsup/cygwin/ldap.h +++ b/winsup/cygwin/ldap.h @@ -1,7 +1,5 @@ /* ldap.h. - 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/lib/_cygwin_crt0_common.cc b/winsup/cygwin/lib/_cygwin_crt0_common.cc index 50785d7a0..612aa123d 100644 --- a/winsup/cygwin/lib/_cygwin_crt0_common.cc +++ b/winsup/cygwin/lib/_cygwin_crt0_common.cc @@ -1,8 +1,5 @@ /* _cygwin_crt0_common.cc: common crt0 function for cygwin crt0's. - Copyright 2000, 2001, 2002, 2003, 2004, 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/lib/atexit.c b/winsup/cygwin/lib/atexit.c index a2dec6267..067c64eae 100644 --- a/winsup/cygwin/lib/atexit.c +++ b/winsup/cygwin/lib/atexit.c @@ -1,7 +1,5 @@ /* atexit.c: atexit entry point - Copyright 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/lib/crt0.h b/winsup/cygwin/lib/crt0.h index d289e7824..c551de78f 100644 --- a/winsup/cygwin/lib/crt0.h +++ b/winsup/cygwin/lib/crt0.h @@ -1,7 +1,5 @@ /* crt0.h: header file for crt0. - Copyright 2000, 2001, 2008, 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/lib/cygwin_attach_dll.c b/winsup/cygwin/lib/cygwin_attach_dll.c index 543073c89..866bfd80f 100644 --- a/winsup/cygwin/lib/cygwin_attach_dll.c +++ b/winsup/cygwin/lib/cygwin_attach_dll.c @@ -1,7 +1,5 @@ /* attach_dll.cc: crt0 for attaching cygwin DLL from a non-cygwin app. - Copyright 2000, 2001, 2007, 2010 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/lib/cygwin_crt0.c b/winsup/cygwin/lib/cygwin_crt0.c index 952ae28b7..776e7e8de 100644 --- a/winsup/cygwin/lib/cygwin_crt0.c +++ b/winsup/cygwin/lib/cygwin_crt0.c @@ -1,7 +1,5 @@ /* cygwin_crt0.c: crt0 for cygwin - Copyright 2000, 2001, 2007, 2008, 2009, 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/lib/dll_entry.c b/winsup/cygwin/lib/dll_entry.c index 781f6a3ea..d0c390dde 100644 --- a/winsup/cygwin/lib/dll_entry.c +++ b/winsup/cygwin/lib/dll_entry.c @@ -1,7 +1,5 @@ /* dll_entry.cc: Provide the default user DLL linker entry point. - Copyright 1998, 2000, 2001 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/lib/dll_main.cc b/winsup/cygwin/lib/dll_main.cc index 558c3485b..2e8b410eb 100644 --- a/winsup/cygwin/lib/dll_main.cc +++ b/winsup/cygwin/lib/dll_main.cc @@ -1,7 +1,5 @@ /* dll_main.cc: Provide the DllMain stub that the user can override. - Copyright 1998, 2000, 2001, 2009, 2010 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/lib/dso_handle.c b/winsup/cygwin/lib/dso_handle.c index c3069b732..25572bf36 100644 --- a/winsup/cygwin/lib/dso_handle.c +++ b/winsup/cygwin/lib/dso_handle.c @@ -1,7 +1,5 @@ /* dso_handle.c: Provide default __dso_handle. - Copyright 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/lib/libcmain.c b/winsup/cygwin/lib/libcmain.c index 73c698d31..e796d3b63 100644 --- a/winsup/cygwin/lib/libcmain.c +++ b/winsup/cygwin/lib/libcmain.c @@ -1,7 +1,5 @@ /* libcmain.c - Copyright 1996, 1997, 1998, 2000, 2001, 2004, 2006, 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/lib/premain0.c b/winsup/cygwin/lib/premain0.c index 20e4e7712..5c3b1cb3c 100644 --- a/winsup/cygwin/lib/premain0.c +++ b/winsup/cygwin/lib/premain0.c @@ -1,7 +1,5 @@ /* premain0.c - Copyright 2000, 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/lib/premain1.c b/winsup/cygwin/lib/premain1.c index e30d11265..557d1f836 100644 --- a/winsup/cygwin/lib/premain1.c +++ b/winsup/cygwin/lib/premain1.c @@ -1,7 +1,5 @@ /* premain1.c - Copyright 2000, 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/lib/premain2.c b/winsup/cygwin/lib/premain2.c index 437562dc5..e5d5a1efb 100644 --- a/winsup/cygwin/lib/premain2.c +++ b/winsup/cygwin/lib/premain2.c @@ -1,7 +1,5 @@ /* premain2.c - Copyright 2000, 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/lib/premain3.c b/winsup/cygwin/lib/premain3.c index b37758600..6440ea825 100644 --- a/winsup/cygwin/lib/premain3.c +++ b/winsup/cygwin/lib/premain3.c @@ -1,7 +1,5 @@ /* premain3.c - Copyright 2000, 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/libc/arc4random_stir.c b/winsup/cygwin/libc/arc4random_stir.c index 851c4e68f..6b26101b2 100644 --- a/winsup/cygwin/libc/arc4random_stir.c +++ b/winsup/cygwin/libc/arc4random_stir.c @@ -1,7 +1,5 @@ /* libc/arc4random_stir.c - Copyright 2016 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/libc/minires-os-if.c b/winsup/cygwin/libc/minires-os-if.c index 0c6299dd2..565158150 100644 --- a/winsup/cygwin/libc/minires-os-if.c +++ b/winsup/cygwin/libc/minires-os-if.c @@ -1,7 +1,5 @@ /* minires-os-if.c. Stub synchronous resolver for Cygwin. - Copyright 2006, 2007, 2008, 2009, 2011, 2012, 2015 Red Hat, Inc. - Written by Pierre A. Humblet <Pierre.Humblet@ieee.org> This file is part of Cygwin. diff --git a/winsup/cygwin/libc/minires.c b/winsup/cygwin/libc/minires.c index 6a059e8bb..0979daae3 100644 --- a/winsup/cygwin/libc/minires.c +++ b/winsup/cygwin/libc/minires.c @@ -1,7 +1,5 @@ /* minires.c. Stub synchronous resolver for Cygwin. - Copyright 2006, 2008, 2009, 2010, 2011 Red Hat, Inc. - Written by Pierre A. Humblet <Pierre.Humblet@ieee.org> This file is part of Cygwin. diff --git a/winsup/cygwin/libc/minires.h b/winsup/cygwin/libc/minires.h index ecbbcc180..b1d98c6d4 100644 --- a/winsup/cygwin/libc/minires.h +++ b/winsup/cygwin/libc/minires.h @@ -1,7 +1,5 @@ /* minires.h. Stub synchronous resolver for Cygwin. - Copyright 2006, 2008, 2012 Red Hat, Inc. - Written by Pierre A. Humblet <Pierre.Humblet@ieee.org> This file is part of Cygwin. diff --git a/winsup/cygwin/libc/xsique.cc b/winsup/cygwin/libc/xsique.cc index 05bff661e..c8cb65874 100644 --- a/winsup/cygwin/libc/xsique.cc +++ b/winsup/cygwin/libc/xsique.cc @@ -1,7 +1,5 @@ /* xsique.cc. XSI insque and remque functions. - Copyright 2007, 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/libstdcxx_wrapper.cc b/winsup/cygwin/libstdcxx_wrapper.cc index 80861b738..6cd4c754d 100644 --- a/winsup/cygwin/libstdcxx_wrapper.cc +++ b/winsup/cygwin/libstdcxx_wrapper.cc @@ -1,7 +1,5 @@ /* libstdcxx_wrapper.cc - 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/malloc_wrapper.cc b/winsup/cygwin/malloc_wrapper.cc index 80989526f..5d917cabc 100644 --- a/winsup/cygwin/malloc_wrapper.cc +++ b/winsup/cygwin/malloc_wrapper.cc @@ -1,8 +1,5 @@ /* malloc_wrapper.cc - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 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/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc index 54150f106..80fa95420 100644 --- a/winsup/cygwin/miscfuncs.cc +++ b/winsup/cygwin/miscfuncs.cc @@ -1,8 +1,5 @@ /* miscfuncs.cc: misc funcs that don't belong anywhere else - 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/miscfuncs.h b/winsup/cygwin/miscfuncs.h index 2690e44a9..a885dcf19 100644 --- a/winsup/cygwin/miscfuncs.h +++ b/winsup/cygwin/miscfuncs.h @@ -1,8 +1,5 @@ /* miscfuncs.h: main Cygwin header file. - 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/mkvers.sh b/winsup/cygwin/mkvers.sh index f3f3d166e..7e763e0f9 100755 --- a/winsup/cygwin/mkvers.sh +++ b/winsup/cygwin/mkvers.sh @@ -1,9 +1,6 @@ #!/bin/sh # mkvers.sh - Make version information for cygwin DLL # -# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2010, 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/mmap.cc b/winsup/cygwin/mmap.cc index 288c06090..462e6c3b7 100644 --- a/winsup/cygwin/mmap.cc +++ b/winsup/cygwin/mmap.cc @@ -1,8 +1,5 @@ /* mmap.cc - Copyright 1996, 1997, 1998, 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/mmap_helper.h b/winsup/cygwin/mmap_helper.h index cd65461bd..645c5e3aa 100644 --- a/winsup/cygwin/mmap_helper.h +++ b/winsup/cygwin/mmap_helper.h @@ -1,7 +1,5 @@ /* mmap_helper.h - Copyright 2006, 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/mount.cc b/winsup/cygwin/mount.cc index fcb31aad2..262168076 100644 --- a/winsup/cygwin/mount.cc +++ b/winsup/cygwin/mount.cc @@ -1,8 +1,5 @@ /* mount.cc: mount handling. - 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/mount.h b/winsup/cygwin/mount.h index 7219461ac..d37b673e6 100644 --- a/winsup/cygwin/mount.h +++ b/winsup/cygwin/mount.h @@ -1,8 +1,5 @@ /* mount.h: mount definitions. - Copyright 1996, 1997, 1998, 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/msg.cc b/winsup/cygwin/msg.cc index 3658b09ca..373973eac 100644 --- a/winsup/cygwin/msg.cc +++ b/winsup/cygwin/msg.cc @@ -1,7 +1,5 @@ /* msg.cc: XSI IPC interface for Cygwin. - Copyright 2002, 2003, 2004, 2005, 2008, 2009, 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/mtinfo.h b/winsup/cygwin/mtinfo.h index e7624b704..d99cd2ef2 100644 --- a/winsup/cygwin/mtinfo.h +++ b/winsup/cygwin/mtinfo.h @@ -1,7 +1,5 @@ /* mtinfo.h: Defininitions for the Cygwin tape driver class. - Copyright 2004, 2005, 2006, 2008, 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/net.cc b/winsup/cygwin/net.cc index da5308352..21075a563 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -1,8 +1,5 @@ /* net.cc: network-related routines. - 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/netdb.cc b/winsup/cygwin/netdb.cc index cc0a2ca79..cfae78220 100644 --- a/winsup/cygwin/netdb.cc +++ b/winsup/cygwin/netdb.cc @@ -1,7 +1,5 @@ /* netdb.cc: network database related routines. - Copyright 2002, 2003, 2007, 2008, 2010, 2011, 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/nfs.cc b/winsup/cygwin/nfs.cc index 32d9ad2bf..eaefe237e 100644 --- a/winsup/cygwin/nfs.cc +++ b/winsup/cygwin/nfs.cc @@ -1,7 +1,5 @@ /* nfs.cc - Copyright 2008, 2010 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/nfs.h b/winsup/cygwin/nfs.h index 72a0179c7..cd7ffa039 100644 --- a/winsup/cygwin/nfs.h +++ b/winsup/cygwin/nfs.h @@ -1,7 +1,5 @@ /* nfs.h - Copyright 2008, 2010 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/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc index 172188da4..1fc3086d3 100644 --- a/winsup/cygwin/nlsfuncs.cc +++ b/winsup/cygwin/nlsfuncs.cc @@ -1,7 +1,5 @@ /* nlsfuncs.cc: NLS helper functions - Copyright 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/ntdll.h b/winsup/cygwin/ntdll.h index 2792112b5..448eadf20 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -1,8 +1,5 @@ /* ntdll.h. Contains ntdll specific stuff not defined elsewhere. - 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/ntea.cc b/winsup/cygwin/ntea.cc index 9e18fa77d..6896b880f 100644 --- a/winsup/cygwin/ntea.cc +++ b/winsup/cygwin/ntea.cc @@ -1,8 +1,5 @@ /* ntea.cc: code for manipulating Extended Attributes - Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 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/passwd.cc b/winsup/cygwin/passwd.cc index 6526243c8..d2f7b2c2e 100644 --- a/winsup/cygwin/passwd.cc +++ b/winsup/cygwin/passwd.cc @@ -1,8 +1,5 @@ /* passwd.cc: getpwnam () and friends - Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 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/path.cc b/winsup/cygwin/path.cc index 72b152c78..7533e007e 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -1,8 +1,5 @@ /* path.cc: path 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/path.h b/winsup/cygwin/path.h index ad29590a9..bb314b1d6 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -1,8 +1,5 @@ /* path.h: path data structures - Copyright 1996, 1997, 1998, 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/perprocess.h b/winsup/cygwin/perprocess.h index 13cf17716..b524ab9db 100644 --- a/winsup/cygwin/perprocess.h +++ b/winsup/cygwin/perprocess.h @@ -1,7 +1,5 @@ /* per_process.h: main Cygwin header file. - Copyright 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/pinfo.cc b/winsup/cygwin/pinfo.cc index d4b2afb3d..8e2be3227 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -1,8 +1,5 @@ /* pinfo.cc: process table support - Copyright 1996, 1997, 1998, 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/pinfo.h b/winsup/cygwin/pinfo.h index 65a9e89ff..fd76c8d6b 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -1,8 +1,5 @@ /* pinfo.h: process table info - Copyright 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/poll.cc b/winsup/cygwin/poll.cc index 52745b134..ea45b70ad 100644 --- a/winsup/cygwin/poll.cc +++ b/winsup/cygwin/poll.cc @@ -1,8 +1,5 @@ /* poll.cc. Implements poll(2) via usage of select(2) call. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 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/posix_ipc.cc b/winsup/cygwin/posix_ipc.cc index e82c38526..f5c4009ff 100644 --- a/winsup/cygwin/posix_ipc.cc +++ b/winsup/cygwin/posix_ipc.cc @@ -1,7 +1,5 @@ /* posix_ipc.cc: POSIX IPC API for Cygwin. - Copyright 2007, 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/profil.c b/winsup/cygwin/profil.c index 2d8fdc0ff..be59b4909 100644 --- a/winsup/cygwin/profil.c +++ b/winsup/cygwin/profil.c @@ -1,7 +1,5 @@ /* profil.c -- win32 profil.c equivalent - 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/profil.h b/winsup/cygwin/profil.h index a3090c56b..cb1a092da 100644 --- a/winsup/cygwin/profil.h +++ b/winsup/cygwin/profil.h @@ -1,7 +1,5 @@ /* profil.h: gprof profiling header file - 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/pthread.cc b/winsup/cygwin/pthread.cc index 7f12686e7..b9da2eff7 100644 --- a/winsup/cygwin/pthread.cc +++ b/winsup/cygwin/pthread.cc @@ -1,8 +1,5 @@ /* pthread.cc: posix pthread interface for Cygwin - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2010, 2011, - 2013 Red Hat, Inc. - Originally written by Marco Fuykschot <marco@ddi.nl> This file is part of Cygwin. diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index 80c54c7fe..0705f7528 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -1,7 +1,5 @@ /* pwdgrp.h - Copyright 2001, 2002, 2003, 2014, 2015 Red Hat inc. - Stuff common to pwd and grp handling. This file is part of Cygwin. diff --git a/winsup/cygwin/quotactl.cc b/winsup/cygwin/quotactl.cc index f4c325bd5..7218b54ad 100644 --- a/winsup/cygwin/quotactl.cc +++ b/winsup/cygwin/quotactl.cc @@ -1,7 +1,5 @@ /* quotactl.cc: code for manipulating disk quotas - 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/registry.cc b/winsup/cygwin/registry.cc index 99b1d9b2d..273067143 100644 --- a/winsup/cygwin/registry.cc +++ b/winsup/cygwin/registry.cc @@ -1,8 +1,5 @@ /* registry.cc: registry interface - 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/registry.h b/winsup/cygwin/registry.h index 6a885db4d..eed640401 100644 --- a/winsup/cygwin/registry.h +++ b/winsup/cygwin/registry.h @@ -1,8 +1,5 @@ /* registry.h: shared info for cygwin - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 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/regparm.h b/winsup/cygwin/regparm.h index 5b954261f..cce1bab4a 100644 --- a/winsup/cygwin/regparm.h +++ b/winsup/cygwin/regparm.h @@ -1,7 +1,5 @@ /* regparm.h: Define macros for regparm functions and methods. - Copyright 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/resource.cc b/winsup/cygwin/resource.cc index aa3b8da56..11a04f13d 100644 --- a/winsup/cygwin/resource.cc +++ b/winsup/cygwin/resource.cc @@ -1,8 +1,5 @@ /* resource.cc: getrusage () and friends. - Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2008, 2009, 2010, - 2011, 2012, 2013, 2014, 2015 Red Hat, Inc. - Written by Steve Chamberlain (sac@cygnus.com), Doug Evans (dje@cygnus.com), Geoffrey Noer (noer@cygnus.com) of Cygnus Support. Rewritten by Sergey S. Okhapkin (sos@prospect.com.ru) diff --git a/winsup/cygwin/scandir.cc b/winsup/cygwin/scandir.cc index 84a6b214b..1c324c196 100644 --- a/winsup/cygwin/scandir.cc +++ b/winsup/cygwin/scandir.cc @@ -1,7 +1,5 @@ /* scandir.cc - Copyright 1998, 1999, 2000, 2001, 2003, 2005, 2014 Red Hat, Inc. - Written by Corinna Vinschen <corinna.vinschen@cityweb.de> This file is part of Cygwin. diff --git a/winsup/cygwin/sched.cc b/winsup/cygwin/sched.cc index bb608a5cb..085909ea4 100644 --- a/winsup/cygwin/sched.cc +++ b/winsup/cygwin/sched.cc @@ -1,8 +1,5 @@ /* sched.cc: scheduler interface for Cygwin - Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012, - 2013 Red Hat, Inc. - Written by Robert Collins <rbtcollins@hotmail.com> This file is part of Cygwin. diff --git a/winsup/cygwin/sec_acl.cc b/winsup/cygwin/sec_acl.cc index cf0f89d80..64d183c48 100644 --- a/winsup/cygwin/sec_acl.cc +++ b/winsup/cygwin/sec_acl.cc @@ -1,8 +1,5 @@ /* sec_acl.cc: Solaris compatible ACL functions. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 2012, 2014, 2015 Red Hat, Inc. - Written by Corinna Vinschen <corinna@vinschen.de> This file is part of Cygwin. diff --git a/winsup/cygwin/sec_auth.cc b/winsup/cygwin/sec_auth.cc index b6dc9d6a1..853a07fad 100644 --- a/winsup/cygwin/sec_auth.cc +++ b/winsup/cygwin/sec_auth.cc @@ -1,8 +1,5 @@ /* sec_auth.cc: NT authentication functions - 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/sec_helper.cc b/winsup/cygwin/sec_helper.cc index 0ad09e062..dec767e82 100644 --- a/winsup/cygwin/sec_helper.cc +++ b/winsup/cygwin/sec_helper.cc @@ -1,8 +1,5 @@ /* sec_helper.cc: NT security helper functions - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 2012, 2013, 2014, 2015 Red Hat, Inc. - Written by Corinna Vinschen <corinna@vinschen.de> This file is part of Cygwin. diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc index ed8f9ac95..7894a6038 100644 --- a/winsup/cygwin/security.cc +++ b/winsup/cygwin/security.cc @@ -1,8 +1,5 @@ /* security.cc: NT file access control functions - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Red Hat, Inc. - Originaly written by Gunther Ebert, gunther.ebert@ixos-leipzig.de Completely rewritten by Corinna Vinschen <corinna@vinschen.de> diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index cd61ab9b8..f61cfca1e 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -1,8 +1,5 @@ /* security.h: security declarations - 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/select.cc b/winsup/cygwin/select.cc index 8ea02f541..217544e2a 100644 --- a/winsup/cygwin/select.cc +++ b/winsup/cygwin/select.cc @@ -1,8 +1,5 @@ /* select.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/select.h b/winsup/cygwin/select.h index 3c749ad6e..1536c2cb1 100644 --- a/winsup/cygwin/select.h +++ b/winsup/cygwin/select.h @@ -1,8 +1,5 @@ /* select.h - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 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/sem.cc b/winsup/cygwin/sem.cc index 2aa6b0c7c..fc23cfb08 100644 --- a/winsup/cygwin/sem.cc +++ b/winsup/cygwin/sem.cc @@ -1,7 +1,5 @@ /* sem.cc: XSI IPC interface for Cygwin. - Copyright 2002, 2003, 2004, 2005, 2008, 2009, 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/setlsapwd.cc b/winsup/cygwin/setlsapwd.cc index eb3b9e6bf..116ce93c9 100644 --- a/winsup/cygwin/setlsapwd.cc +++ b/winsup/cygwin/setlsapwd.cc @@ -1,7 +1,5 @@ /* setlsapwd.cc: Set LSA private data password for current user. - Copyright 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/shared.cc b/winsup/cygwin/shared.cc index 202d8ccfa..4ed4c1199 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -1,8 +1,5 @@ /* shared.cc: shared data area support. - 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/shared_info.h b/winsup/cygwin/shared_info.h index 90b386fe6..ce17c15ba 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -1,8 +1,5 @@ /* shared_info.h: shared info for cygwin - Copyright 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/shm.cc b/winsup/cygwin/shm.cc index 1d3200c36..805a24b80 100644 --- a/winsup/cygwin/shm.cc +++ b/winsup/cygwin/shm.cc @@ -1,8 +1,5 @@ /* shm.cc: XSI IPC interface for Cygwin. - Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 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/signal.cc b/winsup/cygwin/signal.cc index 8dfd4ab63..ff101e368 100644 --- a/winsup/cygwin/signal.cc +++ b/winsup/cygwin/signal.cc @@ -1,8 +1,5 @@ /* signal.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. - Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com Significant changes by Sergey Okhapkin <sos@prospect.com.ru> diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 981004540..4ebcb0a8f 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -1,8 +1,5 @@ /* sigproc.cc: inter/intra signal and sub process handler - 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/sigproc.h b/winsup/cygwin/sigproc.h index c6ef13e24..f2cd1132b 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -1,8 +1,5 @@ /* sigproc.h - Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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/smallprint.cc b/winsup/cygwin/smallprint.cc index ef54f32fe..ff71a3696 100644 --- a/winsup/cygwin/smallprint.cc +++ b/winsup/cygwin/smallprint.cc @@ -1,8 +1,5 @@ /* smallprint.cc: small print routines for WIN32 - Copyright 1996, 1998, 2000, 2001, 2002, 2003, 2005, 2006, - 2007, 2008, 2009, 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/spawn.cc b/winsup/cygwin/spawn.cc index 9871bb57b..b7e09c3ad 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -1,8 +1,5 @@ /* spawn.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/spinlock.h b/winsup/cygwin/spinlock.h index e43d19c88..f244355be 100644 --- a/winsup/cygwin/spinlock.h +++ b/winsup/cygwin/spinlock.h @@ -1,7 +1,5 @@ /* spinlock.h: Header file for cygwin time-sensitive synchronization primitive. - Copyright 2010 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/strace.cc b/winsup/cygwin/strace.cc index 284c3df88..a05a4e008 100644 --- a/winsup/cygwin/strace.cc +++ b/winsup/cygwin/strace.cc @@ -1,8 +1,5 @@ /* strace.cc: system/windows tracing - 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/strfuncs.cc b/winsup/cygwin/strfuncs.cc index 1cbf91a5e..40f2c2945 100644 --- a/winsup/cygwin/strfuncs.cc +++ b/winsup/cygwin/strfuncs.cc @@ -1,8 +1,5 @@ /* strfuncs.cc: string functions - 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/string.h b/winsup/cygwin/string.h index 3b8d564c4..c6cea364b 100644 --- a/winsup/cygwin/string.h +++ b/winsup/cygwin/string.h @@ -1,7 +1,5 @@ /* string.h: Extra string defs - Copyright 2001, 2002, 2003, 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/strsig.cc b/winsup/cygwin/strsig.cc index bb53e1b19..6501c27d7 100644 --- a/winsup/cygwin/strsig.cc +++ b/winsup/cygwin/strsig.cc @@ -1,7 +1,5 @@ /* strsig.cc - Copyright 2004, 2007, 2008, 2010, 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/sync.cc b/winsup/cygwin/sync.cc index 821c214f7..7decb7d19 100644 --- a/winsup/cygwin/sync.cc +++ b/winsup/cygwin/sync.cc @@ -4,9 +4,6 @@ which is intended to operate similarly to a mutex but attempts to avoid making expensive calls to the kernel. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 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/sync.h b/winsup/cygwin/sync.h index ebfccab45..e11a2294b 100644 --- a/winsup/cygwin/sync.h +++ b/winsup/cygwin/sync.h @@ -1,8 +1,5 @@ /* sync.h: Header file for cygwin synchronization primitives. - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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/syscalls.cc b/winsup/cygwin/syscalls.cc index 4b494419a..6991e0688 100644 --- a/winsup/cygwin/syscalls.cc +++ b/winsup/cygwin/syscalls.cc @@ -1,8 +1,5 @@ /* syscalls.cc: syscalls - 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/sysconf.cc b/winsup/cygwin/sysconf.cc index 0d33bcb8a..a24a98501 100644 --- a/winsup/cygwin/sysconf.cc +++ b/winsup/cygwin/sysconf.cc @@ -1,8 +1,5 @@ /* sysconf.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/syslog.cc b/winsup/cygwin/syslog.cc index 7949b7001..81717c645 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -1,8 +1,5 @@ /* syslog.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/termios.cc b/winsup/cygwin/termios.cc index 2f6629842..938c2bb7d 100644 --- a/winsup/cygwin/termios.cc +++ b/winsup/cygwin/termios.cc @@ -1,8 +1,5 @@ /* termios.cc: termios for WIN32. - Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011, 2012 Red Hat, Inc. - Written by Doug Evans and Steve Chamberlain of Cygnus Support dje@cygnus.com, sac@cygnus.com diff --git a/winsup/cygwin/textmode.c b/winsup/cygwin/textmode.c index e8636bfe9..9230d2142 100644 --- a/winsup/cygwin/textmode.c +++ b/winsup/cygwin/textmode.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/textreadmode.c b/winsup/cygwin/textreadmode.c index 5425002f2..244673ffa 100644 --- a/winsup/cygwin/textreadmode.c +++ b/winsup/cygwin/textreadmode.c @@ -1,7 +1,5 @@ /* textreadmode.c - Copyright 2004, 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/thread.cc b/winsup/cygwin/thread.cc index 1feee5b05..4414785ad 100644 --- a/winsup/cygwin/thread.cc +++ b/winsup/cygwin/thread.cc @@ -1,8 +1,5 @@ /* thread.cc: Locking and threading module functions - Copyright 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/thread.h b/winsup/cygwin/thread.h index f7bce18f2..5d5191320 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -1,9 +1,6 @@ // -*- C++ -*- /* thread.h: Locking and threading module definitions - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 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/timer.cc b/winsup/cygwin/timer.cc index bfa1495f6..044cdda40 100644 --- a/winsup/cygwin/timer.cc +++ b/winsup/cygwin/timer.cc @@ -1,7 +1,5 @@ /* timer.cc - Copyright 2004, 2005, 2006, 2008, 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/times.cc b/winsup/cygwin/times.cc index e5aab8c27..9589119fb 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -1,8 +1,5 @@ /* times.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/tls_pbuf.cc b/winsup/cygwin/tls_pbuf.cc index 9c12a2df8..f5f318e98 100644 --- a/winsup/cygwin/tls_pbuf.cc +++ b/winsup/cygwin/tls_pbuf.cc @@ -1,7 +1,5 @@ /* tls_pbuf.cc - Copyright 2008, 2010, 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/tls_pbuf.h b/winsup/cygwin/tls_pbuf.h index e8526bab0..7a36e0f7d 100644 --- a/winsup/cygwin/tls_pbuf.h +++ b/winsup/cygwin/tls_pbuf.h @@ -1,7 +1,5 @@ /* tls_pbuf.h - Copyright 2008, 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/tmpbuf.h b/winsup/cygwin/tmpbuf.h index 937d50f6a..1149ef9b1 100644 --- a/winsup/cygwin/tmpbuf.h +++ b/winsup/cygwin/tmpbuf.h @@ -1,7 +1,5 @@ /* tmpbuf.h - Copyright 2010 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/tty.cc b/winsup/cygwin/tty.cc index 3f1077dd9..e19ee80e4 100644 --- a/winsup/cygwin/tty.cc +++ b/winsup/cygwin/tty.cc @@ -1,8 +1,5 @@ /* tty.cc - Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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/tty.h b/winsup/cygwin/tty.h index 522cf9e36..362ae74dc 100644 --- a/winsup/cygwin/tty.h +++ b/winsup/cygwin/tty.h @@ -1,8 +1,5 @@ /* tty.h: shared tty info for cygwin - Copyright 2000, 2001, 2002, 2003, 2004, 2006, 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/uinfo.cc b/winsup/cygwin/uinfo.cc index 04ae23ac9..323222a47 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -1,8 +1,5 @@ /* uinfo.cc: user info (uid, gid, etc...) - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 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/uname.cc b/winsup/cygwin/uname.cc index cd19cd454..479cc442a 100644 --- a/winsup/cygwin/uname.cc +++ b/winsup/cygwin/uname.cc @@ -1,7 +1,4 @@ /* uname.cc - - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2013, 2014, 2015 Red Hat, Inc. Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com Rewritten by Geoffrey Noer of Cygnus Solutions, noer@cygnus.com diff --git a/winsup/cygwin/userinfo.h b/winsup/cygwin/userinfo.h index dc7eb5658..ba22f918a 100644 --- a/winsup/cygwin/userinfo.h +++ b/winsup/cygwin/userinfo.h @@ -1,7 +1,5 @@ /* userinfo.h - Copyright 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/wait.cc b/winsup/cygwin/wait.cc index fca5a3c01..719547761 100644 --- a/winsup/cygwin/wait.cc +++ b/winsup/cygwin/wait.cc @@ -1,8 +1,5 @@ /* wait.cc: Posix wait routines. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 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/wchar.h b/winsup/cygwin/wchar.h index bb325d4ec..1bffd6377 100644 --- a/winsup/cygwin/wchar.h +++ b/winsup/cygwin/wchar.h @@ -1,7 +1,5 @@ /* wchar.h: Extra wchar defs - Copyright 2007, 2009, 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/wincap.cc b/winsup/cygwin/wincap.cc index 313d7f986..ba11e243f 100644 --- a/winsup/cygwin/wincap.cc +++ b/winsup/cygwin/wincap.cc @@ -1,9 +1,6 @@ /* wincap.cc -- figure out on which OS we're running. Set the capability class to the appropriate values. - Copyright 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/wincap.h b/winsup/cygwin/wincap.h index 9e29d4fbd..2879b63b2 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -1,8 +1,5 @@ /* wincap.h: Header for OS capability class. - Copyright 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/window.cc b/winsup/cygwin/window.cc index c6a6f9e28..007542baf 100644 --- a/winsup/cygwin/window.cc +++ b/winsup/cygwin/window.cc @@ -1,8 +1,5 @@ /* window.cc: hidden windows for signals/itimer support - Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010, 2011 - Red Hat, Inc. - Written by Sergey Okhapkin <sos@prospect.com.ru> This file is part of Cygwin. diff --git a/winsup/cygwin/winf.cc b/winsup/cygwin/winf.cc index 4a1d97be5..d0c5c440f 100644 --- a/winsup/cygwin/winf.cc +++ b/winsup/cygwin/winf.cc @@ -1,7 +1,5 @@ /* winf.cc - Copyright 2003, 2004, 2005, 2006, 2008, 2009, 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/winf.h b/winsup/cygwin/winf.h index 1d4fdc02d..e3a65f8cc 100644 --- a/winsup/cygwin/winf.h +++ b/winsup/cygwin/winf.h @@ -1,7 +1,5 @@ /* winf.h - Copyright 2006, 2007, 2009, 2011, 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/wininfo.h b/winsup/cygwin/wininfo.h index 0835f8d2f..193eb6add 100644 --- a/winsup/cygwin/wininfo.h +++ b/winsup/cygwin/wininfo.h @@ -1,7 +1,5 @@ /* wininfo.h: main Cygwin header file. - Copyright 2004, 2005, 2006, 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/winlean.h b/winsup/cygwin/winlean.h index cb9b07cd7..deb79bef8 100644 --- a/winsup/cygwin/winlean.h +++ b/winsup/cygwin/winlean.h @@ -1,7 +1,5 @@ /* winlean.h - Standard "lean" windows include - Copyright 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/winsup.h b/winsup/cygwin/winsup.h index 9b12267dd..369b86215 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -1,8 +1,5 @@ /* winsup.h: main Cygwin header file. - 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/winver.rc b/winsup/cygwin/winver.rc index 6174589e2..980d51204 100644 --- a/winsup/cygwin/winver.rc +++ b/winsup/cygwin/winver.rc @@ -33,7 +33,7 @@ BEGIN VALUE "FileDescription", "Cygwin POSIX Emulation DLL" VALUE "FileVersion", STRINGIFY(CYGWIN_VERSION) VALUE "InternalName", CYGWIN_DLL_NAME - VALUE "LegalCopyright", "Copyright \251 Red Hat, Inc. 1996-" STRINGIFY(CYGWIN_BUILD_YEAR) + VALUE "LegalCopyright", "Copyright \251 Cygwin Authors 1996-" STRINGIFY(CYGWIN_BUILD_YEAR) VALUE "OriginalFilename", CYGWIN_DLL_NAME VALUE "ProductName", "Cygwin" VALUE "ProductVersion", STRINGIFY(CYGWIN_VERSION) diff --git a/winsup/cygwin/wow64.cc b/winsup/cygwin/wow64.cc index fcfa58ec2..95651a8c0 100644 --- a/winsup/cygwin/wow64.cc +++ b/winsup/cygwin/wow64.cc @@ -1,7 +1,5 @@ /* wow64.cc - Copyright 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/wow64.h b/winsup/cygwin/wow64.h index 2b46c9872..b1271bf28 100644 --- a/winsup/cygwin/wow64.h +++ b/winsup/cygwin/wow64.h @@ -1,7 +1,5 @@ /* wow64.h - Copyright 2011, 2012, 2015 Red Hat, Inc. - This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the |