Fix typo.
[pyutils.git] / NOTICE
diff --git a/NOTICE b/NOTICE
index 46c18d1f7972f3b1c7e7a62a59d9948eb9ee4487..aa64f300909b35e4cee0dcb52cf8d765e17f2cf6 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -64,6 +64,15 @@ source of all forked code.
     + Minor cleanup and style tweaks,
     + Added type hints.
 
+  4. The Easter calculation (function easter() in dateutilz.datetime_utils.py)
+  was copied directly with from the dateutil (pip install python-dateutil)
+  project in order to remove that dependency from this project.
+
+  Dateutil is an Apache 2.0 licensed open source project.  The original
+  copyright for that code is reproduced above the stolen function.
+
+  Scott didn't do anything to this logic other than minor formatting changes.
+
 Thank you to everyone who makes their code available for reuse by
 others and contributes to the open source ecosystem.  Scott is
 especially grateful to the authors of the projects above.  Thank you.