From 6102bb10c2c1093cfb645a1cba574c30156c5220 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:56:07 -0500 Subject: [PATCH] Add acknowledgements for 3rd party libraries --- docs/manual/_quarto.yml | 3 ++- docs/manual/_quarto.yml.in | 3 ++- docs/manual/acknowledgements.qmd | 27 +++++++++++++++++++++++++++ docs/manual/cites.qmd | 6 ------ 4 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 docs/manual/acknowledgements.qmd delete mode 100644 docs/manual/cites.qmd diff --git a/docs/manual/_quarto.yml b/docs/manual/_quarto.yml index 0fd5f73..52ae9f0 100644 --- a/docs/manual/_quarto.yml +++ b/docs/manual/_quarto.yml @@ -35,7 +35,8 @@ book: - part: "Additional Features" chapters: - suppression.qmd - - cites.qmd + appendices: + - acknowledgements.qmd format: pdf: documentclass: book diff --git a/docs/manual/_quarto.yml.in b/docs/manual/_quarto.yml.in index 1562ae4..c409e31 100644 --- a/docs/manual/_quarto.yml.in +++ b/docs/manual/_quarto.yml.in @@ -35,7 +35,8 @@ book: - part: "Additional Features" chapters: - suppression.qmd - - cites.qmd + appendices: + - acknowledgements.qmd format: pdf: documentclass: book diff --git a/docs/manual/acknowledgements.qmd b/docs/manual/acknowledgements.qmd new file mode 100644 index 0000000..4fd8cae --- /dev/null +++ b/docs/manual/acknowledgements.qmd @@ -0,0 +1,27 @@ +## Open-Source Libraries {-} + +The 3^rd^ party, open-source libraries that *Cuneiform* includes (or links with) are listed below (along with their respective licenses). + +### cxxopts {-} + +C++11 library for parsing command line options. + +Copyright (c) 2014 Jarryd Beck + +MIT License + +### UTF8-CPP {-} + +UTF-8 with C++ in a portable way. + +Copyright 2006 Nemanja Trifunovic + +Boost Software License 1.0 + +### wxWidgets {-} + +A stable and powerful open source framework for developing native cross-platform GUI applications in C++. + +Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al + +wxWindows Library Licence, Version 3.1 \ No newline at end of file diff --git a/docs/manual/cites.qmd b/docs/manual/cites.qmd deleted file mode 100644 index bd98eac..0000000 --- a/docs/manual/cites.qmd +++ /dev/null @@ -1,6 +0,0 @@ -::: {.content-visible when-format="html"} -# References {-} -::: - -::: {#refs} -:::