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