diff --git a/src/xercesc/dom/CDATASectionImpl.cpp b/src/xercesc/dom/CDATASectionImpl.cpp
index 9f1bf3e936123d00501da8048b02786ceab89b0c..b1e3bf0ab9e6ebef3dbb0c489c507adf7b1d5eff 100644
--- a/src/xercesc/dom/CDATASectionImpl.cpp
+++ b/src/xercesc/dom/CDATASectionImpl.cpp
@@ -115,4 +115,4 @@ bool CDATASectionImpl::isCDATASectionImpl()
 void CDATASectionImpl::reinitCDATASectionImpl() {
 	delete gcdata_section;
 	gcdata_section = 0;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/CommentImpl.cpp b/src/xercesc/dom/CommentImpl.cpp
index 1d8d07e8de94ba9894cf2eaf400453d69d43f1d4..c31a4c988a6714c760e9e55b2e279548b9d634fa 100644
--- a/src/xercesc/dom/CommentImpl.cpp
+++ b/src/xercesc/dom/CommentImpl.cpp
@@ -115,4 +115,4 @@ short CommentImpl::getNodeType() {
 void CommentImpl::reinitCommentImpl() {
 	delete gComment;
 	gComment = 0;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/DStringPool.cpp b/src/xercesc/dom/DStringPool.cpp
index 1cd743cf2822275f12c1ed060b7aa3b16e198261..6ad88cb7a9f53858693ecf54a949fb4cf573984d 100644
--- a/src/xercesc/dom/DStringPool.cpp
+++ b/src/xercesc/dom/DStringPool.cpp
@@ -56,8 +56,12 @@
 
 /*
  * $Log$
- * Revision 1.1  2002/02/01 22:21:47  peiyongz
- * Initial revision
+ * Revision 1.2  2002/05/03 16:06:45  peiyongz
+ * Bug 7341: Missing newline at end of util and DOM source files,
+ * patch from Martin Kalen.
+ *
+ * Revision 1.1.1.1  2002/02/01 22:21:47  peiyongz
+ * sane_include
  *
  * Revision 1.6  2001/10/25 21:47:14  peiyongz
  * Replace XMLDeleterFor with XMLRegisterCleanup
@@ -219,4 +223,4 @@ const DOMString &DStringPool::getStaticString(const char *in
         }
     }
     return **loc;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/DeepNodeListImpl.cpp b/src/xercesc/dom/DeepNodeListImpl.cpp
index 0e2766b5d3c7a9bf58431c390ab30a73a1c34bec..8e2f7d658ede34f116a3ed1a7f966824af78e269 100644
--- a/src/xercesc/dom/DeepNodeListImpl.cpp
+++ b/src/xercesc/dom/DeepNodeListImpl.cpp
@@ -56,8 +56,12 @@
 
 /*
  * $Log$
- * Revision 1.1  2002/02/01 22:21:43  peiyongz
- * Initial revision
+ * Revision 1.2  2002/05/03 16:06:45  peiyongz
+ * Bug 7341: Missing newline at end of util and DOM source files,
+ * patch from Martin Kalen.
+ *
+ * Revision 1.1.1.1  2002/02/01 22:21:43  peiyongz
+ * sane_include
  *
  * Revision 1.8  2001/10/25 21:47:14  peiyongz
  * Replace XMLDeleterFor with XMLRegisterCleanup
@@ -289,4 +293,4 @@ void DeepNodeListImpl::unreferenced()
 void DeepNodeListImpl::reinitDeepNodeListImpl() {
 	delete kAstr;
 	kAstr = 0;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/DocumentFragmentImpl.cpp b/src/xercesc/dom/DocumentFragmentImpl.cpp
index fb0ba3406056a729f790b84a41ff7a72c015a454..e0f810d43dbcae95873772d7e2c62a72f699050d 100644
--- a/src/xercesc/dom/DocumentFragmentImpl.cpp
+++ b/src/xercesc/dom/DocumentFragmentImpl.cpp
@@ -119,4 +119,4 @@ bool DocumentFragmentImpl::isDocumentFragmentImpl()
 void DocumentFragmentImpl::reinitDocumentFragmentImpl() {
 	delete nam;
 	nam = 0;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/NodeImpl.cpp b/src/xercesc/dom/NodeImpl.cpp
index 41ed4e4f02e6226b49005968ea490d35c16521f0..e50b2d67f193dc559457c5bff2034a437a34b0df 100644
--- a/src/xercesc/dom/NodeImpl.cpp
+++ b/src/xercesc/dom/NodeImpl.cpp
@@ -530,4 +530,4 @@ void NodeImpl::reinitNodeImpl() {
     delete s_xmlnsURI;
     s_xmlnsURI = 0;
 
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/TextImpl.cpp b/src/xercesc/dom/TextImpl.cpp
index f30e0067e9b4db82b774a7f71a1ffb85858dbf3d..b4918ef8f5f6339addf8b9b3a59f119b949ec0c9 100644
--- a/src/xercesc/dom/TextImpl.cpp
+++ b/src/xercesc/dom/TextImpl.cpp
@@ -166,4 +166,4 @@ void TextImpl::reinitTextImpl() {
     delete gText;
     gText = 0;
 
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/dom/XMLDeclImpl.cpp b/src/xercesc/dom/XMLDeclImpl.cpp
index 1ea4ef0f147e26f69ed6639576cc40b24a55095c..a1fdbd8681c1e62045fa1160a48a9654f5853217 100644
--- a/src/xercesc/dom/XMLDeclImpl.cpp
+++ b/src/xercesc/dom/XMLDeclImpl.cpp
@@ -158,4 +158,4 @@ void XMLDeclImpl::reinitXMLDeclImpl() {
     delete gNam;
     gNam = 0;
 
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/util/XMLAbstractDoubleFloat.cpp b/src/xercesc/util/XMLAbstractDoubleFloat.cpp
index 399d7672920e502d23048301c159d7307679d235..0ec4b708503929b398621977e4dd746e381ee6bc 100644
--- a/src/xercesc/util/XMLAbstractDoubleFloat.cpp
+++ b/src/xercesc/util/XMLAbstractDoubleFloat.cpp
@@ -57,6 +57,10 @@
 /*
  * $Id$
  * $Log$
+ * Revision 1.4  2002/05/03 16:05:45  peiyongz
+ * Bug 7341: Missing newline at end of util and DOM source files,
+ * patch from Martin Kalen.
+ *
  * Revision 1.3  2002/03/06 19:13:12  peiyongz
  * Patch: more valid lexcial representation for positive/negative zero
  *
@@ -402,4 +406,4 @@ void XMLAbstractDoubleFloat::normalizeZero(XMLCh* const inData)
 	}
 
 	return;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/util/XMLDouble.cpp b/src/xercesc/util/XMLDouble.cpp
index 87fcc555dcb75e28a7106904a69c76d6c997fee6..e11d6224eb9baf8aef38c19d4607c99e54845d87 100644
--- a/src/xercesc/util/XMLDouble.cpp
+++ b/src/xercesc/util/XMLDouble.cpp
@@ -57,8 +57,12 @@
 /*
  * $Id$
  * $Log$
- * Revision 1.1  2002/02/01 22:22:15  peiyongz
- * Initial revision
+ * Revision 1.2  2002/05/03 16:05:45  peiyongz
+ * Bug 7341: Missing newline at end of util and DOM source files,
+ * patch from Martin Kalen.
+ *
+ * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
+ * sane_include
  *
  * Revision 1.16  2001/11/19 21:33:42  peiyongz
  * Reorganization: Double/Float
@@ -314,4 +318,4 @@ void XMLDouble::reinitXMLDouble() {
     delete maxPositiveValue;
     maxPositiveValue = 0;
 
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/util/XMLException.cpp b/src/xercesc/util/XMLException.cpp
index 9b8be23c0288bd2a2ae48062dcb53a85dc897868..f2aa398a94077a9ba9281eaa73f965fbac43e3f0 100644
--- a/src/xercesc/util/XMLException.cpp
+++ b/src/xercesc/util/XMLException.cpp
@@ -326,4 +326,4 @@ void XMLException::reinitMsgLoader()
 {
 	delete sMsgLoader;
 	sMsgLoader = 0;
-}
\ No newline at end of file
+}
diff --git a/src/xercesc/util/XMLFloat.cpp b/src/xercesc/util/XMLFloat.cpp
index 66f952d32a6a44197f5739be2ee374f529a79457..50d6e003be0c8aa937aedd08d0030776258fa82a 100644
--- a/src/xercesc/util/XMLFloat.cpp
+++ b/src/xercesc/util/XMLFloat.cpp
@@ -57,8 +57,12 @@
 /*
  * $Id$
  * $Log$
- * Revision 1.1  2002/02/01 22:22:15  peiyongz
- * Initial revision
+ * Revision 1.2  2002/05/03 16:05:45  peiyongz
+ * Bug 7341: Missing newline at end of util and DOM source files,
+ * patch from Martin Kalen.
+ *
+ * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
+ * sane_include
  *
  * Revision 1.13  2001/11/19 21:33:42  peiyongz
  * Reorganization: Double/Float
@@ -288,4 +292,4 @@ void XMLFloat::reinitXMLFloat() {
     delete maxPositiveValue;
     maxPositiveValue = 0;
 
-}
\ No newline at end of file
+}