Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / waitable_presence.py
index 9247a67891307fb9b93e5695df68347577f86c9b..6473add5b2f7f4fb023e03a71342c93a4b2aacd5 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A PresenceDetector that is waitable.  This is not part of
 base_presence.py because I do not want to bring these dependencies
 into that lower-level module (especially state_tracker).