diff options
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 |