diff options
author | Albert Krewinkel <albert+github@zeitkraut.de> | 2019-02-04 22:52:31 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-02-04 13:52:31 -0800 |
commit | 37a82b0b11b0214f00cdcd232e33c0a1e9f79361 (patch) | |
tree | ad1c09cdf14e578ebd7f31843ecce2bd7c4abd17 /src/Text/Pandoc/Lua/Module | |
parent | 4b8931108104db71c1bc70fb33c00179a315b6d6 (diff) | |
download | pandoc-37a82b0b11b0214f00cdcd232e33c0a1e9f79361.tar.gz |
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.
Diffstat (limited to 'src/Text/Pandoc/Lua/Module')
-rw-r--r-- | src/Text/Pandoc/Lua/Module/MediaBag.hs | 4 | ||||
-rw-r--r-- | src/Text/Pandoc/Lua/Module/Pandoc.hs | 4 | ||||
-rw-r--r-- | src/Text/Pandoc/Lua/Module/Utils.hs | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/Text/Pandoc/Lua/Module/MediaBag.hs b/src/Text/Pandoc/Lua/Module/MediaBag.hs index 150c06cc8..3c3f59907 100644 --- a/src/Text/Pandoc/Lua/Module/MediaBag.hs +++ b/src/Text/Pandoc/Lua/Module/MediaBag.hs @@ -1,6 +1,6 @@ {-# LANGUAGE NoImplicitPrelude #-} {- -Copyright © 2017-2018 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> +Copyright © 2017-2019 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> 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 @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -} {- | Module : Text.Pandoc.Lua.Module.MediaBag - Copyright : Copyright © 2017-2018 Albert Krewinkel + Copyright : Copyright © 2017-2019 Albert Krewinkel License : GNU GPL, version 2 or above Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> diff --git a/src/Text/Pandoc/Lua/Module/Pandoc.hs b/src/Text/Pandoc/Lua/Module/Pandoc.hs index 769b04b9e..30e36af9d 100644 --- a/src/Text/Pandoc/Lua/Module/Pandoc.hs +++ b/src/Text/Pandoc/Lua/Module/Pandoc.hs @@ -1,5 +1,5 @@ {- -Copyright © 2017-2018 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> +Copyright © 2017-2019 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {-# LANGUAGE NoImplicitPrelude #-} {- | Module : Text.Pandoc.Lua.Module.Pandoc - Copyright : Copyright © 2017-2018 Albert Krewinkel + Copyright : Copyright © 2017-2019 Albert Krewinkel License : GNU GPL, version 2 or above Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> diff --git a/src/Text/Pandoc/Lua/Module/Utils.hs b/src/Text/Pandoc/Lua/Module/Utils.hs index a75a2934b..101a33809 100644 --- a/src/Text/Pandoc/Lua/Module/Utils.hs +++ b/src/Text/Pandoc/Lua/Module/Utils.hs @@ -1,6 +1,6 @@ {-# LANGUAGE NoImplicitPrelude #-} {- -Copyright © 2017-2018 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> +Copyright © 2017-2019 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> 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 @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -} {- | Module : Text.Pandoc.Lua.Module.Utils - Copyright : Copyright © 2017-2018 Albert Krewinkel + Copyright : Copyright © 2017-2019 Albert Krewinkel License : GNU GPL, version 2 or above Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |