aboutsummaryrefslogtreecommitdiff
path: root/Backend/File.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-27 16:53:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-27 16:53:54 -0400
commit833d4b342e7909e6770edb19fbc58d781e922205 (patch)
tree88277db084b628eeae72586bec042e3e80eaf4db /Backend/File.hs
parentd47fb4c11ef75e4029c8da1f3ed2e68f86e62486 (diff)
copyright statements0.02
Diffstat (limited to 'Backend/File.hs')
-rw-r--r--Backend/File.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Backend/File.hs b/Backend/File.hs
index 4273ba36b..4b9a3b45b 100644
--- a/Backend/File.hs
+++ b/Backend/File.hs
@@ -6,6 +6,10 @@
-
- This is an abstract backend; getKey has to be implemented to complete
- it.
+ -
+ - Copyright 2010 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Backend.File (backend) where