Skip to content

Commit cec01fd

Browse files
committed
Update the copyright year to 2012 everywhere
1 parent 6939cae commit cec01fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog for HLint
22

3+
Update the copyright year to 2012
34
#564, allow brackets and type signatures on annotations
45
Add a note that about using !! if the index is negative
56
1.8.31

src/CmdLine.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ exitWithHelp = do
157157

158158

159159
versionText :: String
160-
versionText = "HLint v" ++ showVersion version ++ ", (C) Neil Mitchell 2006-2011\n"
160+
versionText = "HLint v" ++ showVersion version ++ ", (C) Neil Mitchell 2006-2012\n"
161161

162162

163163
helpText :: String

src/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-
22
HLint, Haskell source code suggestions
3-
Copyright (C) 2006-2011, Neil Mitchell
3+
Copyright (C) 2006-2012, Neil Mitchell
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)