aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-01-05 20:19:47 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2018-01-05 20:39:12 +0100
commit0d935bd081bb4013168dc114461ab7c47fec2f44 (patch)
treeddd7eb3f5c968d9c4b286f3ffbfdb8d46ad78928 /data/pandoc.lua
parent4f564b92030168a5416f8ca07530d189f3a6f277 (diff)
downloadpandoc-0d935bd081bb4013168dc114461ab7c47fec2f44.tar.gz
Update copyright notices to include 2018
Diffstat (limited to 'data/pandoc.lua')
-rw-r--r--data/pandoc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pandoc.lua b/data/pandoc.lua
index 79eb4b90e..86bb5b8ea 100644
--- a/data/pandoc.lua
+++ b/data/pandoc.lua
@@ -1,7 +1,7 @@
--[[
pandoc.lua
-Copyright © 2017 Albert Krewinkel
+Copyright © 2017–2018 Albert Krewinkel
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
@@ -20,7 +20,7 @@ THIS SOFTWARE.
-- Lua functions for pandoc scripts.
--
-- @author Albert Krewinkel
--- @copyright © 2017 Albert Krewinkel
+-- @copyright © 2017–2018 Albert Krewinkel
-- @license MIT
local M = {
_VERSION = "0.4.0"