From 444b07e46d83d3862c6bf4b3d0e8652fc8b2ddec Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 26 Oct 2021 22:30:06 +0200 Subject: [PATCH] Add license notice --- Source/DiabloUI/support_lines.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/DiabloUI/support_lines.cpp b/Source/DiabloUI/support_lines.cpp index 569b8ec33..27e1e569f 100644 --- a/Source/DiabloUI/support_lines.cpp +++ b/Source/DiabloUI/support_lines.cpp @@ -23,6 +23,9 @@ const char *const SupportLines[] = { N_(" Entertainment or GOG.com."), "", "", + N_(" This port makes use of CharisSILB, Unifont, and Noto which are licensed under the SIL Open Font License, as well as Twitmoji which is licensed under CC-BY 4.0. The port also makes use of SDL which is licensed under the zlib-license. See the ReadMe for further details."), + "", + "", }; const std::size_t SupportLinesSize = sizeof(SupportLines) / sizeof(SupportLines[0]);