diff options
Diffstat (limited to 'Git/AutoCorrect.hs')
-rw-r--r-- | Git/AutoCorrect.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/AutoCorrect.hs b/Git/AutoCorrect.hs index ecc64e036..7a9d78851 100644 --- a/Git/AutoCorrect.hs +++ b/Git/AutoCorrect.hs @@ -1,6 +1,6 @@ {- git autocorrection using Damerau-Levenshtein edit distance - - - Copyright 2012 Joey Hess <joey@kitenet.net> + - Copyright 2012 Joey Hess <id@joeyh.name> - - Licensed under the GNU GPL version 3 or higher. -} |