Update the footer to add the license.
continuous-integration/drone/push Build is passing Details

dev
KKlochko 1 month ago
parent ddcab0b843
commit 59e2d2f8a1

@ -9,6 +9,9 @@ defmodule DecentralisedBookIndexWeb.Components.MyPartials.Footer do
<span class="block text-sm text-gray-500 text-center dark:text-gray-400"> <span class="block text-sm text-gray-500 text-center dark:text-gray-400">
© 2025 Kostiantyn Klochko. All Rights Reserved. © 2025 Kostiantyn Klochko. All Rights Reserved.
</span> </span>
<span class="block text-sm text-gray-500 text-center dark:text-gray-400">
<a href="https://git.kklochko.space/KKlochko/decentralised_book_index">Decentralised book index</a> is free software: you can redistribute it and/or modify it under the terms of <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">the GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
</span>
</div> </div>
</footer> </footer>
""" """

Loading…
Cancel
Save