blob: dc742efce4aa02f17f08bbbcfb76d960b4090a4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!--
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2013 Aleksander Morgado <aleksander@aleksander.es>
-->
# libqmi
libqmi is a glib-based library for talking to WWAN modems and devices which
speak the Qualcomm MSM Interface (QMI) protocol.
## Documentation
Project documentation is kept in:
https://modemmanager.org/docs/libqmi/
## License
* `libqmi-glib` library is released under the LGPL-2.1-or-later license.
* `qmicli`, `qmi-network` and `qmi-firmware-update` tools are released under the
GPL-2.0-or-later license.
## Code of Conduct
Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms, which you can
find in the following link:
https://www.freedesktop.org/wiki/CodeOfConduct
CoC issues may be raised to the project maintainers at the following address:
libqmi-devel-owner@lists.freedesktop.org
|