summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/installer
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-18 03:01:23 +0000
committerNorbert Preining <norbert@preining.info>2020-01-18 03:01:23 +0000
commit22d3a7ddeb2b2637308cf883f9bd3590e649aa20 (patch)
treee5887f868c532734a8cac1c7833f5492370effb5 /systems/texlive/tlnet/tlpkg/installer
parente71ffee2103e3f137bbc9ee526858bc277e95908 (diff)
CTAN sync 202001180301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl5
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl6
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl4
3 files changed, 10 insertions, 5 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
index 926141cf36..7cf2c4f56c 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
@@ -1,6 +1,11 @@
#!/usr/bin/env perl
# install-menu-extl.pl
+# Copyright 2018, 2019 Siep Kroonenberg
+
+# This file is licensed under the GNU General Public License version 2
+# or any later version.
+
# tell the frontend about all configurable options and terminate
# this output with an agreed-upon termination string. the frontend
# will get the required package database information from the back
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
index 97c65ba75f..f0135a364e 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
-# $Id: install-menu-perltk.pl 53076 2019-12-10 06:20:44Z preining $
+# $Id: install-menu-perltk.pl 53428 2020-01-16 23:29:27Z karl $
#
-# Copyright 2008-2014 Norbert Preining
+# Copyright 2008-2020 Norbert Preining
# Copyright 2008 Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -9,7 +9,7 @@
use strict;
$^W = 1;
-my $svnrev = '$Revision: 53076 $';
+my $svnrev = '$Revision: 53428 $';
$svnrev =~ m/: ([0-9]+) /;
$::menurevision = ($1 ? $1 : 'unknown');
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
index 8eef8488ba..d5db0f45c5 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
@@ -1,8 +1,8 @@
#!/usr/bin/env perl
-# $Id: install-menu-text.pl 53204 2019-12-21 23:18:19Z karl $
+# $Id: install-menu-text.pl 53428 2020-01-16 23:29:27Z karl $
# install-menu-txt.pl
#
-# Copyright 2007-2017 Norbert Preining, Karl Berry
+# Copyright 2007-2020 Norbert Preining, Karl Berry
# Copyright 2007-2008 Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
# or any later version.