From 37a82b0b11b0214f00cdcd232e33c0a1e9f79361 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 4 Feb 2019 22:52:31 +0100 Subject: Add missing copyright notices and remove license boilerplate (#5112) Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. --- src/Text/Pandoc/Writers/Powerpoint/Output.hs | 4 ++-- src/Text/Pandoc/Writers/Powerpoint/Presentation.hs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Text/Pandoc/Writers/Powerpoint') diff --git a/src/Text/Pandoc/Writers/Powerpoint/Output.hs b/src/Text/Pandoc/Writers/Powerpoint/Output.hs index 7ab50b8c4..c4fdd98e5 100644 --- a/src/Text/Pandoc/Writers/Powerpoint/Output.hs +++ b/src/Text/Pandoc/Writers/Powerpoint/Output.hs @@ -2,7 +2,7 @@ {-# LANGUAGE PatternGuards #-} {- -Copyright (C) 2017-2018 Jesse Rosenthal +Copyright (C) 2017-2019 Jesse Rosenthal 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 @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {- | Module : Text.Pandoc.Writers.Powerpoint.Output - Copyright : Copyright (C) 2017-2018 Jesse Rosenthal + Copyright : Copyright (C) 2017-2019 Jesse Rosenthal License : GNU GPL, version 2 or above Maintainer : Jesse Rosenthal diff --git a/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs b/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs index fee1a0f6e..25cf79323 100644 --- a/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs +++ b/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs @@ -3,7 +3,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} {- -Copyright (C) 2017-2018 Jesse Rosenthal +Copyright (C) 2017-2019 Jesse Rosenthal 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 @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {- | Module : Text.Pandoc.Writers.Powerpoint.Presentation - Copyright : Copyright (C) 2017-2018 Jesse Rosenthal + Copyright : Copyright (C) 2017-2019 Jesse Rosenthal License : GNU GPL, version 2 or above Maintainer : Jesse Rosenthal -- cgit v1.2.3