Add license blurb from README.md to RELEASE_README.md so it's included in the tarball
authorSebastian Dröge <sebastian@centricular.com>
Thu, 3 Sep 2020 20:37:38 +0000 (23:37 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 3 Sep 2020 20:38:43 +0000 (23:38 +0300)
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/69

scripts/RELEASE_README.md

index 647a92e..a28dbf7 100644 (file)
@@ -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/