diff options
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 |