aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-24 12:13:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-24 12:13:24 +0000
commitc5d64345cf19bfd72418eb0a837869b0462e9130 (patch)
tree78e12e918ad07cd34b2cf0f420973494e6093115 /encoding.c
parent07385fd77f2a6f4c990ad72d554937a50ea29ae9 (diff)
downloadandroid_external_libxml2-c5d64345cf19bfd72418eb0a837869b0462e9130.tar.gz
android_external_libxml2-c5d64345cf19bfd72418eb0a837869b0462e9130.tar.bz2
android_external_libxml2-c5d64345cf19bfd72418eb0a837869b0462e9130.zip
Summer's cleanup, a really big one:
* AUTHORS: added William and Bjorn * include/libxml/*.h *.c README doc/*.html etc.: changed old email to daniel@veillard.com hopefully I won't have to do this again * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that docs can be rebuilt cleanly now * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h from CVs it's generated, added include/libxml/xmlwin32version.h also generated but which should change far less frequently. * catalog.c nanoftp.c: made sure to include libxml.h not libxml/xmlversion.h directly * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h when compiling on WIN32 and MSC Daniel
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index b7611c29..4b08ab15 100644
--- a/encoding.c
+++ b/encoding.c
@@ -15,7 +15,7 @@
*
* See Copyright for the status of this software.
*
- * Daniel.Veillard@w3.org
+ * daniel@veillard.com
*
* UTF8 string routines from:
* "William M. Brack" <wbrack@mmm.com.hk>