Skip to content

Commit 8a9a74d

Browse files
thalmanemanuele6
authored andcommitted
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.
1 parent 13e02ba commit 8a9a74d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ For details on cross-compilation, check out the [GitHub Actions file](.github/wo
5757

5858
## License
5959

60-
`jq` is released under the [MIT License](COPYING).
60+
`jq` is released under the [MIT License](COPYING). `jq`'s documentation is
61+
licensed under the [Creative Commons CC BY 3.0](COPYING).
62+
`jq` uses parts of the open source C library "decNumber", which is distributed
63+
under [ICU License](COPYING)

jq.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version: %{myver}
66
Release: %{myrel}%{?dist}
77
Source0: jq-%{myver}.tar.gz
88
URL: https://jqlang.github.io/jq
9-
License: BSD
9+
License: MIT AND ICU AND CC-BY-3.0
1010
AutoReqProv: no
1111
#BuildPrereq: autoconf, libtool, automake, flex, bison, python
1212

0 commit comments

Comments
 (0)