diff options
Diffstat (limited to 'Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua')
-rw-r--r-- | Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua index 255d170bc9d..69e87739b4a 100644 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc-nodes.lua @@ -1,7 +1,8 @@ ---[[ - Copyright (C) 2021 Zeping Lee ---]] - +-- +-- Copyright (c) 2021-2022 Zeping Lee +-- Released under the MIT license. +-- Repository: https://github.com/zepinglee/citeproc-lua +-- local style = require("citeproc-node-style") local locale = require("citeproc-node-locale") |