diff --git a/src/util/Base64.cpp b/src/util/Base64.cpp
index 74110f643878bd255b97779de815b700fe440888..1e919e2fafb94574d7d3fe827259183437489dca 100644
--- a/src/util/Base64.cpp
+++ b/src/util/Base64.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.4  2001/06/07 20:55:20  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.3  2001/05/28 21:11:16  tng
  * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
  *
@@ -296,4 +299,4 @@ bool Base64::isData(const XMLCh& octect)
         return false;
 
     return( base64Alphabet[octect] != (XMLCh) -1);
-}
\ No newline at end of file
+}
diff --git a/src/util/XMLBigDecimal.cpp b/src/util/XMLBigDecimal.cpp
index 71a22401aeef89f3587f9754b13d8ed545ec97d9..aa3c592b97d6c059c1fab3e397e6a98796f9311a 100644
--- a/src/util/XMLBigDecimal.cpp
+++ b/src/util/XMLBigDecimal.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.5  2001/06/07 20:55:21  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.4  2001/05/18 20:17:55  tng
  * Schema: More exception messages in XMLBigDecimal/XMLBigInteger/DecimalDatatypeValidator.  By Pei Yong Zhang.
  *
@@ -324,4 +327,4 @@ XMLCh*  XMLBigDecimal::toString() const
     // De-allocate the memory allocated by XMLBigInteger
     delete[] tmpBuf;
     return retBuf;
-}
\ No newline at end of file
+}
diff --git a/src/util/regx/OpFactory.cpp b/src/util/regx/OpFactory.cpp
index 1f8ab0ae0b2d05e6707a8674042a962b52bcb8ba..2d5688fd9479094f867d892b35f646c0142a536d 100644
--- a/src/util/regx/OpFactory.cpp
+++ b/src/util/regx/OpFactory.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.3  2001/06/07 20:55:36  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.2  2001/05/11 13:26:43  tng
  * Copyright update.
  *
@@ -224,4 +227,4 @@ ConditionOp* OpFactory::createConditionOp(const Op* const next, const int ref,
 
 /**
   * End of file OpFactory.cpp
-  */
\ No newline at end of file
+  */
diff --git a/src/util/regx/RegxUtil.cpp b/src/util/regx/RegxUtil.cpp
index 86c5de24ac84a1058592c356b2ae09c8a549c16b..e8518dae5b9912adb6032c66d74c1b6280f151bd 100644
--- a/src/util/regx/RegxUtil.cpp
+++ b/src/util/regx/RegxUtil.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.3  2001/06/07 20:55:38  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.2  2001/05/11 13:26:49  tng
  * Copyright update.
  *
@@ -139,4 +142,4 @@ XMLCh* RegxUtil::stripExtendedComment(const XMLCh* const expression) {
 }
 /**
   * End of file RegxUtil.cpp
-  */
\ No newline at end of file
+  */
diff --git a/src/util/regx/TokenFactory.cpp b/src/util/regx/TokenFactory.cpp
index 67ec3f4edd4378ccb32b74109a5383016d5e0a63..09406fca0b93e27513c058d9551e39c6412919ba 100644
--- a/src/util/regx/TokenFactory.cpp
+++ b/src/util/regx/TokenFactory.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.5  2001/06/07 20:55:39  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.4  2001/05/11 13:26:51  tng
  * Copyright update.
  *
@@ -498,4 +501,4 @@ void TokenFactory::printUnicode() {
 
 /**
   * End of file TokenFactory.cpp
-  */
\ No newline at end of file
+  */
diff --git a/src/validators/common/CMAny.cpp b/src/validators/common/CMAny.cpp
index fc5c779b30d80bbcfb179f921ced44a90394740e..a5fafbd71181cbf3425bde0b460138c640b658c2 100644
--- a/src/validators/common/CMAny.cpp
+++ b/src/validators/common/CMAny.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.4  2001/06/07 20:58:38  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.3  2001/05/11 13:27:14  tng
  * Copyright update.
  *
@@ -155,4 +158,4 @@ void CMAny::calcLastPos(CMStateSet& toSet) const
         toSet.setBit(fPosition);
 
 	return;
-}
\ No newline at end of file
+}
diff --git a/src/validators/common/GrammarResolver.cpp b/src/validators/common/GrammarResolver.cpp
index 192388df7322b0975e67608f3dedd90dab97377f..edadf1c25dcd2c82ce76bc69f96847eb369ae9a2 100644
--- a/src/validators/common/GrammarResolver.cpp
+++ b/src/validators/common/GrammarResolver.cpp
@@ -57,6 +57,9 @@
 
 /*
  * $Log$
+ * Revision 1.3  2001/06/07 20:58:39  tng
+ * Fix no newline at the end warning.  By Pei Yong Zhang.
+ *
  * Revision 1.2  2001/05/11 13:27:19  tng
  * Copyright update.
  *
@@ -127,4 +130,4 @@ void GrammarResolver::reset() {
    if (fDataTypeReg) {
       fDataTypeReg->resetRegistry();
    }
-}
\ No newline at end of file
+}