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

@ -1,5 +1,9 @@
{- git-annex "SHA1" backend
- -}
-
- Copyright 2010 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
module Backend.SHA1 (backend) where