diff options
Diffstat (limited to 'src/Miscellaneous.hs')
-rw-r--r-- | src/Miscellaneous.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Miscellaneous.hs b/src/Miscellaneous.hs index ba9ca98..8081c93 100644 --- a/src/Miscellaneous.hs +++ b/src/Miscellaneous.hs @@ -10,6 +10,16 @@ module Miscellaneous( +-- 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 Control.Monad as Con import qualified Data.List as List import qualified Data.Maybe as Maybe |