Skip to content

Commit 6611819

Browse files
committed
Revise footnotes in README.md
1 parent 5cb0dc3 commit 6611819

File tree

1 file changed

+65
-65
lines changed

1 file changed

+65
-65
lines changed

README.md

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,39 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
1515

1616
## libvips-web dependencies
1717

18-
| Dependency | Version | Used under the terms of |
19-
|-----------------|-----------|--------------------------------------------------------------|
20-
| [aom] | 3.13.1 | BSD 2-Clause + [Alliance for Open Media Patent License 1.0] |
21-
| [cairo] | 1.18.4 | Mozilla Public License 2.0 |
22-
| [cgif] | 0.5.0 | MIT Licence |
23-
| [expat] | 2.7.1 | MIT Licence |
24-
| [fontconfig] | 2.17.1 | [fontconfig Licence] (BSD-like) |
25-
| [freetype] | 2.14.0 | [freetype Licence] (BSD-like) |
26-
| [fribidi] | 1.0.16 | LGPLv3 |
27-
| [glib] | 2.86.0 | LGPLv3 |
28-
| [harfbuzz] | 11.4.5 | MIT Licence |
29-
| [highway] | 1.3.0 | Apache-2.0 License, BSD 3-Clause |
30-
| [lcms] | 2.17 | MIT Licence |
31-
| [libarchive] | 3.8.1 | BSD 2-Clause |
32-
| [libexif] | 0.6.25 | LGPLv3 |
33-
| [libffi] | 3.5.2 | MIT Licence |
34-
| [libheif] | 1.20.2 | LGPLv3 |
35-
| [libimagequant] | 2.4.1¹ | BSD 2-Clause |
36-
| [libpng] | 1.6.50 | [libpng License version 2] |
37-
| [librsvg] | 2.61.1 | LGPLv3 |
38-
| [libspng] | 0.7.4 | BSD 2-Clause |
39-
| [libtiff] | 4.7.0 | [libtiff License] (BSD-like) |
40-
| [libvips] | 8.18.0² | LGPLv3 |
41-
| [libwebp] | 1.6.0 | New BSD License |
42-
| [libxml2] | 2.14.6 | MIT Licence |
43-
| [mozjpeg] | 4.1.5 | [zlib License, IJG License, BSD-3-Clause] |
44-
| [pango] | 1.57.0 | LGPLv3 |
45-
| [pixman] | 0.46.4 | MIT Licence |
46-
| [proxy-libintl] | 0.5 | LGPLv3 |
47-
| [zlib-ng] | 2.2.5 | [zlib-ng Licence] |
48-
49-
¹ [A fork](https://github.com/lovell/libimagequant) of the BSD 2-Clause licensed libimagequant v2.4.1 is used.
50-
² libvips is built from the [`v8.18.0-test1`](https://github.com/libvips/libvips/tree/v8.18.0-test1) tag, see:
18+
| Dependency | Version | Used under the terms of |
19+
|-----------------|------------|--------------------------------------------------------------|
20+
| [aom] | 3.13.1 | BSD 2-Clause + [Alliance for Open Media Patent License 1.0] |
21+
| [cairo] | 1.18.4 | Mozilla Public License 2.0 |
22+
| [cgif] | 0.5.0 | MIT Licence |
23+
| [expat] | 2.7.1 | MIT Licence |
24+
| [fontconfig] | 2.17.1 | [fontconfig Licence] (BSD-like) |
25+
| [freetype] | 2.14.0 | [freetype Licence] (BSD-like) |
26+
| [fribidi] | 1.0.16 | LGPLv3 |
27+
| [glib] | 2.86.0 | LGPLv3 |
28+
| [harfbuzz] | 11.4.5 | MIT Licence |
29+
| [highway] | 1.3.0 | Apache-2.0 License, BSD 3-Clause |
30+
| [lcms] | 2.17 | MIT Licence |
31+
| [libarchive] | 3.8.1 | BSD 2-Clause |
32+
| [libexif] | 0.6.25 | LGPLv3 |
33+
| [libffi] | 3.5.2 | MIT Licence |
34+
| [libheif] | 1.20.2 | LGPLv3 |
35+
| [libimagequant] | 2.4.1[^1] | BSD 2-Clause |
36+
| [libpng] | 1.6.50 | [libpng License version 2] |
37+
| [librsvg] | 2.61.1 | LGPLv3 |
38+
| [libspng] | 0.7.4 | BSD 2-Clause |
39+
| [libtiff] | 4.7.0 | [libtiff License] (BSD-like) |
40+
| [libvips] | 8.18.0[^2] | LGPLv3 |
41+
| [libwebp] | 1.6.0 | New BSD License |
42+
| [libxml2] | 2.14.6 | MIT Licence |
43+
| [mozjpeg] | 4.1.5 | [zlib License, IJG License, BSD-3-Clause] |
44+
| [pango] | 1.57.0 | LGPLv3 |
45+
| [pixman] | 0.46.4 | MIT Licence |
46+
| [proxy-libintl] | 0.5 | LGPLv3 |
47+
| [zlib-ng] | 2.2.5 | [zlib-ng Licence] |
48+
49+
[^1]: [A fork](https://github.com/lovell/libimagequant) of the BSD 2-Clause licensed libimagequant v2.4.1 is used.
50+
[^2]: libvips is built from the [`v8.18.0-test1`](https://github.com/libvips/libvips/tree/v8.18.0-test1) tag, see:
5151
https://github.com/libvips/libvips/releases/tag/v8.18.0-test1
5252

5353
[aom]: https://aomedia.googlesource.com/aom/
@@ -90,24 +90,24 @@ https://github.com/libvips/libvips/releases/tag/v8.18.0-test1
9090

9191
Same as libvips-web + these extra dependencies:
9292

93-
| Dependency | Version | Used under the terms of |
94-
|-----------------|-----------|--------------------------------------------------------------|
95-
| [brotli] | 1.1.0 | MIT Licence |
96-
| [cfitsio] | 4.6.2 | BSD-like |
97-
| [fftw] | 3.3.10 | GPLv2 |
98-
| [gdk-pixbuf] | 2.44.0 | LGPLv3 |
99-
| [imagemagick] | 6.9.13-29 | [ImageMagick License] (Apache-2.0-like) |
100-
| [imath] | 3.1.9 | BSD 3-Clause |
101-
| [libdicom] | 1.2.0 | MIT Licence |
102-
| [libjxl] | 0.11.1 | BSD 3-Clause |
103-
| [libraw] | 0.21.4 | LGPL-2.1-only |
104-
| [matio] | 1.5.28 | BSD 2-Clause |
105-
| [nifticlib] | 3.0.1 | Public domain |
106-
| [openexr] | 3.1.11 | BSD 3-Clause |
107-
| [openjpeg] | 2.5.3 | BSD 2-Clause |
108-
| [openslide] | 4.0.0 | LGPLv3 |
109-
| [poppler] | 25.09.1 | GPLv2 |
110-
| [sqlite] | 3.50.4 | Public domain |
93+
| Dependency | Version | Used under the terms of |
94+
|-----------------|------------|--------------------------------------------------------------|
95+
| [brotli] | 1.1.0 | MIT Licence |
96+
| [cfitsio] | 4.6.2 | BSD-like |
97+
| [fftw] | 3.3.10 | GPLv2 |
98+
| [gdk-pixbuf] | 2.44.0 | LGPLv3 |
99+
| [imagemagick] | 6.9.13-29 | [ImageMagick License] (Apache-2.0-like) |
100+
| [imath] | 3.1.9 | BSD 3-Clause |
101+
| [libdicom] | 1.2.0 | MIT Licence |
102+
| [libjxl] | 0.11.1 | BSD 3-Clause |
103+
| [libraw] | 0.21.4 | LGPL-2.1-only |
104+
| [matio] | 1.5.28 | BSD 2-Clause |
105+
| [nifticlib] | 3.0.1 | Public domain |
106+
| [openexr] | 3.1.11 | BSD 3-Clause |
107+
| [openjpeg] | 2.5.3 | BSD 2-Clause |
108+
| [openslide] | 4.0.0 | LGPLv3 |
109+
| [poppler] | 25.09.1 | GPLv2 |
110+
| [sqlite] | 3.50.4 | Public domain |
111111

112112
[brotli]: https://github.com/google/brotli
113113
[cfitsio]: https://github.com/HEASARC/cfitsio
@@ -140,9 +140,9 @@ For example:
140140

141141
In that case, the following version of libjpeg-turbo is built:
142142

143-
| Dependency | Version | Used under the terms of |
144-
|-----------------|-----------|--------------------------------------------------------------|
145-
| [libjpeg-turbo] | 3.1.0 | [zlib License, IJG License] |
143+
| Dependency | Version | Used under the terms of |
144+
|-----------------|------------|--------------------------------------------------------------|
145+
| [libjpeg-turbo] | 3.1.0 | [zlib License, IJG License] |
146146

147147
[libjpeg-turbo]: https://github.com/libjpeg-turbo/libjpeg-turbo
148148
[zlib License, IJG License]: https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/LICENSE.md
@@ -162,17 +162,17 @@ building. For example:
162162

163163
In that case, the following version of jpegli is built:
164164

165-
| Dependency | Version | Used under the terms of |
166-
|-----------------|-----------|--------------------------------------------------------------|
167-
| [jpegli] | [5126d62] | BSD 3-Clause |
165+
| Dependency | Version | Used under the terms of |
166+
|-----------------|------------|--------------------------------------------------------------|
167+
| [jpegli] | [5126d62] | BSD 3-Clause |
168168

169169
[5126d62]: https://github.com/google/jpegli/commit/5126d62d24d368f0ceadd53454653edeb9086386
170170

171171
[jpegli]: https://github.com/google/jpegli
172172

173173
## zlib
174174

175-
By default [zlib-ng] is built. This is a zlib replacement with optimizations for
175+
By default, [zlib-ng] is built. This is a zlib replacement with optimizations for
176176
"next generation" systems. You can use the `--without-zlib-ng` argument during the
177177
build when (vanilla-)[zlib] is preferred. For example:
178178

@@ -182,9 +182,9 @@ build when (vanilla-)[zlib] is preferred. For example:
182182

183183
In that case, the following version of zlib is built:
184184

185-
| Dependency | Version | Used under the terms of |
186-
|-----------------|-----------|--------------------------------------------------------------|
187-
| [zlib] | 1.3.1 | [zlib Licence] |
185+
| Dependency | Version | Used under the terms of |
186+
|-----------------|------------|--------------------------------------------------------------|
187+
| [zlib] | 1.3.1 | [zlib Licence] |
188188

189189
[zlib]: https://github.com/madler/zlib
190190
[zlib Licence]: https://github.com/madler/zlib/blob/develop/LICENSE
@@ -201,10 +201,10 @@ HEIC images. This can be turned on with the `--with-hevc` argument. For example:
201201
These dependencies include HEVC-related logic and are therefore not included in the
202202
prebuilt binaries while it is patent-encumbered.
203203

204-
| Dependency | Version | Used under the terms of |
205-
|-----------------|-----------|--------------------------------------------------------------|
206-
| [libde265] | 1.0.16 | LGPLv3 |
207-
| [x265] | 4.1 | GPLv2 |
204+
| Dependency | Version | Used under the terms of |
205+
|-----------------|------------|--------------------------------------------------------------|
206+
| [libde265] | 1.0.16 | LGPLv3 |
207+
| [x265] | 4.1 | GPLv2 |
208208

209209
[libde265]: https://github.com/strukturag/libde265
210210
[x265]: https://bitbucket.org/multicoreware/x265_git/wiki/Home

0 commit comments

Comments
 (0)