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