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