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 | |
parent | d47fb4c11ef75e4029c8da1f3ed2e68f86e62486 (diff) |
copyright statements0.02
Diffstat (limited to 'Backend')
-rw-r--r-- | Backend/File.hs | 4 | ||||
-rw-r--r-- | Backend/SHA1.hs | 6 | ||||
-rw-r--r-- | Backend/URL.hs | 6 | ||||
-rw-r--r-- | Backend/WORM.hs | 6 |
4 files changed, 19 insertions, 3 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 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 diff --git a/Backend/URL.hs b/Backend/URL.hs index c9b6ab6df..fd55ddf01 100644 --- a/Backend/URL.hs +++ b/Backend/URL.hs @@ -1,5 +1,9 @@ {- git-annex "URL" backend - - -} + - + - Copyright 2010 Joey Hess <joey@kitenet.net> + - + - Licensed under the GNU GPL version 3 or higher. + -} module Backend.URL (backend) where diff --git a/Backend/WORM.hs b/Backend/WORM.hs index 0588ddaf8..b5ae11807 100644 --- a/Backend/WORM.hs +++ b/Backend/WORM.hs @@ -1,5 +1,9 @@ {- git-annex "WORM" backend -- Write Once, Read Many - - -} + - + - Copyright 2010 Joey Hess <joey@kitenet.net> + - + - Licensed under the GNU GPL version 3 or higher. + -} module Backend.WORM (backend) where |