From 4cfc73f3692b0648a1ab2920e2e98712bd75ce32 Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Thu, 26 Jan 2023 10:33:12 +0100 Subject: [PATCH 1/2] Add license information to footer #70 --- app/views/layouts/application.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 34552e73..3a8c487b 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -40,6 +40,13 @@ <%= image_tag "betadots.png", alt: "betadots logo", width: "32", height: "32" %> betadots GmbH + - + Licensed under GNU Affero General Public License v3.0 + - + + <%= icon("github") %> + Source code + From d935defb0597583deecfa340e21af403a2a55c6c Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Thu, 26 Jan 2023 14:07:34 +0100 Subject: [PATCH 2/2] Link to LICENSE #70 --- app/views/layouts/application.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3a8c487b..0bcb531f 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -41,7 +41,10 @@ betadots GmbH - - Licensed under GNU Affero General Public License v3.0 + Licensed under + + GNU Affero General Public License v3.0 + - <%= icon("github") %>