summaryrefslogtreecommitdiffhomepage
path: root/Memory.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Memory.hs')
-rw-r--r--Memory.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Memory.hs b/Memory.hs
index 963acf7..9af64cd 100644
--- a/Memory.hs
+++ b/Memory.hs
@@ -1,3 +1,8 @@
+{- Copyright 2017 Joey Hess <id@joeyh.name>
+ -
+ - Licensed under the GNU AGPL version 3 or higher.
+ -}
+
module Memory where
-- | Class of things whose size in memory is known.