Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / type / money.py
index b84652b75b1f594c98566ff54fe0105a5b1fa810..99637d1f23bd607c8856f4fada204b1859c51f3d 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A class to represent money.  See also centcount.py"""
 
 import re