diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-03 23:11:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-03 23:11:36 +0000 |
commit | bc50173950b335c2c5d37265a5ca88ae31acb497 (patch) | |
tree | 5fae3567227268f0d3492ac1fd0e200b2ef0e354 /Master | |
parent | 08240b909e85e85c01730d64cfea27ca348b4799 (diff) |
my key id; copyright
git-svn-id: svn://tug.org/texlive/trunk@41794 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index d13b220a670..7232e22bc93 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7843,7 +7843,7 @@ search method). Then, unless cryptographic verification has been disabled, a signature file (C<texlive.tlpdb.*.asc>) of the checksum file is downloaded and the signature verified. The signature is created by the TeX Live Distribution GPG key 0x06BAB6BC, which in turn is signed by -Karl Berry's key 0x9DEB46C0 and Norbert Preining's key 0x6CACA448. All +Karl Berry's key 0x30D155AD and Norbert Preining's key 0x6CACA448. All of these keys are obtainable from the standard key servers. Additional trusted keys can be added using the C<key> action. diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index ab180df7d43..0e6be852bd9 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -1,5 +1,6 @@ #!/usr/bin/env perl # $Id$ +# Copyright Manuel P\'egouri\'e-Gonnard, 2010-2016. WTFPL v2. # # Check that files in various formats are in good shape. # @@ -14,8 +15,6 @@ # # Formats that might be added: # - afm with (afm2pl?) -# -# Manuel P\'egouri\'e-Gonnard, 2010-2014. WTFPL v2. BEGIN { # $^W = 1; |