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/lsaauth | |
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/lsaauth')
-rw-r--r-- | winsup/lsaauth/Makefile.in | 1 | ||||
-rw-r--r-- | winsup/lsaauth/configure.ac | 1 | ||||
-rwxr-xr-x | winsup/lsaauth/cyglsa-config | 2 | ||||
-rw-r--r-- | winsup/lsaauth/cyglsa.c | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/winsup/lsaauth/Makefile.in b/winsup/lsaauth/Makefile.in index 53e91c406..997eaf9b4 100644 --- a/winsup/lsaauth/Makefile.in +++ b/winsup/lsaauth/Makefile.in @@ -1,4 +1,3 @@ -# Copyright (c) 2006, 2008, 2009, 2011, 2012, 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/winsup/lsaauth/configure.ac b/winsup/lsaauth/configure.ac index f7903c8a6..995a0991d 100644 --- a/winsup/lsaauth/configure.ac +++ b/winsup/lsaauth/configure.ac @@ -1,5 +1,4 @@ dnl Autoconf configure script for Cygwin utilities. -dnl Copyright 2006, 2008, 2012, 2013, 2014 Red Hat, Inc. dnl dnl This file is part of Cygwin. dnl diff --git a/winsup/lsaauth/cyglsa-config b/winsup/lsaauth/cyglsa-config index 076a16694..0e911c278 100755 --- a/winsup/lsaauth/cyglsa-config +++ b/winsup/lsaauth/cyglsa-config @@ -1,7 +1,5 @@ #!/bin/bash # -# cyglsa-config, Copyright 2006, 2010 Red Hat Inc. -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/winsup/lsaauth/cyglsa.c b/winsup/lsaauth/cyglsa.c index 351a89204..9d9c9ff03 100644 --- a/winsup/lsaauth/cyglsa.c +++ b/winsup/lsaauth/cyglsa.c @@ -1,7 +1,5 @@ /* cyglsa.c: LSA authentication module for Cygwin - Copyright 2006, 2008, 2010, 2011, 2012 Red Hat, Inc. - Written by Corinna Vinschen <corinna@vinschen.de> This file is part of Cygwin. |