Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / type / rate.py
index c365848fa0bd2eb1a34916ec5e8071348e0dffdc..58489061570ab3a1a6f96728c04361ad760e21d1 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A class to represent a rate of change."""
 
 from typing import Optional