Changed to the MIT Licence updated the doc accordingly preparing 2.4.14

* Copyright Makefile.am README configure.in libxml.spec.in:
  Changed to the MIT Licence
* doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
  doc/xmlio.html: updated the doc accordingly
* include/libxml/xmlwin32version.h configure.in: preparing
  2.4.14 release
* python/generator.py python/libxml.c python/libxml2-python-api.xml
  python/libxml2class.txt python/libxml_wrap.h python/types.c:
  fixed the const xmlChar * wrapper and generator, XPath extension
  functions now use the context as first argument
* python/tests/tstxpath.py python/tests/xpath.py
  python/tests/xpathext.py: Updated the tests accordingly
* tree.c: fixed bug #70067
Daniel
diff --git a/libxml.spec.in b/libxml.spec.in
index e70ddd9..b432ad6 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -2,7 +2,7 @@
 Name: libxml2
 Version: @VERSION@
 Release: 1
-License: LGPL
+License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -115,7 +115,7 @@
 %files
 %defattr(-, root, root)
 
-%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
+%doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc %{_mandir}/man1/xmllint.1*
 %doc %{_mandir}/man1/xmlcatalog.1*
 %doc %{_mandir}/man4/libxml.4*
@@ -128,6 +128,7 @@
 %defattr(-, root, root)
 
 %doc %{_mandir}/man1/xml2-config.1*
+%doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc doc/*.html doc/html
 
 %{prefix}/lib/lib*.so
@@ -140,6 +141,7 @@
 %files python
 %defattr(-, root, root)
 
+%doc AUTHORS ChangeLog NEWS README Copyright
 %{prefix}/lib/python*/site-packages/libxml2.py
 %{prefix}/lib/python*/site-packages/_libxml.so
 %doc python/TODO