diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-27 16:53:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-27 16:53:54 -0400 |
commit | 833d4b342e7909e6770edb19fbc58d781e922205 (patch) | |
tree | 88277db084b628eeae72586bec042e3e80eaf4db /Backend/File.hs | |
parent | d47fb4c11ef75e4029c8da1f3ed2e68f86e62486 (diff) |
copyright statements0.02
Diffstat (limited to 'Backend/File.hs')
-rw-r--r-- | Backend/File.hs | 4 |
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 |