diff options
Diffstat (limited to 'src/utils/xml')
-rw-r--r-- | src/utils/xml/libxml.cpp | 4 | ||||
-rw-r--r-- | src/utils/xml/libxml.h | 4 | ||||
-rw-r--r-- | src/utils/xml/libxml.inc | 4 | ||||
-rw-r--r-- | src/utils/xml/pugixml.cpp | 4 | ||||
-rw-r--r-- | src/utils/xml/pugixml.h | 4 | ||||
-rw-r--r-- | src/utils/xml/pugixml.inc | 4 | ||||
-rw-r--r-- | src/utils/xml/pugixmlwriter.cpp | 4 | ||||
-rw-r--r-- | src/utils/xml/pugixmlwriter.h | 4 | ||||
-rw-r--r-- | src/utils/xml/tinyxml2.cpp | 4 | ||||
-rw-r--r-- | src/utils/xml/tinyxml2.h | 4 | ||||
-rw-r--r-- | src/utils/xml/tinyxml2.inc | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp index 8e37183d9..669a13e93 100644 --- a/src/utils/xml/libxml.cpp +++ b/src/utils/xml/libxml.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/libxml.h b/src/utils/xml/libxml.h index 45e8ce0f1..3c1fef709 100644 --- a/src/utils/xml/libxml.h +++ b/src/utils/xml/libxml.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/libxml.inc b/src/utils/xml/libxml.inc index 7402173e5..42d0db4e3 100644 --- a/src/utils/xml/libxml.inc +++ b/src/utils/xml/libxml.inc @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp index 96f7dd1da..71b603999 100644 --- a/src/utils/xml/pugixml.cpp +++ b/src/utils/xml/pugixml.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/pugixml.h b/src/utils/xml/pugixml.h index 5e3ef8349..7b134b36a 100644 --- a/src/utils/xml/pugixml.h +++ b/src/utils/xml/pugixml.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/pugixml.inc b/src/utils/xml/pugixml.inc index 358603e5a..5ae539880 100644 --- a/src/utils/xml/pugixml.inc +++ b/src/utils/xml/pugixml.inc @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/pugixmlwriter.cpp b/src/utils/xml/pugixmlwriter.cpp index edd1a4d20..ba566b286 100644 --- a/src/utils/xml/pugixmlwriter.cpp +++ b/src/utils/xml/pugixmlwriter.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/pugixmlwriter.h b/src/utils/xml/pugixmlwriter.h index a7ed9da32..557593e32 100644 --- a/src/utils/xml/pugixmlwriter.h +++ b/src/utils/xml/pugixmlwriter.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/tinyxml2.cpp b/src/utils/xml/tinyxml2.cpp index a48b9ecaf..e76236c2e 100644 --- a/src/utils/xml/tinyxml2.cpp +++ b/src/utils/xml/tinyxml2.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/tinyxml2.h b/src/utils/xml/tinyxml2.h index 0e1086f75..13ab5edd1 100644 --- a/src/utils/xml/tinyxml2.h +++ b/src/utils/xml/tinyxml2.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils/xml/tinyxml2.inc b/src/utils/xml/tinyxml2.inc index d972a37cf..44e839f2d 100644 --- a/src/utils/xml/tinyxml2.inc +++ b/src/utils/xml/tinyxml2.inc @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |