diff options
Diffstat (limited to 'src/Storage.hs')
-rw-r--r-- | src/Storage.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Storage.hs b/src/Storage.hs index be9b8af..2c0504d 100644 --- a/src/Storage.hs +++ b/src/Storage.hs @@ -11,6 +11,16 @@ module Storage( +-- 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 Data.Int ( Int8 ) import Preferences ( Preference ) import qualified Data.Vector.Unboxed.Mutable as Vec |