Skip to content

Commit 9637334

Browse files
committed
Bump copyright year
1 parent 782b6d6 commit 9637334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ getCmdOpt prgName args =
102102
where
103103
header =
104104
"hackage-diff | Compare the public API of different versions of a Hackage library\n" ++
105-
"github.com/blitzcode/hackage-diff | www.blitzcode.net | (C) 2014 Tim C. Schroeder\n\n" ++
105+
"github.com/blitzcode/hackage-diff | www.blitzcode.net | (C) 2016 Tim C. Schroeder\n\n" ++
106106
"Usage: " ++ prgName ++ " [options] <package-name> <old-version|path> <new-version|path>"
107107
footer =
108108
"\nExamples:\n" ++

hackage-diff.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ author: Tim C. Schroeder
6868
maintainer: www.blitzcode.net
6969
homepage: https://github.com/blitzcode/hackage-diff
7070
bug-reports: https://github.com/blitzcode/hackage-diff/issues
71-
copyright: (C) 2014 Tim C. Schroeder
71+
copyright: (C) 2016 Tim C. Schroeder
7272
category: Distribution
7373
build-type: Simple
7474
-- extra-source-files:

0 commit comments

Comments
 (0)