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:
committed by
Emanuele Torre
parent
13e02ba348
commit
8a9a74dc12
@ -57,4 +57,7 @@ For details on cross-compilation, check out the [GitHub Actions file](.github/wo
|
|||||||
|
|
||||||
## License
|
## 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)
|
||||||
|
2
jq.spec
2
jq.spec
@ -6,7 +6,7 @@ Version: %{myver}
|
|||||||
Release: %{myrel}%{?dist}
|
Release: %{myrel}%{?dist}
|
||||||
Source0: jq-%{myver}.tar.gz
|
Source0: jq-%{myver}.tar.gz
|
||||||
URL: https://jqlang.github.io/jq
|
URL: https://jqlang.github.io/jq
|
||||||
License: BSD
|
License: MIT AND ICU AND CC-BY-3.0
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
#BuildPrereq: autoconf, libtool, automake, flex, bison, python
|
#BuildPrereq: autoconf, libtool, automake, flex, bison, python
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user