Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 8467fba

Browse files
committed
Updated licenses [ci skip]
1 parent 73b28de commit 8467fba

3 files changed

Lines changed: 45 additions & 36 deletions

File tree

dependency_licenses/FREETYPE2.txt

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
1-
The FreeType 2 font engine is copyrighted work and cannot be used
2-
legally without a software license. In order to make this project
3-
usable to a vast majority of developers, we distribute it under two
1+
The FreeType 2 font engine is copyrighted work and cannot be used
2+
legally without a software license. In order to make this project
3+
usable to a vast majority of developers, we distribute it under two
44
mutually exclusive open-source licenses.
55

6-
This means that *you* must choose *one* of the two licenses described
7-
below, then obey all its terms and conditions when using FreeType 2 in
6+
This means that *you* must choose *one* of the two licenses described
7+
below, then obey all its terms and conditions when using FreeType 2 in
88
any of your projects or products.
99

10-
- The FreeType License, found in the file `FTL.TXT', which is similar
11-
to the original BSD license *with* an advertising clause that forces
12-
you to explicitly cite the FreeType project in your product's
13-
documentation. All details are in the license file. This license
14-
is suited to products which don't use the GNU General Public
15-
License.
10+
- The FreeType License, found in the file `docs/FTL.TXT`, which is
11+
similar to the original BSD license *with* an advertising clause
12+
that forces you to explicitly cite the FreeType project in your
13+
product's documentation. All details are in the license file.
14+
This license is suited to products which don't use the GNU General
15+
Public License.
1616

17-
Note that this license is compatible to the GNU General Public
17+
Note that this license is compatible to the GNU General Public
1818
License version 3, but not version 2.
1919

20-
- The GNU General Public License version 2, found in `GPLv2.TXT' (any
21-
later version can be used also), for programs which already use the
22-
GPL. Note that the FTL is incompatible with GPLv2 due to its
23-
advertisement clause.
20+
- The GNU General Public License version 2, found in
21+
`docs/GPLv2.TXT` (any later version can be used also), for
22+
programs which already use the GPL. Note that the FTL is
23+
incompatible with GPLv2 due to its advertisement clause.
2424

25-
The contributed BDF and PCF drivers come with a license similar to that
26-
of the X Window System. It is compatible to the above two licenses (see
27-
file src/bdf/README and src/pcf/README). The same holds for the files
28-
`fthash.c' and `fthash.h'; their code was part of the BDF driver in
29-
earlier FreeType versions.
25+
The contributed BDF and PCF drivers come with a license similar to
26+
that of the X Window System. It is compatible to the above two
27+
licenses (see files `src/bdf/README` and `src/pcf/README`). The same
28+
holds for the source code files `src/base/fthash.c` and
29+
`include/freetype/internal/fthash.h`; they were part of the BDF driver
30+
in earlier FreeType versions.
3031

31-
The gzip module uses the zlib license (see src/gzip/zlib.h) which too is
32-
compatible to the above two licenses.
32+
The gzip module uses the zlib license (see `src/gzip/zlib.h`) which
33+
too is compatible to the above two licenses.
3334

34-
The MD5 checksum support (only used for debugging in development builds)
35-
is in the public domain.
35+
The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain code
36+
taken almost verbatim from the HarfBuzz file `hb-ft.cc`, which uses
37+
the 'Old MIT' license, compatible to the above two licenses.
38+
39+
The MD5 checksum support (only used for debugging in development
40+
builds) is in the public domain.

dependency_licenses/HARFBUZZ.txt

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@ HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
22
For parts of HarfBuzz that are licensed under different licenses see individual
33
files names COPYING in subdirectories where applicable.
44

5-
Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc.
6-
Copyright © 2018,2019,2020 Ebrahim Byagowi
7-
Copyright © 2019,2020 Facebook, Inc.
8-
Copyright © 2012 Mozilla Foundation
5+
Copyright © 2010-2022 Google, Inc.
6+
Copyright © 2015-2020 Ebrahim Byagowi
7+
Copyright © 2019,2020 Facebook, Inc.
8+
Copyright © 2012,2015 Mozilla Foundation
99
Copyright © 2011 Codethink Limited
1010
Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
1111
Copyright © 2009 Keith Stribley
12-
Copyright © 2009 Martin Hosken and SIL International
12+
Copyright © 2011 Martin Hosken and SIL International
1313
Copyright © 2007 Chris Wilson
14-
Copyright © 2006 Behdad Esfahbod
15-
Copyright © 2005 David Turner
16-
Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc.
17-
Copyright © 1998-2004 David Turner and Werner Lemberg
14+
Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod
15+
Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc.
16+
Copyright © 1998-2005 David Turner and Werner Lemberg
17+
Copyright © 2016 Igalia S.L.
18+
Copyright © 2022 Matthias Clasen
19+
Copyright © 2018,2021 Khaled Hosny
20+
Copyright © 2018,2019,2020 Adobe, Inc
21+
Copyright © 2013-2015 Alexei Podtelezhnikov
1822

1923
For full copyright notices consult the individual files in the package.
2024

dependency_licenses/LIBPNG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
44
PNG Reference Library License version 2
55
---------------------------------------
66

7-
* Copyright (c) 1995-2019 The PNG Reference Library Authors.
8-
* Copyright (c) 2018-2019 Cosmin Truta.
7+
* Copyright (c) 1995-2022 The PNG Reference Library Authors.
8+
* Copyright (c) 2018-2022 Cosmin Truta.
99
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
1010
* Copyright (c) 1996-1997 Andreas Dilger.
1111
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.

0 commit comments

Comments
 (0)