diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontspec/fontspec.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/fontspec/fontspec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua index 869bc5879dd..06be52164de 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua @@ -8,7 +8,7 @@ -- -- _________________________________________ -- The fontspec package for XeLaTeX/LuaLaTeX --- (C) 2004--2011 Will Robertson and Khaled Hosny +-- (C) 2004--2012 Will Robertson and Khaled Hosny -- -- License information appended. -- @@ -152,8 +152,8 @@ local function set_capheight(fontdata) end luatexbase.add_to_callback("luaotfload.patch_font", set_capheight, "fontspec.set_capheight") -- --- Copyright 2004--2011 Will Robertson <wspr81@gmail.com> --- Copyright 2009--2010 Khaled Hosny <khaledhosny@eglug.org> +-- Copyright 2004--2012 Will Robertson <wspr81@gmail.com> +-- Copyright 2009--2012 Khaled Hosny <khaledhosny@eglug.org> -- -- Distributable under the LaTeX Project Public License, -- version 1.3c or higher (your choice). The latest version of |