diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-10 11:01:27 -0300 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-10 11:01:27 -0300 |
commit | 0aafd6746c9b68689becff5e202f1831c753cc0d (patch) | |
tree | 975e8c7df1b3bc41949e877a5d8c754ea2823c10 /Utility/Rsync.hs | |
parent | a15c5610890886929436956ae2b319f6ef23504e (diff) |
relicense general utility library code to BSD
Omitted a couple of files what have had significant contributions from
others.
Diffstat (limited to 'Utility/Rsync.hs')
-rw-r--r-- | Utility/Rsync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Rsync.hs b/Utility/Rsync.hs index 82166f645..60381264e 100644 --- a/Utility/Rsync.hs +++ b/Utility/Rsync.hs @@ -2,7 +2,7 @@ - - Copyright 2010-2013 Joey Hess <joey@kitenet.net> - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} module Utility.Rsync where |