diff options
author | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-29 22:11:18 -0400 |
---|---|---|
committer | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-29 22:11:18 -0400 |
commit | 8ef0593fdf5e6397b6cca91bd8fb300ce3fbdbbf (patch) | |
tree | 7d6f481f84f10671381b600237e4c61f88d7a405 /app | |
parent | 909f4fa0d426203486dfff1ba1ad9f3a2f5605d2 (diff) |
Write README, cleanup packaging
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs index c1ebbbd..299032d 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -6,8 +6,15 @@ -- -- Copyright (C) 2021 Software Freedom Law Center -- --- Licensed under the terms of the GNU General Public Licence (GPL) version 3 --- or (at your option) any later version. +-- 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 +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. module Main (main) where |