Handle exception from os when attempting to determine console sizes.
[pyutils.git] / NOTICE
diff --git a/NOTICE b/NOTICE
index 153f09cd19be0463f14f59c40bbb26970ee7fd7a..46c18d1f7972f3b1c7e7a62a59d9948eb9ee4487 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -51,11 +51,14 @@ 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,