Update README.md

This commit is contained in:
Luciano Ramalho 2021-06-09 01:21:44 -03:00 committed by GitHub
parent 0f9c2970e0
commit 009b92950f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,5 @@ and separate tests for each expression and special form handled by `evaluate`.
`lis.py` is published in the [norvig/pytudes](https://github.com/norvig/pytudes) repository on Github. `lis.py` is published in the [norvig/pytudes](https://github.com/norvig/pytudes) repository on Github.
The copyright holder is Peter Norvig and the code is licensed under the The copyright holder is Peter Norvig and the code is licensed under the
[MIT license](https://github.com/norvig/pytudes/blob/60168bce8cdfacf57c92a5b2979f0b2e95367753/LICENSE). [MIT license](https://github.com/norvig/pytudes/blob/60168bce8cdfacf57c92a5b2979f0b2e95367753/LICENSE).
Luciano Ramalho wrote the changes and additions described above.