diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 57514ae..2f7fc64 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -1,8 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // -// Pug Improved XML Parser - Version 0.41 +// Pug Improved XML Parser - Version 0.42 // -------------------------------------------------------- // Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +// Report bugs and download new versions at http://code.google.com/p/pugixml/ +// // 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.cpp b/src/pugixml.cpp index 0f3bc29..0fcf6ad 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1,8 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // -// Pug Improved XML Parser - Version 0.41 +// Pug Improved XML Parser - Version 0.42 // -------------------------------------------------------- // Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +// Report bugs and download new versions at http://code.google.com/p/pugixml/ +// // 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 0b14148..79f3986 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1,8 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // -// Pug Improved XML Parser - Version 0.41 +// Pug Improved XML Parser - Version 0.42 // -------------------------------------------------------- // Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +// Report bugs and download new versions at http://code.google.com/p/pugixml/ +// // 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/pugixpath.cpp b/src/pugixpath.cpp index b174e9c..6e9cbbe 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -1,8 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // -// Pug Improved XML Parser - Version 0.41 +// Pug Improved XML Parser - Version 0.42 // -------------------------------------------------------- // Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +// Report bugs and download new versions at http://code.google.com/p/pugixml/ +// // 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.