diff options
Diffstat (limited to 'src/File.hs')
-rw-r--r-- | src/File.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/File.hs b/src/File.hs index 01b33af..5e4dce8 100644 --- a/src/File.hs +++ b/src/File.hs @@ -5,6 +5,16 @@ module File( +-- 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.IO as IO |