Browse Source

Merge pull request #120 from legoktm/patch-1

Include licensing information in acme_tiny.py itself
Daniel Roesler 7 years ago
parent
commit
0ba9104386
1 changed files with 1 additions and 0 deletions
  1. 1 0
      acme_tiny.py

+ 1 - 0
acme_tiny.py

@@ -1,4 +1,5 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
+# Copyright (c) 2015 Daniel Roesler, under the MIT license. See LICENSE for more details.
 import argparse, subprocess, json, os, sys, base64, binascii, time, hashlib, re, copy, textwrap, logging
 import argparse, subprocess, json, os, sys, base64, binascii, time, hashlib, re, copy, textwrap, logging
 try:
 try:
     from urllib.request import urlopen, Request # Python 3
     from urllib.request import urlopen, Request # Python 3