summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2021-07-30 19:32:35 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-08-01 20:43:27 +0000
commit6b3fe962373734293fa47d990bd034669923421c (patch)
tree6452af44c20b00bebd4ec4e158de6ddc329a305f
parentd8e1aeda7f83c7657291ef3673bdb7ae0c6cf89e (diff)
downloadlibmbim-6b3fe962373734293fa47d990bd034669923421c.tar.gz
Convert README to markdown
Also add SPDX license identifier and a copyright notice.
-rw-r--r--README14
-rw-r--r--README.md26
2 files changed, 26 insertions, 14 deletions
diff --git a/README b/README
deleted file mode 100644
index 743a6d6..0000000
--- a/README
+++ /dev/null
@@ -1,14 +0,0 @@
-libmbim is a glib-based library for talking to WWAN modems and devices which
-speak the Mobile Broadband Interface Model (MBIM) protocol.
-
-License:
- The libmbim-glib library is released under the LGPL-2.1-or-later license.
- The mbimcli tool is 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:
- libmbim-devel-owner@lists.freedesktop.org
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bca8a39
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+<!--
+SPDX-License-Identifier: GPL-2.0-or-later
+
+Copyright (C) 2013 Aleksander Morgado <aleksander@aleksander.es>
+-->
+
+# libmbim
+
+libmbim is a glib-based library for talking to WWAN modems and devices which
+speak the Mobile Broadband Interface Model (MBIM) protocol.
+
+## License
+
+* `libmbim-glib` library is released under the LGPL-2.1-or-later license.
+* `mbimcli` tool is released under the GPL-2.0-or-later license.
+
+License texts can be found under the `LICENSES` folder.
+
+## 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:
+libmbim-devel-owner@lists.freedesktop.org