diff --git a/Author.hs b/Author.hs index 8582f466e3..fd112da74a 100644 --- a/Author.hs +++ b/Author.hs @@ -24,7 +24,7 @@ instance Author (a -> a) where authorJoeyHess = id {-# INLINE authorJoeyHess #-} authorJoeyHessCopyright year f - | year >= 2010 = f + | authorJoeyHessCopyright year = f | otherwise = authorJoeyHessCopyright (pred year) f {-# INLINE authorJoeyHessCopyright #-}