aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-03-13api: fix license headers in MM APIAleksander Morgado
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>
2025-03-11treewide: Fix typosGuido Günther
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2024-04-01README.md: add a short "Getting Started" section for how-to-buildDan Williams
Help out people that may never have used Meson or built ModemManager before. Signed-off-by: Dan Williams <dcbw@redhat.com>
2024-01-25build: add maintainers to README copyrightAleksander Morgado
2024-01-25build: convert README to markdownYegor Yefremov
Also add SPDX license identifier and a copyright notice.