diff options
Diffstat (limited to 'Backend/URL.hs')
-rw-r--r-- | Backend/URL.hs | 6 |
1 files changed, 5 insertions, 1 deletions
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 |