diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-30 16:50:31 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-30 16:50:31 +1100 |
commit | 678baabb7af6a45aee6199550514f97010605555 (patch) | |
tree | 19f505c7a3f37d437cf863c5a0db016a47755c26 /src/Candidate.hs | |
parent | b522e9d882dbce729e3c32df59b8d51c60e7b7d9 (diff) |
Now licensed under CC0
Diffstat (limited to 'src/Candidate.hs')
-rw-r--r-- | src/Candidate.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Candidate.hs b/src/Candidate.hs index d07ce14..21f9736 100644 --- a/src/Candidate.hs +++ b/src/Candidate.hs @@ -11,6 +11,16 @@ module Candidate( +-- 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 CSV as CSV import qualified Miscellaneous as Misc import qualified System.IO as IO |