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/testsuite | |
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/testsuite')
-rw-r--r-- | winsup/testsuite/Makefile.in | 1 | ||||
-rwxr-xr-x | winsup/testsuite/configure.ac | 1 | ||||
-rw-r--r-- | winsup/testsuite/cygrun.c | 2 | ||||
-rw-r--r-- | winsup/testsuite/winsup.api/cygload.cc | 2 | ||||
-rw-r--r-- | winsup/testsuite/winsup.api/cygload.h | 1 | ||||
-rw-r--r-- | winsup/testsuite/winsup.api/devdsp.c | 2 |
6 files changed, 0 insertions, 9 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 04ff99bc0..a86a35b88 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -1,5 +1,4 @@ # Makefile.in for Cygwin's testsuite. -# Copyright 2000, 2001, 2002, 2003, 2005, 2006, 2009, 2012 Red Hat, Inc. # # This file is part of Cygwin. # diff --git a/winsup/testsuite/configure.ac b/winsup/testsuite/configure.ac index 746e69caa..46f9fb092 100755 --- a/winsup/testsuite/configure.ac +++ b/winsup/testsuite/configure.ac @@ -1,5 +1,4 @@ dnl Autoconf configure script for Cygwin's testsuite. -dnl Copyright 2000, 2006, 2012 Red Hat, Inc. dnl dnl This file is part of Cygwin. dnl diff --git a/winsup/testsuite/cygrun.c b/winsup/testsuite/cygrun.c index 60330ca33..d1f53aad3 100644 --- a/winsup/testsuite/cygrun.c +++ b/winsup/testsuite/cygrun.c @@ -1,7 +1,5 @@ /* cygrun.c: testsuite support program - Copyright 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/testsuite/winsup.api/cygload.cc b/winsup/testsuite/winsup.api/cygload.cc index bdbbcd1a3..ad4599666 100644 --- a/winsup/testsuite/winsup.api/cygload.cc +++ b/winsup/testsuite/winsup.api/cygload.cc @@ -1,7 +1,5 @@ /* cygload.cc - Copyright 2005, 2006 Red Hat, Inc. - Written by Max Kaehn <slothman@electric-cloud.com> This software is a copyrighted work licensed under the terms of the diff --git a/winsup/testsuite/winsup.api/cygload.h b/winsup/testsuite/winsup.api/cygload.h index c7c562093..8007fd593 100644 --- a/winsup/testsuite/winsup.api/cygload.h +++ b/winsup/testsuite/winsup.api/cygload.h @@ -1,6 +1,5 @@ // cygload.h -*- C++ -*- // -// Copyright 2005, Red Hat, Inc. // // Written by Max Kaehn <slothman@electric-cloud.com> // diff --git a/winsup/testsuite/winsup.api/devdsp.c b/winsup/testsuite/winsup.api/devdsp.c index d5ed65365..6c8850a74 100644 --- a/winsup/testsuite/winsup.api/devdsp.c +++ b/winsup/testsuite/winsup.api/devdsp.c @@ -1,7 +1,5 @@ /* devdsp.c: Device tests for /dev/dsp - Copyright 2004 Red Hat, Inc - Written by Gerd Spalink (Gerd.Spalink@t-online.de) This file is part of Cygwin. |