-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCOPYRIGHT
31 lines (23 loc) · 1.21 KB
/
COPYRIGHT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This library is free software; you can redistribute it and/or
modify it under the terms of version 2.1 of the GNU Lesser General
Public License as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details:
http://www.opensource.org/licenses/lgpl-license.html
http://www.gnu.org/copyleft/lesser.html
To obtain a written copy of the GNU Lesser General Public License,
please write to the Free Software Foundation, Inc., 59 Temple Place,
Suite 330, Boston, MA 02111-1307 USA
AUTHOR
Luke Whittington
ACKNOWLEDGMENT
libSUDS is derived from the work undertaken on Klaus Trainer's JUDS (Java Unix Domain Socket)
which is licensed under the GNU Lesser General Public License version 2.1
as well. libSUDS utilised the Dockcross Docker container scripts, which are
licensed under MIT. Please see the LICENSE file in /src/main/c/docker for
more details.
JUDS has been inspired by Robert Morgan's J-BUDS (Java Based Unix Domain
Sockets) which is licensed under the GNU Lesser General Public License
version 2.1 as well.