From c9a4d33d7cbfc3d2544dd37c9eba909fff2f31f1 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen <645432-yan12125@users.noreply.gitlab.com> Date: Sat, 3 Feb 2024 10:34:38 +0800 Subject: [PATCH] Clarify the license as LGPL-2.1-or-later I also remove the first paragraph as it is quite similar to the second paragraph. Closes https://github.com/chewing/libchewing/issues/433 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a0df5d90..a10990ede 100644 --- a/README.md +++ b/README.md @@ -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 . * The file "cmake/FindCurses.cmake" is modified from the CMake source and is