From 39a266bce215fa536006ddac10ad975b2c3564e6 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 16 Sep 2021 16:24:16 +0200 Subject: [PATCH] add my name to several scripts --- gpgvnoexpkeysig | 2 ++ proxysolver | 6 +++++- tarfilter | 2 ++ taridshift | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gpgvnoexpkeysig b/gpgvnoexpkeysig index 0aba454..ffb51e7 100755 --- a/gpgvnoexpkeysig +++ b/gpgvnoexpkeysig @@ -2,6 +2,8 @@ # # This script is in the public domain # +# Author: Johannes Schauer Marin Rodrigues +# # This is a wrapper around gpgv as invoked by apt. It turns EXPKEYSIG results # from gpgv into GOODSIG results. This is necessary for apt to access very old # timestamps from snapshot.debian.org for which the GPG key is already expired: diff --git a/proxysolver b/proxysolver index 231938d..5cd51fa 100755 --- a/proxysolver +++ b/proxysolver @@ -1,5 +1,9 @@ #!/usr/bin/env python3 - +# +# This script is in the public domain +# +# Author: Johannes Schauer Marin Rodrigues +# # thin layer around /usr/lib/apt/solvers/apt, so that we can capture the solver # result # diff --git a/tarfilter b/tarfilter index dbd6e49..0dbc2c1 100755 --- a/tarfilter +++ b/tarfilter @@ -2,6 +2,8 @@ # # This script is in the public domain # +# Author: Johannes Schauer Marin Rodrigues +# # This script accepts a tarball on standard input and filters it according to # the same rules used by dpkg --path-exclude and --path-include, using command # line options of the same name. The result is then printed on standard output. diff --git a/taridshift b/taridshift index ddcbc94..bfcd665 100755 --- a/taridshift +++ b/taridshift @@ -2,6 +2,8 @@ # # This script is in the public domain # +# Author: Johannes Schauer Marin Rodrigues +# # This script accepts a tarball on standard input and prints a tarball on # standard output with the same contents but all uid and gid ownership # information shifted by the value given as first command line argument.