aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.List.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.List.lua
parent4f564b92030168a5416f8ca07530d189f3a6f277 (diff)
downloadpandoc-0d935bd081bb4013168dc114461ab7c47fec2f44.tar.gz
Update copyright notices to include 2018
Diffstat (limited to 'data/pandoc.List.lua')
-rw-r--r--data/pandoc.List.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pandoc.List.lua b/data/pandoc.List.lua
index b68ff5119..6b3188a65 100644
--- a/data/pandoc.List.lua
+++ b/data/pandoc.List.lua
@@ -1,7 +1,7 @@
--[[
List.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
@@ -19,7 +19,7 @@ THIS SOFTWARE.
--- Pandoc's List type and helper methods
-- @classmod pandoc.List
-- @author Albert Krewinkel
--- @copyright © 2017 Albert Krewinkel
+-- @copyright © 2017–2018 Albert Krewinkel
-- @license MIT
local List = {
_VERSION = "0.1.0"