Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option

Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause.

Everything else stays under GPLv3+.

New Linking Exception exempts resulting executables from LGPLv3 section 4.

Add CONTRIBUTORS file to keep track of licensing.

Remove 'Copyright Red Hat Inc' comments.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-05-24 11:16:39 +02:00
parent 94e3a561d0
commit 6e623e9320
408 changed files with 342 additions and 1048 deletions

92
winsup/CONTRIBUTORS Normal file
View File

@ -0,0 +1,92 @@
This file contains a list of individuals who submit their patches to
the Cygwin sources under 2-clause BSD license, as well as a list of
individuals who signed the former Cygwin Copyright Assignment up to 2016.
=========================================================================
2-clause BSD:
=========================================================================
Copyright (c) <YEAR>, <OWNER>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
=========================================================================
Individuals submitting their patches under 2-clause BSD:
=========================================================================
Individuals who signed the former Cygwin Copyright Assignment:
AJ Reins tbisp@qwest.net
Brian E. Dessent brian@dessent.net
Brian Kenneth Ford Brian.Ford@FlightSafety.com
Charles K. Moore keithmo@exmsft.com
Christian Franke franke@computer.org
Christian Lestrade christian.lestrade@free.fr
Christopher Faylor me@cgf.cx
Christopher January chris@atomice.net
Conrad Scott conrad.scott@dsl.pipex.com
Corinna Vinschen corinna@vinschen.de
Craig Iain McGeachie slapdau@yahoo.com.au
David Korn dave.korn.cygwin@gmail.com
Davis Euresti davie@alum.mit.edu
Dennis Vshivkov walrus@amur.ru
Elfyn McBratney elfyn@ubertales.co.uk
Eric Blake eblake@redhat.com
Ernie Coskrey ernie.coskrey@steeleye.com
Gerd Spalink Gerd.Spalink@t-online.de
Hartmut Honisch hhonisch@users.sourceforge.net
Igor Pechtchanski pechtcha@cs.nyu.edu
Jacek Trzcinski jacek@certum.pl
Jeffrey Eric Altman jaltman@openafs.org
Jerry D. Hedden jerry@hedden.us
Joe Loh joel@pivot3.com
Johan Rydberg johan@rydberg.com
Johannes Schindelin johannes.schindelin@gmx.de
John Hood cgull@glup.org
Jon Turney jon.turney@dronecode.org.uk
Yoni Londner yonihola2@gmail.com
Joseph H. Buehler jbuehler@hekimian.com
Joshua Daniel Franklin joshuadfranklin@yahoo.com
Ken Brown kbrown@cornell.edu
Lapo Luchini lapo@lapo.it
Lev Bishop lev.bishop@gmail.com
Max Kaehn slothman@electric-cloud.com
Micha Nelissen mdvpost@hotmail.com
Michael Haubenwallner michael.haubenwallner@ssi-schaefer.com
Nicholas S. Wourms nwourms@netscape.com
Pavel Yonkov Tsekov ptsekov@gmx.net
Peter Foley pefoley2@pefoley.com
Pierre A. Humblet phumblet@phumblet.no-ip.org
Robert G. Byrnes byrnes@curl.com
Ryan C. Gordon icculus@icculus.org
Sam Steingold sds@gnu.org
Stephen Cleary shammah@spamcop.net
Stephen Osborn bub@io.com
Takashi Yano takashi.yano@nifty.ne.jp
Thomas Pfaff tpfaff@gmx.net
Vaclav Haisman vhaisman@gmail.com
Yaakov Selkovitz yselkowi@redhat.com
Yitzchak Scott-Thoennes sthoenna@efn.org

165
winsup/COPYING.LIB Normal file
View File

@ -0,0 +1,165 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.

View File

@ -1,70 +1,28 @@
Cygwin is free software. Red Hat, Inc. licenses Cygwin to you under the
terms of the GNU General Public License as published by the Free Software
Foundation; you can redistribute it and/or modify it under the terms of
the GNU General Public License either version 3 of the license, or (at your
option) any later version (GPLv3+), along with the additional permissions
given below.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESSED OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
There is NO WARRANTY for this software, express or implied, including
the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
Unless stated otherwise, the sources under the cygwin subdirectory are
licensed under the Lesser Gnu Public License, version 3 or (at your
option) any later version (LGPLv3+). See the COPYING.LIB file for the
exact wording of that license.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://gnu.org/licenses/>.
Unless stated otherwise, the sources under the cygserver, the lsaauth,
and the utils subdirectories are licensed under the Gnu Public License,
version 3 or (at your option) any later version (GPLv3+). See the
COPYING file for the exact wording of that license.
Parts of the sources in any subdirectory are licensed using a BSD-like
license. The affected source files contain explicit copyright notices
to that effect.
Additional Permissions:
Linking Exception:
As a special exception, the copyright holders of the Cygwin library
grant you additional permission to link libcygwin.a, crt0.o, and
gcrt0.o with independent modules to produce an executable, and to
convey the resulting executable under terms of your choice, without
any need to comply with the conditions of LGPLv3 section 4. An
independent module is a module which is not itself based on the
Cygwin library.
1. Linking Exception.
As a special exception to GPLv3+, Red Hat grants you permission to link
software whose sources are distributed under a license that satisfies
the Open Source Definition with libcygwin.a, without libcygwin.a
itself causing the resulting program to be covered by GPLv3+.
This means that you can port an Open Source application to Cygwin, and
distribute that executable as if it didn't include a copy of
libcygwin.a linked into it. Note that this does not apply to the
Cygwin DLL itself. If you distribute a (possibly modified) version of
the Cygwin DLL, you must adhere to the terms of GPLv3+, including the
requirement to provide sources for the Cygwin DLL, unless you have obtained
a special Cygwin license to distribute the Cygwin DLL in only its binary
form (see below).
See http://www.opensource.org/docs/osd/ for the precise Open Source
Definition referenced above.
2. Files Excluded from GPL Coverage.
Red Hat grants you permission to distribute Cygwin with the following
files, which are not considered part of Cygwin and are not governed by
GPLv3+, in source or binary form.
winsup\testsuite\winsup.api\msgtest.c
winsup\testsuite\winsup.api\semtest.c
winsup\testsuite\winsup.api\shmtest.c
Red Hat grants you permission to link or combine code in Cygwin with
code in or corresponding to the following files, which are not
considered part of Cygwin and are not governed by GPLv3+, and to
distribute such combinations under terms of your choice, provided that
such terms are otherwise consistent with the application of GPLv3+ to
Cygwin itself. You must comply with GPLv3+ with respect to all
portions of such combinations other than those that correspond to or
are derived from such non-Cygwin code but which do not correspond to
or are not derived from Cygwin itself.
winsup\cygserver\sysv_shm.cc
3. Alternative License.
Red Hat sells a special Cygwin License for customers who are unable to
provide their application in open source code form. For more
information, please see: http://www.redhat.com/software/cygwin/, or call
+1-866-2REDHAT ext. 45300 (toll-free in the US).
Outside the US call your regional Red Hat office, see
http://www.redhat.com/about/contact/ww/

View File

@ -1,7 +1,5 @@
# Makefile.common - common definitions for the winsup directory
#
# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2012 Red Hat, Inc.
#
# This file is part of Cygwin.
#
# This software is a copyrighted work licensed under the terms of the

View File

@ -1,6 +1,4 @@
# Makefile.in for windows stuff
# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007,
# 2008, 2009, 2012, 2013 Red Hat, Inc.
#
# This file is part of Cygwin.
#

View File

@ -1,6 +1,4 @@
dnl Autoconf configure script for Cygwin.
dnl Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2009, 2010,
dnl 2011, 2012, 2013, 2014 Red Hat, Inc.
dnl
dnl This file is part of Cygwin.
dnl

View File

@ -1,5 +1,4 @@
# Makefile for Cygwin server
# Copyright 2003, 2006, 2007, 2008, 2009, 2014, 2015 Red Hat, Inc.
# This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* bsd_helper.cc
Copyright 2003, 2004, 2005, 2007, 2012, 2014 Red Hat Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* bsd_helper.h: Helps integrating BSD kernel code
Copyright 2003, 2012, 2015 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* bsd_log.cc
Copyright 2003, 2004, 2012 Red Hat Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* bsd_log.h: Helps integrating BSD kernel code
Copyright 2003, 2012 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* bsd_mutex.cc
Copyright 2003, 2004, 2005, 2007, 2012, 2014, 2015 Red Hat Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* bsd_mutex.h: BSD Mutex helper
Copyright 2003, 2005 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* client.cc
Copyright 2001, 2002, 2003, 2004, 2008, 2009, 2012, 2013, 2014 Red Hat Inc.
Written by Egor Duda <deo@logos-m.ru>
This file is part of Cygwin.

View File

@ -1,5 +1,4 @@
dnl Autoconf configure script for Cygserver.
dnl Copyright 2003, 2012, 2013, 2014 Red Hat, Inc.
dnl
dnl This file is part of Cygwin.
dnl

View File

@ -1,7 +1,5 @@
#!/bin/bash
#
# cygserver-config, Copyright 2003 Red Hat Inc.
#
# This file is part of the Cygwin DLL.
# Directory where the config files are stored

View File

@ -1,7 +1,5 @@
/* cygserver.cc
Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2011, 2012, 2014 Red Hat Inc.
Written by Egor Duda <deo@logos-m.ru>
This file is part of Cygwin.
@ -491,7 +489,7 @@ print_version ()
log (LOG_INFO,
"cygserver (cygwin) %d.%d.%d\n"
"Cygwin background service daemon\n"
"Copyright (C) 2001 - %s Red Hat, Inc.\n"
"Copyright (C) 2001 - %s Cygwin Authors\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.",
CYGWIN_VERSION_DLL_MAJOR / 1000,

View File

@ -1,4 +1,4 @@
# cygserver.conf, Copyright(C) 2003, 2005 Red Hat Inc.
# cygserver.conf
#
# Contains configurable parameters for the cygserver.
#

View File

@ -1,7 +1,5 @@
/* msg.cc: Single unix specification IPC interface for Cygwin.
Copyright 2003, 2004, 2012 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* process.cc
Copyright 2001, 2002, 2003, 2004, 2005, 2014, 2015 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* process.h
Copyright 2001, 2002, 2003, 2004, 2005, 2012, 2015 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* pwdgrp.cc: Request account information
Copyright 2014, 2015 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* sem.cc: Single unix specification IPC interface for Cygwin.
Copyright 2003, 2004, 2012 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* setpwd.cc: Set LSA private data password for current user.
Copyright 2008, 2014 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* shm.cc: Single unix specification IPC interface for Cygwin.
Copyright 2003, 2004, 2012 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -1,7 +1,5 @@
/* threaded_queue.cc
Copyright 2001, 2002, 2003, 2014 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* threaded_queue.h
Copyright 2001, 2002, 2003, 2012 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* transport.cc
Copyright 2001, 2002, 2003, 2004, 2007 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* transport.h
Copyright 2001, 2002, 2003, 2004 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* transport_pipes.cc
Copyright 2001, 2002, 2003, 2004, 2009, 2012, 2014 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* transport_pipes.h
Copyright 2001, 2002, 2003 Red Hat Inc.
Written by Robert Collins <rbtcollins@hotmail.com>
This file is part of Cygwin.

View File

@ -1,7 +1,5 @@
/* woutsup.h: for Cygwin code compiled outside the DLL (i.e. cygserver).
Copyright 2002, 2003, 2007 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the

View File

@ -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.
#

View File

@ -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

View File

@ -1,5 +1,4 @@
#!/usr/bin/perl -s
# Copyright 2006 Red Hat, Inc.
#
# This file is part of Cygwin.
#

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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. */

View File

@ -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. */

View File

@ -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. */

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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. */

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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

View File

@ -1,5 +1,4 @@
#!/usr/bin/perl
# Copyright 2005, 2006, 2007, 2008, 2011 Red Hat, Inc.
#
# This file is part of Cygwin.
#

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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

View File

@ -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

View File

@ -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. */

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More