diff options
author | Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | 2022-02-25 19:04:49 +0100 |
---|---|---|
committer | Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> | 2022-02-25 19:04:49 +0100 |
commit | 3d5e37ba70911c9ff99a2822fd392df04cc1c8a1 (patch) | |
tree | 304f4fd1f26a960d83a8cf7cc73a353874e5279a | |
parent | Add ability to display welcome text at index.html (diff) | |
download | seen-master.tar.gz seen-master.zip |
-rwxr-xr-x | seen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh # Seen, a simple static blog generator -# Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com> +# Copyright (C) 2021,2022 Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or |