summaryrefslogtreecommitdiff
path: root/shared/tinyxml/tinystr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/tinyxml/tinystr.cpp')
-rw-r--r--shared/tinyxml/tinystr.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/tinyxml/tinystr.cpp b/shared/tinyxml/tinystr.cpp
index 86377ad1..2e28a874 100644
--- a/shared/tinyxml/tinystr.cpp
+++ b/shared/tinyxml/tinystr.cpp
@@ -1,6 +1,5 @@
/*
www.sourceforge.net/projects/tinyxml
-Original file by Yves Berquin.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
@@ -22,10 +21,6 @@ must not be misrepresented as being the original software.
distribution.
*/
-/*
- * THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
- */
-
#ifndef TIXML_USE_STL
bgstack15