From 8a9a74dc122aeb5fb3b9daf69f1b46a3145e3aeb Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Mon, 5 Feb 2024 11:36:33 +0100 Subject: [PATCH] License: Improve license statement. The README mentions only the MIT license but in fact part of `jq` is under ICU license and the documentation is under CC. Also jq.spec claimed that it is licensed under BSD. --- README.md | 5 ++++- jq.spec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18e7698f..1d06b0cf 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,7 @@ For details on cross-compilation, check out the [GitHub Actions file](.github/wo ## License -`jq` is released under the [MIT License](COPYING). +`jq` is released under the [MIT License](COPYING). `jq`'s documentation is +licensed under the [Creative Commons CC BY 3.0](COPYING). +`jq` uses parts of the open source C library "decNumber", which is distributed +under [ICU License](COPYING) diff --git a/jq.spec b/jq.spec index bfef6083..4de5a16c 100644 --- a/jq.spec +++ b/jq.spec @@ -6,7 +6,7 @@ Version: %{myver} Release: %{myrel}%{?dist} Source0: jq-%{myver}.tar.gz URL: https://jqlang.github.io/jq -License: BSD +License: MIT AND ICU AND CC-BY-3.0 AutoReqProv: no #BuildPrereq: autoconf, libtool, automake, flex, bison, python