diff options
Diffstat (limited to 'Backend/SHA1.hs')
-rw-r--r-- | Backend/SHA1.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Backend/SHA1.hs b/Backend/SHA1.hs index 9e8d6df6d..f6daeffec 100644 --- a/Backend/SHA1.hs +++ b/Backend/SHA1.hs @@ -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 |