From 82bc16ce44bc3251fe77fc8457194622bccb5614 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Mar 2022 20:30:02 +0000 Subject: citation-style-language (21mar22) git-svn-id: svn://tug.org/texlive/trunk@62862 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/scripts/citation-style-language/citeproc.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/scripts/citation-style-language/citeproc.lua') diff --git a/Master/texmf-dist/scripts/citation-style-language/citeproc.lua b/Master/texmf-dist/scripts/citation-style-language/citeproc.lua index 19f217535ed..828d9514030 100755 --- a/Master/texmf-dist/scripts/citation-style-language/citeproc.lua +++ b/Master/texmf-dist/scripts/citation-style-language/citeproc.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 citeproc = {} @@ -9,7 +10,7 @@ local engine = require("citeproc-engine") local bib = require("citeproc-bib") local util = require("citeproc-util") -citeproc.__VERSION__ = "0.1.0" +citeproc.__VERSION__ = "0.1.1" citeproc.new = engine.CiteProc.new citeproc.parse_bib = bib.parse -- cgit v1.2.3