소스 검색

p_usrloc Remove SVN ID and history entries

Olle E. Johansson 10 년 전
부모
커밋
a0368f9933

+ 0 - 7
modules/p_usrloc/dlist.c

@@ -1,6 +1,4 @@
 /*
- * $Id: dlist.c 5160 2008-11-03 17:51:22Z henningw $
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,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:
- * ========
- * 2006-11-28 added get_number_of_users() (Jeffrey Magder - SOMA Networks)
- * 2007-09-12 added partitioning support for fetching all ul contacts
- *            (bogdan)
  */
 
 /*! \file

+ 0 - 7
modules/p_usrloc/dlist.h

@@ -1,6 +1,4 @@
 /*
- * $Id: dlist.h 5160 2008-11-03 17:51:22Z henningw $
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,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:
- * ========
- * 2006-11-28 Added get_number_of_users() (Jeffrey Magder - SOMA Networks)
- * 2007-09-12 added partitioning support for fetching all ul contacts
- *            (bogdan)
  */
 
 /*! \file

+ 0 - 2
modules/p_usrloc/hslot.c

@@ -1,6 +1,4 @@
 /*
- * $Id: hslot.c 5241 2008-11-21 12:52:25Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/p_usrloc/hslot.h

@@ -1,6 +1,4 @@
 /*
- * $Id: hslot.h 5241 2008-11-21 12:52:25Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 13
modules/p_usrloc/p_usrloc_mod.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Usrloc module interface
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,17 +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-27 timer activity printing #ifdef-ed to EXTRA_DEBUG (jiri)
- * 2003-03-11 New module interface (janakj)
- * 2003-03-12 added replication and state columns (nils)
- * 2003-03-16 flags export parameter added (janakj)
- * 2003-04-05: default_uri #define used (jiri)
- * 2003-04-21 failed fifo init stops init process (jiri)
- * 2004-03-17 generic callbacks added (bogdan)
- * 2004-06-07 updated to the new DB api (andrei)
- * 2011-01-03 extended module definition for partitioned userlocking (marius)
  */
 
 /*! \file

+ 0 - 4
modules/p_usrloc/p_usrloc_mod.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * User location module interface
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -21,8 +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:
- * ---------
  */
 
 /*! \file

+ 0 - 7
modules/p_usrloc/ucontact.c

@@ -1,6 +1,4 @@
 /*
- * $Id: ucontact.c 5272 2008-11-27 12:32:26Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,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-12 added replication mark and three zombie states (nils)
- * 2004-03-17 generic callbacks added (bogdan)
- * 2004-06-07 updated to the new DB api (andrei)
  */
 
 /*! \file

+ 0 - 7
modules/p_usrloc/ucontact.h

@@ -1,6 +1,4 @@
 /*
- * $Id: ucontact.h 5272 2008-11-27 12:32:26Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,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-12 added replication mark and three zombie states (nils)
- * 2005-07-11 added FL_NAT_SIPPING for nat pinging with SIP method
- *             instead of UDP package (bogdan)
  */
 
 /*! \file

+ 0 - 9
modules/p_usrloc/udomain.c

@@ -1,6 +1,4 @@
 /*
- * $Id: udomain.c 5272 2008-11-27 12:32:26Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,13 +17,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 changed to the new locking scheme: locking.h (andrei)
- * 2003-03-12 added replication mark and zombie state (nils)
- * 2004-06-07 updated to the new DB api (andrei)
- * 2004-08-23  hash function changed to process characters as unsigned
- *             -> no negative results occur (jku)
  */
 
 /*! \file

+ 0 - 8
modules/p_usrloc/udomain.h

@@ -1,6 +1,4 @@
 /*
- * $Id: udomain.h 5272 2008-11-27 12:32:26Z henningw $ 
-
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,12 +17,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  changed to new locking scheme: locking.h (andrei)
- */
-
 
 /*! \file
  *  \brief USRLOC - Usrloc domain structure

+ 0 - 5
modules/p_usrloc/ul_callback.c

@@ -1,6 +1,4 @@
 /*
- * $Id: ul_callback.c 4518 2008-07-28 15:39:28Z henningw $
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,9 +17,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:
- * --------
- *  2004-03-16  created (bogdan)
  */
 
 /*! \file

+ 0 - 6
modules/p_usrloc/ul_mi.c

@@ -1,6 +1,4 @@
 /*
- * $Id: ul_mi.c 5194 2008-11-13 10:38:11Z henningw $
- *
  * Copyright (C) 2006 Voice Sistem SRL
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,10 +17,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:
- * ---------
- *
- * 2006-12-01  created (bogdan)
  */
 
 /*! \file

+ 0 - 2
modules/p_usrloc/ul_mi.h

@@ -1,6 +1,4 @@
 /*
- * $Id: ul_mi.h 5194 2008-11-13 10:38:11Z henningw $
- *
  * Copyright (C) 2006 Voice Sistem SRL
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 7
modules/p_usrloc/urecord.c

@@ -1,6 +1,4 @@
 /*
- * $Id: urecord.c 5241 2008-11-21 12:52:25Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,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-12 added replication mark and zombie state support (nils)
- * 2004-03-17 generic callbacks added (bogdan)
- * 2004-06-07 updated to the new DB api (andrei)
  */
 
 /*! \file

+ 0 - 2
modules/p_usrloc/urecord.h

@@ -1,6 +1,4 @@
 /*
- * $Id: urecord.h 5241 2008-11-21 12:52:25Z henningw $ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 7
modules/p_usrloc/usrloc.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
  * This file is part of Kamailio, a free SIP server.
@@ -19,11 +17,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:
- * ========
- *
- * 2006-11-28 Added a new function to the usrloc_api, to retrieve the number
- *            of registered users.  (Jeffrey Magder - SOMA Networks)
  */
 
 /*! \file

+ 0 - 2
modules/p_usrloc/utime.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Usrloc time related functions
  *
  * Copyright (C) 2001-2003 FhG Fokus

+ 0 - 2
modules/p_usrloc/utime.h

@@ -1,6 +1,4 @@
 /*
- * $Id: utime.h 4518 2008-07-28 15:39:28Z henningw $
- *
  * Usrloc time related functions
  *
  * Copyright (C) 2001-2003 FhG Fokus