summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-25 18:37:47 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-25 18:37:47 -0400
commitbc6a1ad825674c86486eabd5a486ab4b3ddd0e4e (patch)
treed5d1f4735e88d00433c30277eb1924c7ce57deb8
parent2b98914a570781cf8bbcd1069a9ff977446e0f1c (diff)
acmens.py: Add copyright header.
-rw-r--r--acmens.py6
1 files changed, 6 insertions, 0 deletions
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 <diafygi@gmail.com>
+# Copyright © 2020 rsiddharth <s@ricketyspace.net>
+#
import argparse, subprocess, json, os, urllib.request, sys, base64, binascii, \
time, hashlib, tempfile, re, copy, textwrap