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/Exception.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/Exception.hs')
-rw-r--r-- | Utility/Exception.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Exception.hs b/Utility/Exception.hs index 6f3c059f6..1fecf65d5 100644 --- a/Utility/Exception.hs +++ b/Utility/Exception.hs @@ -2,7 +2,7 @@ - - Copyright 2011-2012 Joey Hess <joey@kitenet.net> - - - Licensed under the GNU GPL version 3 or higher. + - License: BSD-2-clause -} {-# LANGUAGE ScopedTypeVariables #-} |