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