diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-29 22:38:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-29 22:38:26 +0000 |
commit | 33c0ff07c6b8e223c50750597cb6ff11399be9a8 (patch) | |
tree | a584b202cef797a8b763e2a644dad09c5e83bf23 /Master/texmf-dist/doc/support/fontools | |
parent | 015c5f064b14e4a79f151b46a6dd46b150520c81 (diff) |
fontools (29jan20)
git-svn-id: svn://tug.org/texlive/trunk@53593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/fontools')
-rw-r--r-- | Master/texmf-dist/doc/support/fontools/README | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/support/fontools/splitttc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/fontools/README b/Master/texmf-dist/doc/support/fontools/README index 4ceee70eff8..50e0114ac22 100644 --- a/Master/texmf-dist/doc/support/fontools/README +++ b/Master/texmf-dist/doc/support/fontools/README @@ -78,6 +78,6 @@ See the GNU General Public License for more details. LICENSE & COPYRIGHT =================== -This software is copyright (C) 2005-2019 Marc Penninga. +This software is copyright (C) 2005-2020 Marc Penninga. It is released under the terms of the GNU General Public Licence; see the file GPLv2.txt for the license conditions. diff --git a/Master/texmf-dist/doc/support/fontools/splitttc b/Master/texmf-dist/doc/support/fontools/splitttc index 44da4eafff2..5f609f30036 100755 --- a/Master/texmf-dist/doc/support/fontools/splitttc +++ b/Master/texmf-dist/doc/support/fontools/splitttc @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2019 Marc Penninga. + Copyright (C) 2020 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20191126"; +my $VERSION = "20200129"; parse_commandline(); @@ -222,7 +222,7 @@ Marc Penninga <marcpenninga@gmail.com> =head1 COPYRIGHT -Copyright (C) 2019 Marc Penninga. +Copyright (C) 2020 Marc Penninga. =head1 LICENSE @@ -245,7 +245,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B<splitttc> version 20191126. +This document describes B<splitttc> version 20200129. =head1 RECENT CHANGES |