From b3981daca0a4a297a5e5a7e217e757623b18e23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 3 Sep 2020 23:37:38 +0300 Subject: [PATCH] Add license blurb from README.md to RELEASE_README.md so it's included in the tarball Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/69 --- scripts/RELEASE_README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/scripts/RELEASE_README.md b/scripts/RELEASE_README.md index 647a92ee56..a28dbf76e6 100644 --- a/scripts/RELEASE_README.md +++ b/scripts/RELEASE_README.md @@ -30,3 +30,34 @@ Choosing to strip the search folders in both, either or neither package is ultimately left to the packagers' discretion, users of most distributions should usually have enough disk space to accomodate these. + +## Licensing + +The content of this module comes from a number of different sources and is +licensed in different ways: + +### Tutorial source code + +All tutorial code is licensed under any of the following licenses (your choice): + + - 2-clause BSD license ("simplified BSD license") (`LICENSE.BSD`) + - MIT license (`LICENSE.MIT`) + - LGPL v2.1 (`LICENSE.LGPL-2.1`) + +This means developers have maximum flexibility and can pick the right license +for any derivative work. + +### Application Developer Manual and Plugin Writer's Guide + +These are licensed under the [Open Publication License v1.0][op-license] +(`LICENSE.OPL`), for historical reasons. + +[op-license]: http://www.opencontent.org/openpub/ + +### Documentation + +Mostly licensed under the [Creative Commons CC-BY-SA-4.0 license][cc-by-sa-4.0], +but some parts of the documentation may still be licensed differently +(e.g. LGPLv2.1) for historical reasons. + +[cc-by-sa-4.0]: https://creativecommons.org/licenses/by-sa/4.0/