Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / dict_utils.py
index ecd23fda0fe0f4624a27ca6a8971dd068ce2958e..6f0f572e988cd5fdfea2e52c1fe1da8e50a80188 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Helper functions for dealing with dictionaries."""
 
 from itertools import islice