summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Halman <thalman@redhat.com>2024-02-05 11:36:33 +0100
committerEmanuele Torre <torreemanuele6@gmail.com>2024-02-06 14:51:46 +0100
commit8a9a74dc122aeb5fb3b9daf69f1b46a3145e3aeb (patch)
tree1810d70f87ac92f21067f9e17ab4c9db5b76a9f6
parent13e02ba348b51b60350d142ab16f2ac6f4e5967a (diff)
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.
-rw-r--r--README.md5
-rw-r--r--jq.spec2
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