浏览代码

regex Remove svn ID, history

Olle E. Johansson 10 年之前
父节点
当前提交
db03baa5b4
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      modules/regex/regex_mod.c

+ 0 - 7
modules/regex/regex_mod.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * regex module - pcre operations
  *
  * Copyright (C) 2008 Iñaki Baz Castillo
@@ -21,13 +19,8 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2011-02-22  pcre_match_group() allows now pseudo-variable as group argument.
- *  2009-01-14  initial version (Iñaki Baz Castillo).
  */
 
-
 /*!
  * \file
  * \brief REGEX :: Perl-compatible regular expressions using PCRE library