Skip to content

Commit 91e8931

Browse files
tarlebwlupton
authored andcommitted
Update copyright years, include 2024
1 parent 767f4f8 commit 91e8931

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © 2018-2022 Albert Krewinkel and contributors
3+
Copyright © 2018-2024 Albert Krewinkel and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

_extensions/multibib/multibib.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--[[
22
multibib – create multiple bibliographies
33
4-
Copyright © 2018-2022 Albert Krewinkel
4+
Copyright © 2018-2024 Albert Krewinkel
55
66
Permission to use, copy, modify, and/or distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above
@@ -19,8 +19,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1919
-- --citeproc was added in 2.11, so we never use the old pandoc-citeproc
2020
PANDOC_VERSION:must_be_at_least '2.11'
2121

22-
local List = require 'pandoc.List'
23-
local utils = require 'pandoc.utils'
22+
local pandoc = require 'pandoc'
23+
local List = require 'pandoc.List'
24+
local utils = require 'pandoc.utils'
2425
local stringify = utils.stringify
2526
local run_json_filter = utils.run_json_filter
2627

0 commit comments

Comments
 (0)