From 5861c234188c86e0febc41a4dad4656cdb8bd843 Mon Sep 17 00:00:00 2001 From: Bandie Canis Date: Sat, 30 Sep 2017 17:02:06 +0200 Subject: [PATCH] Author/License stuff --- ding_client | 4 ++++ ding_server | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ding_client b/ding_client index 67db8ec..03968ac 100755 --- a/ding_client +++ b/ding_client @@ -1,4 +1,8 @@ #!/usr/bin/env python3 + +# Author: Bandie Canis +# License: 2-Clause BSD License + import sys, ssl, socket import configparser diff --git a/ding_server b/ding_server index c53b84d..b358d5a 100755 --- a/ding_server +++ b/ding_server @@ -1,4 +1,8 @@ #!/usr/bin/env python3 + +# Author: Bandie Canis +# License: 2-Clause BSD license + import ssl, socket, subprocess, time import configparser