diff options
Diffstat (limited to 'Commands.hs')
-rw-r--r-- | Commands.hs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs index b6bc6dfc2..6974b697c 100644 --- a/Commands.hs +++ b/Commands.hs @@ -1,4 +1,9 @@ -{- git-annex command line -} +{- git-annex command line + - + - Copyright 2010 Joey Hess <joey@kitenet.net> + - + - Licensed under the GNU GPL version 3 or higher. + -} module Commands (parseCmd) where |