diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-19 14:28:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-19 14:28:32 -0400 |
commit | 45a26175d64349b7c13c3bd0aa626947529ca2a2 (patch) | |
tree | f2e7b6473665f68325831fabdb87d0e6dec50f83 /Utility | |
parent | 355ef8f3ea230b9ae0613bcea8c90203663ccd2a (diff) |
renamed RsyncFile -> Rsync
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Rsync.hs (renamed from Utility/RsyncFile.hs) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Utility/RsyncFile.hs b/Utility/Rsync.hs index 5a9a256a9..5845ba703 100644 --- a/Utility/RsyncFile.hs +++ b/Utility/Rsync.hs @@ -1,11 +1,11 @@ -{- file copying with rsync +{- various rsync stuff - - - Copyright 2010 Joey Hess <joey@kitenet.net> + - Copyright 2010-2012 Joey Hess <joey@kitenet.net> - - Licensed under the GNU GPL version 3 or higher. -} -module Utility.RsyncFile where +module Utility.Rsync where import Data.String.Utils import Data.List |