Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / list_utils.py
index 7f28ade922a4b733ee29ea0c68bc957ff587c51b..5c70df3476c6dbafe3c252788e88ee6b16c5c301 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Some useful(?) utilities for dealing with Lists."""
 
 import random