diff options
Diffstat (limited to 'acmens.py')
-rw-r--r-- | acmens.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only # # Copyright © 2015-2018 Daniel Roesler <diafygi@gmail.com> -# Copyright © 2020 rsiddharth <s@ricketyspace.net> +# Copyright © 2021 siddharth <s@ricketyspace.net> # import argparse, subprocess, json, os, urllib.request, sys, base64, binascii, time, hashlib, tempfile, re, copy, textwrap |