summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-07-04 00:52:59 +0200
committerJens Georg <mail@jensge.org>2021-07-04 00:52:59 +0200
commit269f3745abf69b1e5f9df6b30b009dfd1dba27eb (patch)
tree3f1966f5037f474879f1376bef6142c3c356e301 /README.md
parent23597361a32a50b95764c1e69aeb760bfa8269b0 (diff)
downloadgupnp-av-269f3745abf69b1e5f9df6b30b009dfd1dba27eb.tar.gz
README -> README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0d05b09
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# GUPnP A/V
+
+GUPnP is an object-oriented open source framework for creating UPnP devices and
+control points, written in C using GObject and libsoup. The GUPnP API is
+intended to be easy to use, efficient and flexible.
+
+GUPnP A/V is a small utility library that aims to ease the handling and
+implementation of UPnP A/V profiles.
+
+GUPnP A/V is free software released under the GNU LGPL.