diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2021-08-03 12:21:27 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2021-08-03 12:21:27 +1200 |
commit | 32f7fb71ceb9c6c0a671b0c90fc45fb536359faa (patch) | |
tree | e1565da6ca0155ddc2e6d8df529e9c00589f176c /parcimini.bash | |
parent | Merge branch 'release/v0.3.0' (diff) | |
parent | Refactor Makefile a little (diff) | |
download | parcimini-master.tar.gz parcimini-master.zip |
* release/v1.0.0:
Relicense to GPLv3+
Refactor Makefile a little
Diffstat (limited to 'parcimini.bash')
-rw-r--r-- | parcimini.bash | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/parcimini.bash b/parcimini.bash index 8047a79..954463f 100644 --- a/parcimini.bash +++ b/parcimini.bash @@ -1,3 +1,22 @@ +#!bash +# +# Copyright (C) 2019--2021 Tom Ryder <tom@sanctum.geek.nz> +# +# This file is part of doomsh. +# +# doomsh is free software: you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# doomsh is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# doomsh. If not, see <https://www.gnu.org/licenses/>. + +# parcimini: Refresh GnuPG keyring via Tor avoiding correlation attacks self=parcimini # If systemd made us a logs directory, write to files in there |