Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / parallelize.py
index b2a1cedb988d98d78cf7654e3f65d4dfaa8beff6..77d7649fe956a1542c1a60ce99ca96365ef59ce0 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A decorator to help with dead simple parallelization."""