Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / conversion_utils.py
index cf4fcaab93f75291d7e24bf54d55f672eace1578..68292caccbc692570010ab5ed98c10cbcc05d9c7 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Utilities involving converting between different units."""
 
 from typing import Callable, SupportsFloat