diff --git a/NOTICE b/NOTICE index 00e24bb..9eb4ea6 100644 --- a/NOTICE +++ b/NOTICE @@ -997,3 +997,22 @@ The GUST Font License applies to: % https://www.latex-project.org/lppl.txt and version 1.3c or later % is part of all distributions of LaTeX version 2006/05/20 or later. ================================================================================ + +================================================================================ +The Unsplash License applies to: + +* "A lynx standing in the middle of a forest" in files/images/lynx.jpg + Copyright 2024 Pascal Bullan (@jetztabertempo) + Via Unsplash + (https://unsplash.com/photos/a-lynx-standing-in-the-middle-of-a-forest-6njkAeHHMOE) + +The Unsplash License + +Unsplash grants you an irrevocable, nonexclusive, worldwide copyright license +to download, copy, modify, distribute, perform, and use images from Unsplash for +free, including for commercial purposes, without permission from or attributing +the photographer or Unsplash. This license does not include the right to compile +images from Unsplash to replicate a similar or competing service. + +URL: https://unsplash.com/license +================================================================================ diff --git a/files/images/lynx.jpg b/files/images/lynx.jpg new file mode 100644 index 0000000..1b308a3 Binary files /dev/null and b/files/images/lynx.jpg differ diff --git a/src/lib.rs b/src/lib.rs index 04d0f7d..e201cc9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -122,6 +122,7 @@ files! { "images/heron.jpg", "images/linked.svg", "images/logo.svg", + "images/lynx.jpg", "images/matplotlib.pdf", "images/molecular.jpg", "images/monkey.svg",