diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 4ef32b9..feeba07 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -2,7 +2,7 @@ // // Pug Improved XML Parser - Version 0.1 // -------------------------------------------------------- -// Copyright (C) 2006, by Zeux (zeux@mathcentre.com) +// Copyright (C) 2006, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) // This work is based on the pugxml parser, which is: // Copyright (C) 2003, by Kristen Wegner (kristen@tima.net) // Released into the Public Domain. Use at your own risk. diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 746f6c3..3a930ed 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -2,7 +2,7 @@ // // Pug Improved XML Parser - Version 0.1 // -------------------------------------------------------- -// Copyright (C) 2006, by Zeux (zeux@mathcentre.com) +// Copyright (C) 2006, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) // This work is based on the pugxml parser, which is: // Copyright (C) 2003, by Kristen Wegner (kristen@tima.net) // Released into the Public Domain. Use at your own risk.