From 678baabb7af6a45aee6199550514f97010605555 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 30 Jan 2017 16:50:31 +1100 Subject: Now licensed under CC0 --- src/Election.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/Election.hs') diff --git a/src/Election.hs b/src/Election.hs index ff9706b..a475f0e 100644 --- a/src/Election.hs +++ b/src/Election.hs @@ -8,6 +8,16 @@ module Election( +-- 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 import qualified System.Exit as Ex import qualified Control.Monad as Con -- cgit