From bc6a1ad825674c86486eabd5a486ab4b3ddd0e4e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 25 Apr 2020 18:37:47 -0400 Subject: acmens.py: Add copyright header. --- acmens.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acmens.py') diff --git a/acmens.py b/acmens.py index 7791e26..8c96fa0 100644 --- a/acmens.py +++ b/acmens.py @@ -1,5 +1,11 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# +# SPDX-License-Identifier: AGPL-3.0-only +# +# Copyright © 2015-2018 Daniel Roesler +# Copyright © 2020 rsiddharth +# import argparse, subprocess, json, os, urllib.request, sys, base64, binascii, \ time, hashlib, tempfile, re, copy, textwrap -- cgit v1.2.3