summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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