Author/License stuff

This commit is contained in:
Bandie Canis 2017-09-30 17:02:06 +02:00
parent b524f113dc
commit 5861c23418
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
#!/usr/bin/env python3
# Author: Bandie Canis
# License: 2-Clause BSD License
import sys, ssl, socket
import configparser

View File

@ -1,4 +1,8 @@
#!/usr/bin/env python3
# Author: Bandie Canis
# License: 2-Clause BSD license
import ssl, socket, subprocess, time
import configparser