Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / decorator_utils.py
index 5d1e779deeeaa3df34547f853ce5e4fc0cdcb87b..084e260bab370d9bbb93a1256ff84e98f96055bd 100644 (file)
@@ -1,5 +1,8 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+# Portions (marked) below retain the original author's copyright.
+
 """Decorators."""
 
 import enum