-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (21 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
mlSQLite: Objective Caml bindings for the sqlite3 library.
Distributed under the GNU LGPL license (Lesser General Public License)
version 2.1, with the same "static linking exception" than the OCaml
standard library:
,----
| As a special exception to the GNU Lesser General Public License, you
| may link, statically or dynamically, a "work that uses the Library"
| with a publicly distributed version of the Library to produce an
| executable file containing portions of the Library, and distribute
| that executable file under terms of your choice, without any of the
| additional requirements listed in clause 6 of the GNU Lesser General
| Public License. By "a publicly distributed version of the Library",
| we mean either the unmodified Library as distributed by me, or a
| modified version of the Library that is distributed under the
| conditions defined in clause 3 of the GNU Lesser General Public
| License. This exception does not however invalidate any other reasons
| why the executable file might be covered by the GNU Lesser General
| Public License.
`----
Author:
Olivier Andrieu <oandrieu@gmail.com>