Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / base_presence.py
index 8be4d936d7a5e1e9be2027e8b3ad5b7ea47b98de..f996d548cc354d65f8a0e5d94c6a3b0e6486d89a 100755 (executable)
@@ -1,9 +1,13 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """This is a module dealing with trying to guess a person's location
 based on the location of certain devices (e.g. phones, laptops)
 belonging to that person.  It works with networks I run that log
-device MAC addresses active."""
+device MAC addresses active.
+
+"""
 
 import datetime
 import logging