Fixed copyright dates.
This commit is contained in:
parent
3e50a0ee98
commit
3660e55e48
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{-# LANGUAGE CPP, TupleSections #-}
|
{-# LANGUAGE CPP, TupleSections #-}
|
||||||
{-
|
{-
|
||||||
Copyright (C) 2006-2015 John MacFarlane <jgm@berkeley.edu>
|
Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
{- |
|
{- |
|
||||||
Module : Main
|
Module : Main
|
||||||
Copyright : Copyright (C) 2006-2015 John MacFarlane
|
Copyright : Copyright (C) 2006-2016 John MacFarlane
|
||||||
License : GNU GPL, version 2 or above
|
License : GNU GPL, version 2 or above
|
||||||
|
|
||||||
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
Maintainer : John MacFarlane <jgm@berkeley@edu>
|
||||||
|
@ -79,7 +79,7 @@ type Transform = Pandoc -> Pandoc
|
||||||
copyrightMessage :: String
|
copyrightMessage :: String
|
||||||
copyrightMessage = intercalate "\n" [
|
copyrightMessage = intercalate "\n" [
|
||||||
"",
|
"",
|
||||||
"Copyright (C) 2006-2015 John MacFarlane",
|
"Copyright (C) 2006-2016 John MacFarlane",
|
||||||
"Web: http://pandoc.org",
|
"Web: http://pandoc.org",
|
||||||
"This is free software; see the source for copying conditions.",
|
"This is free software; see the source for copying conditions.",
|
||||||
"There is no warranty, not even for merchantability or fitness",
|
"There is no warranty, not even for merchantability or fitness",
|
||||||
|
|
Loading…
Reference in a new issue