diff options
author | James Shaw <jshaw@netsurf-browser.org> | 2007-07-19 21:54:06 +0000 |
---|---|---|
committer | James Shaw <jshaw@netsurf-browser.org> | 2007-07-19 21:54:06 +0000 |
commit | 0409f0a8014007c3c0865d4869ee51941f2d8de7 (patch) | |
tree | 08cc72e8195184ed99544ea7c799b156ba83a035 /src/core | |
parent | d7e7840c54b93b223449d9d662576a4774af32b8 (diff) | |
download | libdom-0409f0a8014007c3c0865d4869ee51941f2d8de7.tar.gz |
Add email address
svn path=/trunk/dom/; revision=3442
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/document_type.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/document_type.c b/src/core/document_type.c index cb5dc207..2bd0f5b5 100644 --- a/src/core/document_type.c +++ b/src/core/document_type.c @@ -3,7 +3,7 @@ * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org> - * Copyright 2007 James Shaw <EMAIL_ADDRESS> + * Copyright 2007 James Shaw <jshaw@netsurf-browser.org> */ #include <dom/core/document_type.h> |