aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2021-06-25 12:03:55 +0200
committerpacien2021-06-25 12:03:55 +0200
commita4425869ea15234fee79b7d1219a3bea7ffb23a2 (patch)
tree44c9ea8258543a938b7d6a9f3270a8032a6764e9
parent005ea7957a75e53b443bbc5a596909df457343b8 (diff)
downloadldgallery-a4425869ea15234fee79b7d1219a3bea7ffb23a2.tar.gz
license: make it more obvious for end users
-rw-r--r--compiler/app/Main.hs3
-rw-r--r--viewer/public/index.html2
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 @@
1-- ldgallery - A static generator which turns a collection of tagged 1-- ldgallery - A static generator which turns a collection of tagged
2-- pictures into a searchable web gallery. 2-- pictures into a searchable web gallery.
3-- 3--
4-- Copyright (C) 2019-2020 Pacien TRAN-GIRARD 4-- Copyright (C) 2019-2021 Pacien TRAN-GIRARD
5-- 5--
6-- This program is free software: you can redistribute it and/or modify 6-- This program is free software: you can redistribute it and/or modify
7-- it under the terms of the GNU Affero General Public License as 7-- it under the terms of the GNU Affero General Public License as
@@ -94,6 +94,7 @@ options = Options
94 } 94 }
95 95
96 &= summary ("ldgallery v" ++ showVersion version ++ " - a static web gallery generator with tags") 96 &= summary ("ldgallery v" ++ showVersion version ++ " - a static web gallery generator with tags")
97 &= details ["This software is distributed under the terms of the GNU Affero General Public License v3.0."]
97 &= program "ldgallery" 98 &= program "ldgallery"
98 &= help "Compile a gallery" 99 &= help "Compile a gallery"
99 &= helpArg [explicit, name "h", name "help"] 100 &= 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 @@
25 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 25 <meta http-equiv="X-UA-Compatible" content="IE=edge">
26 <meta name="mobile-web-app-capable" content="yes"> 26 <meta name="mobile-web-app-capable" content="yes">
27 <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0"> 27 <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0">
28 <meta name="generator" content="ldgallery"> 28 <meta name="generator" content="ldgallery, software distributed under the terms of the GNU Affero General Public License v3.0">
29 29
30 <link rel="manifest" href="manifest.json"> 30 <link rel="manifest" href="manifest.json">
31 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 31 <link rel="icon" href="<%= BASE_URL %>favicon.ico">