summaryrefslogtreecommitdiff
path: root/Utility/Glob.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-10 11:01:27 -0300
committerGravatar Joey Hess <joey@kitenet.net>2014-05-10 11:01:27 -0300
commit0aafd6746c9b68689becff5e202f1831c753cc0d (patch)
tree975e8c7df1b3bc41949e877a5d8c754ea2823c10 /Utility/Glob.hs
parenta15c5610890886929436956ae2b319f6ef23504e (diff)
relicense general utility library code to BSD
Omitted a couple of files what have had significant contributions from others.
Diffstat (limited to 'Utility/Glob.hs')
-rw-r--r--Utility/Glob.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Glob.hs b/Utility/Glob.hs
index 1a77da7d3..373f3fdbf 100644
--- a/Utility/Glob.hs
+++ b/Utility/Glob.hs
@@ -5,7 +5,7 @@
-
- Copyright 2014 Joey Hess <joey@kitenet.net>
-
- - Licensed under the GNU GPL version 3 or higher.
+ - License: BSD-2-clause
-}
{-# LANGUAGE CPP #-}