Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / histogram.py
index 3796470d211ba27e1ce36cfbb6ea18957a9a892f..52a0d1fad558a493c6e303abdd07a6933053a045 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A text-based simple histogram helper class."""
 
 import math