[grilo-plugins/wip/hadess/verify-license: 2/2] build: Clarify LGPLv2.1 or later license
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/wip/hadess/verify-license: 2/2] build: Clarify LGPLv2.1 or later license
- Date: Mon, 21 Jun 2021 12:12:38 +0000 (UTC)
commit d3a3812b7ac87f6bb6b1580f956a6c9930f26f46
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 21 14:10:33 2021 +0200
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.
README.md | 7 ++++++-
meson.build | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
index de5cfca7..1cc8906d 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!
diff --git a/meson.build b/meson.build
index 5f8c7cd4..c8248cdd 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project('grilo-plugins', 'c',
'c_std=gnu99',
'warning_level=1'
],
- license: 'LGPL 2.1',
+ license: 'LGPLv2.1+',
meson_version: '>= 0.47.0')
plugin_version = meson.project_version()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]