Skip to content

Commit df81c75

Browse files
committed
Move third-party notices into separate file
This allows for inclusion in the tarballs themselves
1 parent 07025fc commit df81c75

File tree

2 files changed

+41
-33
lines changed

2 files changed

+41
-33
lines changed

README.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,6 @@ These scripts are licensed under the terms of the
4040
[Apache 2.0 Licence](https://github.com/lovell/sharp-libvips/blob/master/LICENSE).
4141

4242
The shared libraries contained in the tarballs
43-
are distributed under the terms of the following licences,
43+
are distributed under the terms of
44+
[various licences](https://github.com/lovell/sharp-libvips/blob/master/THIRD-PARTY-NOTICES.md),
4445
all of which are compatible with the Apache 2.0 Licence.
45-
46-
Use of libraries under the terms of the LGPLv3 is via the
47-
"any later version" clause of the LGPLv2 or LGPLv2.1.
48-
49-
| Library | Used under the terms of |
50-
|---------------|-----------------------------------------------------------------------------------------------------------|
51-
| cairo | Mozilla Public License 2.0 |
52-
| expat | MIT Licence |
53-
| fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/master/COPYING) (BSD-like) |
54-
| freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
55-
| fribidi | LGPLv3 |
56-
| gdk-pixbuf | LGPLv3 |
57-
| gettext | LGPLv3 |
58-
| giflib | MIT Licence |
59-
| glib | LGPLv3 |
60-
| harfbuzz | MIT Licence |
61-
| lcms | MIT Licence |
62-
| libcroco | LGPLv3 (Windows / macOS only) |
63-
| libexif | LGPLv3 |
64-
| libffi | MIT Licence |
65-
| libgsf | LGPLv3 |
66-
| libjpeg-turbo | [zlib License, IJG License](https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/LICENSE.md) |
67-
| libpng | [libpng License](http://www.libpng.org/pub/png/src/libpng-LICENSE.txt) |
68-
| librsvg | LGPLv3 |
69-
| libtiff | [libtiff License](https://libtiff.gitlab.io/libtiff/misc.html) (BSD-like) |
70-
| libvips | LGPLv3 |
71-
| libwebp | New BSD License |
72-
| libxml2 | MIT Licence |
73-
| orc | [orc License](https://gitlab.freedesktop.org/gstreamer/orc/blob/master/COPYING) (BSD-like) |
74-
| pango | LGPLv3 |
75-
| pixman | MIT Licence |
76-
| zlib | [zlib Licence](https://github.com/madler/zlib/blob/master/zlib.h) |

THIRD-PARTY-NOTICES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Third-party notices
2+
3+
This software contains third-party libraries
4+
used under the terms of the following licences:
5+
6+
| Library | Used under the terms of |
7+
|---------------|-----------------------------------------------------------------------------------------------------------|
8+
| cairo | Mozilla Public License 2.0 |
9+
| expat | MIT Licence |
10+
| fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/master/COPYING) (BSD-like) |
11+
| freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
12+
| fribidi | LGPLv3 |
13+
| gdk-pixbuf | LGPLv3 |
14+
| gettext | LGPLv3 |
15+
| giflib | MIT Licence |
16+
| glib | LGPLv3 |
17+
| harfbuzz | MIT Licence |
18+
| lcms | MIT Licence |
19+
| libcroco | LGPLv3 (Windows / macOS only) |
20+
| libexif | LGPLv3 |
21+
| libffi | MIT Licence |
22+
| libgsf | LGPLv3 |
23+
| libjpeg-turbo | [zlib License, IJG License](https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/LICENSE.md) |
24+
| libpng | [libpng License](http://www.libpng.org/pub/png/src/libpng-LICENSE.txt) |
25+
| librsvg | LGPLv3 |
26+
| libtiff | [libtiff License](https://libtiff.gitlab.io/libtiff/misc.html) (BSD-like) |
27+
| libvips | LGPLv3 |
28+
| libwebp | New BSD License |
29+
| libxml2 | MIT Licence |
30+
| orc | [orc License](https://gitlab.freedesktop.org/gstreamer/orc/blob/master/COPYING) (BSD-like) |
31+
| pango | LGPLv3 |
32+
| pixman | MIT Licence |
33+
| zlib | [zlib Licence](https://github.com/madler/zlib/blob/master/zlib.h) |
34+
35+
Use of libraries under the terms of the LGPLv3 is via the
36+
"any later version" clause of the LGPLv2 or LGPLv2.1.
37+
38+
Please report any errors or omissions via
39+
https://github.com/lovell/sharp-libvips/issues/new

0 commit comments

Comments
 (0)