aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@google.com>2025-03-13 00:26:01 +0000
committerAleksander Morgado <aleksandermj@google.com>2025-03-13 00:35:24 +0000
commit48a686a6d92ceb397b5d436e138c2b647d5bf562 (patch)
tree71cdf97fea66995148792a343e5dd87e470fd469 /README.md
parente95336d106c9678433147307f80abe8810ae59bd (diff)
api: fix license headers in MM API
The libmm-glib library, as well as the ModemManager headers installed as part of the D-Bus service API, have always been LGPLv2+ licensed, because we want users of the service to rely on them in their own programs, even if they are proprietary. Some files had an incorrect GPLv2+ header instead of the LGPLv2+ and that was confusing. All public headers in the MM API have the correct license text now. Signed-off-by: Aleksander Morgado <aleksandermj@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 03b98e68..02521c19 100644
--- a/README.md
+++ b/README.md
@@ -61,8 +61,9 @@ and need to add or change some public method, feel free to suggest it!
## License
-The ModemManager and mmcli binaries are both GPLv2+.
-The libmm-glib library is LGPLv2+.
+The ModemManager and mmcli binaries are both GPLv2+ (See COPYING).
+The libmm-glib library and the ModemManager API headers are LGPLv2+ (See
+COPYING.LIB).
## Code of Conduct