summaryrefslogtreecommitdiff
path: root/Utility/Glob.hs
diff options
context:
space:
mode:
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 373f3fdbf..d35a96849 100644
--- a/Utility/Glob.hs
+++ b/Utility/Glob.hs
@@ -3,7 +3,7 @@
- This uses TDFA when available, with a fallback to regex-compat.
- TDFA is less buggy in its support for non-unicode characters.
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- License: BSD-2-clause
-}