From a4425869ea15234fee79b7d1219a3bea7ffb23a2 Mon Sep 17 00:00:00 2001
From: pacien
Date: Fri, 25 Jun 2021 12:03:55 +0200
Subject: license: make it more obvious for end users
---
compiler/app/Main.hs | 3 ++-
viewer/public/index.html | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs
index e71e0db..dc97b38 100644
--- a/compiler/app/Main.hs
+++ b/compiler/app/Main.hs
@@ -1,7 +1,7 @@
-- ldgallery - A static generator which turns a collection of tagged
-- pictures into a searchable web gallery.
--
--- Copyright (C) 2019-2020 Pacien TRAN-GIRARD
+-- Copyright (C) 2019-2021 Pacien TRAN-GIRARD
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Affero General Public License as
@@ -94,6 +94,7 @@ options = Options
}
&= summary ("ldgallery v" ++ showVersion version ++ " - a static web gallery generator with tags")
+ &= details ["This software is distributed under the terms of the GNU Affero General Public License v3.0."]
&= program "ldgallery"
&= help "Compile a gallery"
&= helpArg [explicit, name "h", name "help"]
diff --git a/viewer/public/index.html b/viewer/public/index.html
index 4f2767c..c3ff247 100644
--- a/viewer/public/index.html
+++ b/viewer/public/index.html
@@ -25,7 +25,7 @@
-
+
--
cgit v1.2.3