diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-15 21:36:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-15 21:36:56 +0000 |
commit | af83420127315731ca4168d56cd4f95f748d49e7 (patch) | |
tree | 88c3bf75437292cecc6bf80e9638346979ec5a25 /Master/texmf-dist/scripts | |
parent | 67eab7b4233ce72f0d22d7893db835ef0039bae3 (diff) |
oberdiek (15nov19)
git-svn-id: svn://tug.org/texlive/trunk@52803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
7 files changed, 36 insertions, 74 deletions
diff --git a/Master/texmf-dist/scripts/oberdiek/luacolor.lua b/Master/texmf-dist/scripts/oberdiek/luacolor.lua index 816667d6397..dbc7ae89808 100644 --- a/Master/texmf-dist/scripts/oberdiek/luacolor.lua +++ b/Master/texmf-dist/scripts/oberdiek/luacolor.lua @@ -18,15 +18,18 @@ -- conditions of the LaTeX Project Public License, either -- version 1.3c of this license or (at your option) any later -- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt +-- https://www.latex-project.org/lppl/lppl-1-3c.txt -- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt +-- https://www.latex-project.org/lppl.txt -- and version 1.3 or later is part of all distributions of -- LaTeX version 2005/12/01 or later. -- -- This work has the LPPL maintenance status "maintained". -- --- This Current Maintainer of this work is Heiko Oberdiek. +-- The Current Maintainers of this work are +-- Heiko Oberdiek and the Oberdiek Package Support Group +-- https://github.com/ho-tex/oberdiek/issues +-- -- -- This work consists of the main source file luacolor.dtx -- and the derived files diff --git a/Master/texmf-dist/scripts/oberdiek/magicnum.lua b/Master/texmf-dist/scripts/oberdiek/magicnum.lua index 42d38f5d9b6..7fdbb4efc37 100644 --- a/Master/texmf-dist/scripts/oberdiek/magicnum.lua +++ b/Master/texmf-dist/scripts/oberdiek/magicnum.lua @@ -18,15 +18,18 @@ -- conditions of the LaTeX Project Public License, either -- version 1.3c of this license or (at your option) any later -- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt +-- https://www.latex-project.org/lppl/lppl-1-3c.txt -- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt +-- https://www.latex-project.org/lppl.txt -- and version 1.3 or later is part of all distributions of -- LaTeX version 2005/12/01 or later. -- -- This work has the LPPL maintenance status "maintained". -- --- This Current Maintainer of this work is Heiko Oberdiek. +-- The Current Maintainers of this work are +-- Heiko Oberdiek and the Oberdiek Package Support Group +-- https://github.com/ho-tex/oberdiek/issues +-- -- -- The Base Interpreter refers to any `TeX-Format', -- because some files are installed in TDS:tex/generic//. diff --git a/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua b/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua deleted file mode 100644 index 524567a6086..00000000000 --- a/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua +++ /dev/null @@ -1,56 +0,0 @@ --- --- This is file `oberdiek.luatex.lua', --- generated with the docstrip utility. --- --- The original source files were: --- --- luatex.dtx (with options: `lua') --- --- This is a generated file. --- --- Project: luatex --- Version: 2019/07/25 v0.7 --- --- Copyright (C) 2007, 2009, 2010 by --- Heiko Oberdiek <heiko.oberdiek at googlemail.com> --- --- This work may be distributed and/or modified under the --- conditions of the LaTeX Project Public License, either --- version 1.3c of this license or (at your option) any later --- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt --- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt --- and version 1.3 or later is part of all distributions of --- LaTeX version 2005/12/01 or later. --- --- This work has the LPPL maintenance status "maintained". --- --- This Current Maintainer of this work is Heiko Oberdiek. --- --- The Base Interpreter refers to any `TeX-Format', --- because some files are installed in TDS:tex/generic//. --- --- This work consists of the main source file luatex.dtx --- and the derived files --- luatex.sty, luatex.pdf, luatex.ins, luatex.drv, luatex-loader.sty, --- luatex-test1.tex, luatex-test2.tex, luatex-test3.tex, --- luatex-test4.tex, luatex-test5.tex, oberdiek.luatex.lua. --- -local function kpse_module_loader(module) - local script = module .. ".lua" - local file = kpse.find_file(script, "texmfscripts") - if file then - local loader, error = loadfile(file) - if loader then - texio.write_nl("(" .. file .. ")") - return loader - end - return "\n\t[oberdiek.luatex.kpse_module_loader] Loading error:\n\t" - .. error - end - return "\n\t[oberdiek.luatex.kpse_module_loader] Search failed" -end -table.insert(package.searchers or package.loaders, kpse_module_loader) --- --- End of File `oberdiek.luatex.lua'. diff --git a/Master/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua b/Master/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua index 5d6c9229320..b74508a3608 100644 --- a/Master/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua +++ b/Master/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua @@ -18,15 +18,18 @@ -- conditions of the LaTeX Project Public License, either -- version 1.3c of this license or (at your option) any later -- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt +-- https://www.latex-project.org/lppl/lppl-1-3c.txt -- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt +-- https://www.latex-project.org/lppl.txt -- and version 1.3 or later is part of all distributions of -- LaTeX version 2005/12/01 or later. -- -- This work has the LPPL maintenance status "maintained". -- --- This Current Maintainer of this work is Heiko Oberdiek. +-- The Current Maintainers of this work are +-- Heiko Oberdiek and the Oberdiek Package Support Group +-- https://github.com/ho-tex/oberdiek/issues +-- -- -- The Base Interpreter refers to any `TeX-Format', -- because some files are installed in TDS:tex/generic//. diff --git a/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua b/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua index b9381f2a1d6..a2915d42fab 100644 --- a/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua +++ b/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua @@ -18,15 +18,18 @@ -- conditions of the LaTeX Project Public License, either -- version 1.3c of this license or (at your option) any later -- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt +-- https://www.latex-project.org/lppl/lppl-1-3c.txt -- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt +-- https://www.latex-project.org/lppl.txt -- and version 1.3 or later is part of all distributions of -- LaTeX version 2005/12/01 or later. -- -- This work has the LPPL maintenance status "maintained". -- --- This Current Maintainer of this work is Heiko Oberdiek. +-- The Current Maintainers of this work are +-- Heiko Oberdiek and the Oberdiek Package Support Group +-- https://github.com/ho-tex/oberdiek/issues +-- -- -- The Base Interpreter refers to any `TeX-Format', -- because some files are installed in TDS:tex/generic//. diff --git a/Master/texmf-dist/scripts/oberdiek/pdfatfi.pl b/Master/texmf-dist/scripts/oberdiek/pdfatfi.pl index b4c34bcf531..50e9f856042 100755 --- a/Master/texmf-dist/scripts/oberdiek/pdfatfi.pl +++ b/Master/texmf-dist/scripts/oberdiek/pdfatfi.pl @@ -10,15 +10,18 @@ $^W=1; # turn warning on # conditions of the LaTeX Project Public License, either # version 1.3c of this license or (at your option) any later # version. This version of this license is in -# http://www.latex-project.org/lppl/lppl-1-3c.txt +# https://www.latex-project.org/lppl/lppl-1-3c.txt # and the latest version of this license is in -# http://www.latex-project.org/lppl.txt +# https://www.latex-project.org/lppl.txt # and version 1.3 or later is part of all distributions of # LaTeX version 2005/12/01 or later. # # This work has the LPPL maintenance status "maintained". # -# This Current Maintainer of this work is Heiko Oberdiek. +# The Current Maintainers of this work are +Heiko Oberdiek and the Oberdiek Package Support Group +https://github.com/ho-tex/oberdiek/issues + # # See file "attachfile2.pdf" for a list of files that belong to # this project. diff --git a/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua b/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua index 22ce15b3d2f..1788bcd4bcc 100644 --- a/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua +++ b/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua @@ -18,15 +18,18 @@ -- conditions of the LaTeX Project Public License, either -- version 1.3c of this license or (at your option) any later -- version. This version of this license is in --- http://www.latex-project.org/lppl/lppl-1-3c.txt +-- https://www.latex-project.org/lppl/lppl-1-3c.txt -- and the latest version of this license is in --- http://www.latex-project.org/lppl.txt +-- https://www.latex-project.org/lppl.txt -- and version 1.3 or later is part of all distributions of -- LaTeX version 2005/12/01 or later. -- -- This work has the LPPL maintenance status "maintained". -- --- This Current Maintainer of this work is Heiko Oberdiek. +-- The Current Maintainers of this work are +-- Heiko Oberdiek and the Oberdiek Package Support Group +-- https://github.com/ho-tex/oberdiek/issues +-- -- -- The Base Interpreter refers to any `TeX-Format', -- because some files are installed in TDS:tex/generic//. |