From 6e7285f512894fade72f45417f6bc4d5cc5e4f15 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Wed, 29 Mar 2023 18:35:46 +0000
Subject: [PATCH] Merge branch 'feature/doxygen-footer' into 'master'

[doxygen] Extend footer with copyright link

See merge request dumux-repositories/dumux!3512

(cherry picked from commit c4cb7b89e3b419e7c34d8ec912efc44a1fa7095d)

0e917dbb [doxygen] Extend footer with copyright link
---
 doc/doxygen/footer.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/doxygen/footer.html b/doc/doxygen/footer.html
index baf0f3f3e6..f3e0d6f43d 100644
--- a/doc/doxygen/footer.html
+++ b/doc/doxygen/footer.html
@@ -4,7 +4,12 @@
 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
   <ul>
     $navpath
-    <li class="footer">$generatedby <a href="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
+    <li class="footer">
+      &copy; Copyright 2010-<script>document.write(new Date().getFullYear())</script> <a href="https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/AUTHORS.md">DuMux project contributors</a>
+      (doc pages: <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a> /
+      code examples: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3 or later</a>) &#160;
+      <img class="footer" alt="DuMux" src="$relpath^$projectlogo" height="15"/> $projectnumber
+      &#160; $generatedby <a href="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
   </ul>
 </div>
 <!--END GENERATE_TREEVIEW-->
-- 
GitLab