diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-07-14 21:12:35 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-07-14 21:12:35 (GMT) |
commit | 7c6309c6afebecd9cefe7c547b87cf23abcbe2a3 (patch) | |
tree | 9852412a7bad47617cd0d42e01d37e3400229b04 /Modules/expat/COPYING | |
parent | 15810673dc33436cbf8d1a6a6f9622249845b205 (diff) | |
download | cpython-7c6309c6afebecd9cefe7c547b87cf23abcbe2a3.zip cpython-7c6309c6afebecd9cefe7c547b87cf23abcbe2a3.tar.gz cpython-7c6309c6afebecd9cefe7c547b87cf23abcbe2a3.tar.bz2 |
Update the embedded copy of the expat XML parser to 2.1.0. It brings
with it a vareity of bug fixes, both security and behavior. See
http://www.libexpat.org/ for the list.
NOTE: I already backported the expat hash randomization fix in March.
Fixes issue #14340.
Diffstat (limited to 'Modules/expat/COPYING')
-rw-r--r-- | Modules/expat/COPYING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/expat/COPYING b/Modules/expat/COPYING index fc97b02..dcb4506 100644 --- a/Modules/expat/COPYING +++ b/Modules/expat/COPYING @@ -1,5 +1,6 @@ Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |