Bladeren bron

msilo remove SVN id, remove history

Olle E. Johansson 10 jaren geleden
bovenliggende
commit
a07fbd5620
6 gewijzigde bestanden met toevoegingen van 2 en 37 verwijderingen
  1. 2 2
      modules/msilo/api.h
  2. 0 5
      modules/msilo/ms_msg_list.c
  3. 0 5
      modules/msilo/ms_msg_list.h
  4. 0 2
      modules/msilo/msfuncs.c
  5. 0 2
      modules/msilo/msfuncs.h
  6. 0 21
      modules/msilo/msilo.c

+ 2 - 2
modules/msilo/api.h

@@ -1,5 +1,5 @@
-/**
- * $Id$
+/*! \file
+ * \brief MSILO API
  *
  */
 

+ 0 - 5
modules/msilo/ms_msg_list.c

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * MSILO module
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,9 +19,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2003-03-11  major locking changes: not it uses locking.h (andrei)
  */
 
 #include <string.h>

+ 0 - 5
modules/msilo/ms_msg_list.h

@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * MSILO module
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,9 +19,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2003-03-11  major locking changes, now it uses locking.h (andrei)
  */
 
 #ifndef _MS_MSG_LIST_H_

+ 0 - 2
modules/msilo/msfuncs.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/msilo/msfuncs.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 21
modules/msilo/msilo.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * MSILO module
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,25 +19,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History
- * -------
- *
- * 2003-01-23: switched from t_uac to t_uac_dlg (dcm)
- * 2003-02-28: protocolization of t_uac_dlg completed (jiri)
- * 2003-03-11: updated to the new module interface (andrei)
- *             removed non-constant initializers to some strs (andrei)
- * 2003-03-16: flags parameter added (janakj)
- * 2003-04-05: default_uri #define used (jiri)
- * 2003-04-06: db_init removed from mod_init, will be called from child_init
- *             now (janakj)
- * 2003-04-07: m_dump takes a parameter which sets the way the outgoing URI
- *             is computed (dcm)
- * 2003-08-05 adapted to the new parse_content_type_hdr function (bogdan)
- * 2004-06-07 updated to the new DB api (andrei)
- * 2006-09-10 m_dump now checks if registering UA supports MESSAGE method (jh)
- * 2006-10-05 added max_messages module variable (jh)
- * 2011-10-19 added storage of extra SIP headers (hpw)
- * 2011-12-07 added storage of extra SIP headers from AVP (jh)
  */
 
 #include <stdio.h>