From 0e917dbb1a123c4ead47f0d186da678903ee5b81 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Wed, 29 Mar 2023 20:05:48 +0200
Subject: [PATCH] [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