Add a COPYING file and updat ehte LGPL boilerplate

This commit is contained in:
Ronnie Sahlberg
2010-12-05 11:11:37 +11:00
parent 4f49ca5d54
commit 709d85c4da
15 changed files with 34 additions and 14 deletions

20
COPYING Normal file
View File

@@ -0,0 +1,20 @@
Libiscsi components fall under two separate licences
The lib and include directories
===============================
The iscsi 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 3 of the License, or
(at your option) any later version.
The src and examples directories
================================
The utility and example applications using this library, i.e. the src and the
examples directories, are licenced under the GNU General Public License
as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
To avoid any confusion, every source file will contain a licence boilerplate.