Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / lockfile.py
index f64a2c3aeba2eec62ea09246db2af44409a67d69..ae48e576ccbcfb123ddfcde6ab32c71dfc381ad0 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """File-based locking helper."""
 
 from __future__ import annotations