copyright statements

This commit is contained in:
Joey Hess 2010-10-27 16:53:54 -04:00
parent d47fb4c11e
commit 833d4b342e
20 changed files with 93 additions and 13 deletions

View file

@ -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