Fix typo.
[pyutils.git] / NOTICE
diff --git a/NOTICE b/NOTICE
index 153f09cd19be0463f14f59c40bbb26970ee7fd7a..aa64f300909b35e4cee0dcb52cf8d765e17f2cf6 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -51,16 +51,28 @@ source of all forked code.
     + Added sphinx style pydocs.
 
   3. The timeout decortator in decorator_utils.py is based on original
-  work published in ActiveState code recipes and covered by the PSF
-  license.  It is from here:
+  work by Stephen "Zero" Chappell published in ActiveState code
+  recipes and covered by the PSF license.  It is from here:
 
   https://code.activestate.com/recipes/307871-timing-out-function/
 
+  The original PSF license text is included in the relevant section
+  of decorator_utils.py.
+
   Scott's modifications include:
     + Adding docs + comments including a doctest unittest,
     + 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.