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.