Skip to content

Commit

Permalink
Clarify the license as LGPL-2.1-or-later
Browse files Browse the repository at this point in the history
I also remove the first paragraph as it is quite similar to the second
paragraph.

Closes #433
  • Loading branch information
yan12125 committed Feb 3, 2024
1 parent ae1d67e commit c9a4d33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,9 @@ various input method frameworks as well.

## License

All source code are licensed under GNU LGPL v2.1 (Lesser General Public License
v2.1). See "COPYING" for details.

Except for the following source code, all other source code is licensed under
the GNU LGPL v2.1 (Lesser General Public License v2.1). See "COPYING" for details:
the GNU LGPL v2.1 (Lesser General Public License v2.1), or (at your option) any
later version. See "COPYING" for details:
* The directory "thirdparty/sqlite-amalgamation" contains the SQLite3 source,
which is in the public domain. For more information, see <https://www.sqlite.org/copyright.html>.
* The file "cmake/FindCurses.cmake" is modified from the CMake source and is
Expand Down

0 comments on commit c9a4d33

Please sign in to comment.