Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 26 additions & 21 deletions COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ License: OFL-1.1

Files: thirdparty/freetype/*
Comment: The FreeType Project
Copyright: 1996-2023, David Turner, Robert Wilhelm, and Werner Lemberg.
Copyright: 1996-2025, David Turner, Robert Wilhelm, and Werner Lemberg.
License: FTL

Files: thirdparty/glad/*
Expand Down Expand Up @@ -1537,9 +1537,9 @@ License: FTL
The FreeType Project LICENSE
----------------------------
.
2000-Feb-08
2006-Jan-27
.
Copyright 1996-2000 by
Copyright 1996-2002, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg
.
.
Expand Down Expand Up @@ -1579,6 +1579,19 @@ License: FTL
assume no liability related to The FreeType Project.
.
.
Finally, many people asked us for a preferred form for a
credit/disclaimer to use in compliance with this license. We thus
encourage you to use the following text:
.
"""
Portions of this software are copyright © <year> The FreeType
Project (https://freetype.org). All rights reserved.
"""
.
Please replace <year> with the value from the FreeType version you
actually use.
.
.
Legal Terms
===========
.
Expand Down Expand Up @@ -1629,12 +1642,12 @@ License: FTL
authorize others to exercise some or all of the rights granted
herein, subject to the following conditions:
.
o Redistribution of source code must retain this license file
(`LICENSE.TXT') unaltered; any additions, deletions or changes
to the original files must be clearly indicated in
accompanying documentation. The copyright notices of the
unaltered, original files must be preserved in all copies of
source files.
o Redistribution of source code must retain this license file
(`FTL.TXT') unaltered; any additions, deletions or changes to
the original files must be clearly indicated in accompanying
documentation. The copyright notices of the unaltered,
original files must be preserved in all copies of source
files.
.
o Redistribution in binary form must provide a disclaimer that
states that the software is based in part of the work of the
Expand Down Expand Up @@ -1672,29 +1685,21 @@ License: FTL
.
There are two mailing lists related to FreeType:
.
o freetype@freetype.org
o freetype@nongnu.org
.
Discusses general use and applications of FreeType, as well as
future and wanted additions to the library and distribution.
If you are looking for support, start in this list if you
haven't found anything to help you in the documentation.
.
o devel@freetype.org
o freetype-devel@nongnu.org
.
Discusses bugs, as well as engine internals, design issues,
specific licenses, porting, etc.
.
o http://www.freetype.org
.
Holds the current FreeType web page, which will allow you to
download our latest development version and read online
documentation.
.
You can also contact us individually at:
Our home page can be found at
.
David Turner <[email protected]>
Robert Wilhelm <[email protected]>
Werner Lemberg <[email protected]>
https://freetype.org

License: HarfBuzz
HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ for UI.

## freetype

- Upstream: https://www.freetype.org
- Upstream: https://gitlab.freedesktop.org/freetype/freetype
- Version: 2.14.1 (526ec5c47b9ebccc4754c85ac0c0cdf7c85a5e9b, 2025)
- License: FreeType License (BSD-like)

Expand Down