Simplify the upgrade path handling from PPA.
[deb_libnfs.git] / COPYING
... / ...
CommitLineData
1Libnfs components fall under two separate licences
2
3
4The library sources and include directories
5===========================================
6The nfs client library itself, i.e. the lib and include directories,
7is licenced under GNU Lesser General Public License as published by
8the Free Software Foundation; either version 2.1 of the License, or
9(at your option) any later version.
10
11The protocol definition, .x, files
12==================================
13These are based on old RFCs and studying how wireshark dissects various packets.
14These are distributed under the simplified BSD licence.
15
16The examples directory
17================================
18The utility and example applications using this library, i.e. the
19examples directory, are licenced under the GNU General Public License
20as published by the Free Software Foundation; either version 3 of the
21License, or (at your option) any later version.
22
23
24To avoid any confusion, every source file contains a licence boilerplate.
25