summaryrefslogtreecommitdiff
path: root/src/CSV.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CSV.hs')
-rw-r--r--src/CSV.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CSV.hs b/src/CSV.hs
index 05fb472..dd56961 100644
--- a/src/CSV.hs
+++ b/src/CSV.hs
@@ -12,6 +12,16 @@ module CSV(
+-- 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 Text.ParserCombinators.Parsec ( (<|>), (<?>) )
import qualified Text.ParserCombinators.Parsec as Parsec
import qualified Data.Char as Char