summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-06-21 14:10:33 +0200
committerBastien Nocera <hadess@hadess.net>2021-06-21 14:48:35 +0200
commitc0b6cab2ee83b153d450ecb306fcaa2a998ef370 (patch)
treea4c1093f5afbbce92146325a9822246365b6de12 /README.md
parent0939ffda125bd89888a37759cdab1be99537b92b (diff)
downloadgrilo-plugins-c0b6cab2ee83b153d450ecb306fcaa2a998ef370.tar.gz
build: Clarify LGPLv2.1 or later license
The COPYING file by itself isn't enough to know under which license the project is released, as a combined work. Clarify this in the build system and the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index de5cfca..1cc8906 100644
--- a/README.md
+++ b/README.md
@@ -31,4 +31,9 @@ $ ninja -C build
$ sudo ninja -C build install
```
-Enjoy! \ No newline at end of file
+## License
+
+grilo-plugins is available under the [GNU Lesser General Public License v2.1 or later](https://spdx.org/licenses/LGPL-2.1-or-later.html).
+Check the sources themselves for individual copyrights and licenses.
+
+Enjoy!