diff options
Diffstat (limited to 'src/main.hs')
-rw-r--r-- | src/main.hs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.hs b/src/main.hs index 4059d3b..8ed8bb8 100644 --- a/src/main.hs +++ b/src/main.hs @@ -1,5 +1,17 @@ + + +-- This source is licensed under Creative Commons CC0 v1.0. + +-- To read the full text, see license.txt in the main directory of this repository +-- or go to https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt + +-- For a human readable summary, go to https://creativecommons.org/publicdomain/zero/1.0/ + + + + import qualified System.Environment as Env import qualified System.Console.GetOpt as Opt import qualified System.Exit as Ex |