summaryrefslogtreecommitdiffhomepage
path: root/Hash.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hash.hs')
-rw-r--r--Hash.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Hash.hs b/Hash.hs
index 43dd597..db4eae8 100644
--- a/Hash.hs
+++ b/Hash.hs
@@ -1,3 +1,8 @@
+{- Copyright 2017 Joey Hess <id@joeyh.name>
+ -
+ - Licensed under the GNU AGPL version 3 or higher.
+ -}
+
{-# LANGUAGE FlexibleInstances, OverloadedStrings #-}
module Hash where