summaryrefslogtreecommitdiffhomepage
path: root/Encryption.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Encryption.hs')
-rw-r--r--Encryption.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Encryption.hs b/Encryption.hs
index 8040f5f..29935ac 100644
--- a/Encryption.hs
+++ b/Encryption.hs
@@ -1,5 +1,10 @@
{-# LANGUAGE OverloadedStrings, MultiParamTypeClasses, DataKinds #-}
+{- Copyright 2016 Joey Hess <id@joeyh.name>
+ -
+ - Licensed under the GNU AGPL version 3 or higher.
+ -}
+
module Encryption where
import Types