- propset svn:keywords "Id"
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 25 Dec 2014 18:50:02 +0000 (18:50 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 25 Dec 2014 18:50:02 +0000 (18:50 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5134 82007160-df01-0410-b94d-b575c5fd34c7

NEWS
src/libopm/src/opm.h
src/match.c
src/match.h
src/patchlevel.h

diff --git a/NEWS b/NEWS
index fd46c461892095ea0210039d2175d8166c8573fa..892ed8a9cfdb83f6a7c326a744c2b82c245b619f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,4 +31,4 @@ Questions/comments directed to bugs@ircd-hybrid.org
 Other files recommended for reading: README, INSTALL
 
 --------------------------------------------------------------------------------
-$Id: NEWS 4567 2014-08-24 10:45:02Z michael $
+$Id$
index ffdf0f52a650d6b7788f81960f5c388744d657cd..fda084bd46031b95eccbea863bdce8b45746b53b 100644 (file)
@@ -3,7 +3,7 @@
 /** \file opm.h
  *  \brief Main header for libopm.
  *  \author Erik Fears
- *  \version $Id: opm.h,v 1.26 2003/06/20 04:18:44 andy Exp $
+ *  \version $Id$
  */
 
 #ifndef OPM_H
index bf23f772997fc431c2182d08a32599d2054425ae..a342ca429b85bf687b5b48a1bb8f210e9b335a25 100644 (file)
@@ -21,7 +21,7 @@
 
 /*! \file match.c
  * \brief Functions to match/compare strings.
- * \version $Id: match.c 5037 2014-12-13 15:59:13Z michael $
+ * \version $Id$
  */
 
 #include <stdarg.h>
index 5f8749e04e8943d98c8b0f726164a078e7294155..7a2487ee9e473616d69cdcb5b180a4e4ed579f07 100644 (file)
@@ -21,7 +21,7 @@
 
 /*! \file match.h
  * \brief Functions to match/compare strings.
- * \version $Id: match.h 5037 2014-12-13 15:59:13Z michael $
+ * \version $Id$
  */
 
 #ifndef MATCH_H
index 25e533fd2bd813140c20af0c1621d57b33e7cb26..f41dccb01555466089e3a04ba4b4909080613bc9 100644 (file)
@@ -1,6 +1,6 @@
 /*! \file patchlevel.h
  * \brief A header defining the patchlevel.
- * \version $Id: patchlevel.h 4772 2014-10-20 18:04:30Z michael $
+ * \version $Id$
  */
 
 #ifndef PATCHLEVEL