libnfs/COPYING

26 lines
978 B
Plaintext
Raw Normal View History

2011-02-06 07:45:09 +03:00
Libnfs components fall under two separate licences
The library sources and include directories
===========================================
2011-02-06 07:45:09 +03:00
The nfs client library itself, i.e. the lib and include directories,
is licenced under GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
The protocol definition, .x, files
==================================
These are based on old RFCs and studying how wireshark dissects various packets.
These are distributed under the simplified BSD licence.
The examples directory
2011-02-06 07:45:09 +03:00
================================
The utility and example applications using this library, i.e. the
examples directory, are licenced under the GNU General Public License
2011-02-06 07:45:09 +03:00
as published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
To avoid any confusion, every source file contains a licence boilerplate.