From 8d18acba8c476267bbb7ab9f24c977d233d2f831 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 14 May 2025 09:16:03 +0200 Subject: [PATCH] Adminstrativa. --- LICENSE.TXT | 7 ++++--- README | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE.TXT b/LICENSE.TXT index 8b9ce9e2e..0f9df2177 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -35,9 +35,10 @@ in earlier FreeType versions. The gzip module uses the zlib license (see `src/gzip/zlib.h`) which too is compatible to the above two licenses. -The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain code -taken almost verbatim from the HarfBuzz file `hb-ft.cc`, which uses -the 'Old MIT' license, compatible to the above two licenses. +The files `src/autofit/ft-hb-ft.c`, `src/autofit/ft-hb-decls.h`, +`src/autofit/ft-hb-types.h`, and `src/autofit/hb-script-list.h` +contain code taken (almost) verbatim from the HarfBuzz library, which +uses the 'Old MIT' license compatible to the above two licenses. The MD5 checksum support (only used for debugging in development builds) is in the public domain. diff --git a/README b/README index 0f5d3e0e0..dd0c6aeec 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Please read the `docs/CHANGES` file, it contains IMPORTANT INFORMATION. Read the files `docs/INSTALL*` for installation instructions; see the -file `docs/LICENSE.TXT` for the available licenses. +file `LICENSE.TXT` for the available licenses. For using FreeType's git repository instead of a distribution bundle, please read file `README.git`. Note that you have to actually clone