diff --git a/IPython/path.py b/IPython/path.py index 66baff9..12c5ffc 100644 --- a/IPython/path.py +++ b/IPython/path.py @@ -15,6 +15,17 @@ Author: Jason Orendorff (and others - see the url!) Date: 7 Mar 2004 """ +# Original license statement: +#License: You may use path.py for whatever you wish, at your own risk. (For +#example, you may modify, relicense, and redistribute it.) It is provided +#without any guarantee or warranty of any kind, not even for merchantability or +#fitness for any purpose. + +# IPython license note: +# For the sake of convenience, IPython includes this module +# in its directory structure in unmodified form, apart from +# these license statements. The same license still applies. + # TODO # - Bug in write_text(). It doesn't support Universal newline mode. diff --git a/doc/ChangeLog b/doc/ChangeLog index ae96026..5153625 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,9 @@ * Reverted back to old %edit functionality that returns file contents on exit. + + * Added Jason Orendorff's "path" module to IPython tree, + http://www.jorendorff.com/articles/python/path/ 2006-01-14 Ville Vainio