1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

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.
This commit is contained in:
Tomas Halman
2024-02-05 11:36:33 +01:00
committed by Emanuele Torre
parent 13e02ba348
commit 8a9a74dc12
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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