You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+64
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,67 @@ Lucene.NET SQL is a library that enables persistance of Lucene index files to SQ
13
13
## Status
14
14
15
15
Currently this package is in `alpha` while we wait for `lucene.net 4.8` to be released.
16
+
17
+
## License
18
+
19
+
### Commercial license
20
+
21
+
If you want to use Lucene.NET SQL to develop commercial projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase a Lucene.NET SQL Commercial License at [gowengit.github.io/lucene-net-sql](https://gowengit.github.io/lucene-net-sql)
22
+
23
+
### Open source license
24
+
25
+
If you are creating an open source application under a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you may use Lucene.NET SQL under the terms of the GPLv3.
26
+
27
+
## Examples
28
+
29
+
Below are some general use examples of the library.
0 commit comments