aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-15 16:30:33 +0200
committerGitHub <noreply@github.com>2017-05-15 16:30:33 +0200
commit000293a4e38444125d439a14062e53ac3aa654fd (patch)
treec47c9cfb19a020bfd4831e5f331fbb9ae257b802 /src/Text/Pandoc/Writers/Custom.hs
parent1cbb3bad2b9d7c609959186668e3edbd496bea0b (diff)
parent09ef99477d26f563253fb8a9fba1c4e0bc727f6a (diff)
downloadpandoc-000293a4e38444125d439a14062e53ac3aa654fd.tar.gz
Merge pull request #3668 from tarleb/copyright-update
Update copyright notices
Diffstat (limited to 'src/Text/Pandoc/Writers/Custom.hs')
-rw-r--r--src/Text/Pandoc/Writers/Custom.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Writers/Custom.hs b/src/Text/Pandoc/Writers/Custom.hs
index ce90e4834..b33acb17c 100644
--- a/src/Text/Pandoc/Writers/Custom.hs
+++ b/src/Text/Pandoc/Writers/Custom.hs
@@ -6,7 +6,7 @@
#else
{-# LANGUAGE OverlappingInstances #-}
#endif
-{- Copyright (C) 2012-2015 John MacFarlane <jgm@berkeley.edu>
+{- Copyright (C) 2012-2017 John MacFarlane <jgm@berkeley.edu>
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
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
{- |
Module : Text.Pandoc.Writers.Custom
- Copyright : Copyright (C) 2012-2015 John MacFarlane
+ Copyright : Copyright (C) 2012-2017 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu>