1
2The code comprising the EncFS library (libencfs) is licensed under the LGPL.
3The main programs (encfs, encfsctl, etc) are licensed under the GPL.
4
5For details of the licenses, see COPYING.LGPL and COPYING.GPL.
6
7===========================================================================
8
9The following 3rd party libraries are included in the EncFS source release
10from github:
11
12* easylogging++ : a logging library, which is supplied with the following license
13
14  The MIT License (MIT)
15
16  Copyright (c) 2015 muflihun.com
17
18  https://github.com/easylogging/easyloggingpp
19  http://easylogging.muflihun.com
20  http://muflihun.com
21
22  Permission is hereby granted, free of charge, to any person obtaining a copy of
23  this software and associated documentation files (the "Software"), to deal in
24  the Software without restriction, including without limitation the rights to
25  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
26  the Software, and to permit persons to whom the Software is furnished to do so,
27  subject to the following conditions:
28
29  The above copyright notice and this permission notice shall be included in all
30  copies or substantial portions of the Software.
31
32  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
34  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
35  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
36  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
37  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38
39
40* tinyxml2 : an XML reader / writer, which is supplied with the following license:
41
42  TinyXML-2 is released under the zlib license:
43
44  This software is provided 'as-is', without any express or implied
45  warranty. In no event will the authors be held liable for any
46  damages arising from the use of this software.
47
48  Permission is granted to anyone to use this software for any
49  purpose, including commercial applications, and to alter it and
50  redistribute it freely, subject to the following restrictions:
51
52  1. The origin of this software must not be misrepresented; you must
53  not claim that you wrote the original software. If you use this
54  software in a product, an acknowledgment in the product documentation
55  would be appreciated but is not required.
56  2. Altered source versions must be plainly marked as such, and
57  must not be misrepresented as being the original software.
58  3. This notice may not be removed or altered from any source
59  distribution.
60
61
62