diff --git a/modules/usrloc/dlist.c b/modules/usrloc/dlist.c index 8ac272a87c2..b19b93f7d92 100644 --- a/modules/usrloc/dlist.c +++ b/modules/usrloc/dlist.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * 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: - * ======== - * 2005-07-11 get_all_ucontacts returns also the contact's flags (bogdan) - * 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 diff --git a/modules/usrloc/dlist.h b/modules/usrloc/dlist.h index 76f1c1519cf..e95a9171255 100644 --- a/modules/usrloc/dlist.h +++ b/modules/usrloc/dlist.h @@ -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 get_number_of_users() (Jeffrey Magder - SOMA Networks) - * 2007-09-12 added partitioning support for fetching all ul contacts - * (bogdan) */ /*! \file diff --git a/modules/usrloc/hslot.c b/modules/usrloc/hslot.c index 6305916795f..592ec7e5196 100644 --- a/modules/usrloc/hslot.c +++ b/modules/usrloc/hslot.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/modules/usrloc/hslot.h b/modules/usrloc/hslot.h index 9dc190ae020..ec1ddb0093c 100644 --- a/modules/usrloc/hslot.h +++ b/modules/usrloc/hslot.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/modules/usrloc/ucontact.c b/modules/usrloc/ucontact.c index cc1c2e50c7c..26bf56780cf 100644 --- a/modules/usrloc/ucontact.c +++ b/modules/usrloc/ucontact.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: - * --------- - * 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 diff --git a/modules/usrloc/ucontact.h b/modules/usrloc/ucontact.h index 1ec9113a200..ebe47088b93 100644 --- a/modules/usrloc/ucontact.h +++ b/modules/usrloc/ucontact.h @@ -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: - * --------- - * 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 diff --git a/modules/usrloc/udomain.c b/modules/usrloc/udomain.c index 184e9d5a62e..bae4bdf7773 100644 --- a/modules/usrloc/udomain.c +++ b/modules/usrloc/udomain.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * 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 diff --git a/modules/usrloc/udomain.h b/modules/usrloc/udomain.h index 6f2d29586ca..b6c71b01cf9 100644 --- a/modules/usrloc/udomain.h +++ b/modules/usrloc/udomain.h @@ -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: - * -------- - * 2003-03-11 changed to new locking scheme: locking.h (andrei) - */ /*! \file diff --git a/modules/usrloc/ul_callback.c b/modules/usrloc/ul_callback.c index 43f6b5b6d20..2768c9e5526 100644 --- a/modules/usrloc/ul_callback.c +++ b/modules/usrloc/ul_callback.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * 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 diff --git a/modules/usrloc/ul_callback.h b/modules/usrloc/ul_callback.h index 167cfad8f31..089978042b6 100644 --- a/modules/usrloc/ul_callback.h +++ b/modules/usrloc/ul_callback.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * 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 diff --git a/modules/usrloc/ul_mi.c b/modules/usrloc/ul_mi.c index 6ec82a5af3c..561b3876051 100644 --- a/modules/usrloc/ul_mi.c +++ b/modules/usrloc/ul_mi.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * 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 diff --git a/modules/usrloc/ul_mi.h b/modules/usrloc/ul_mi.h index 7f10ab39a5e..ca4ce014b07 100644 --- a/modules/usrloc/ul_mi.h +++ b/modules/usrloc/ul_mi.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2006 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. diff --git a/modules/usrloc/ul_mod.c b/modules/usrloc/ul_mod.c index 59922589cd8..9e2b6110087 100644 --- a/modules/usrloc/ul_mod.c +++ b/modules/usrloc/ul_mod.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Usrloc module interface * * Copyright (C) 2001-2003 FhG Fokus @@ -21,16 +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) */ /*! \file diff --git a/modules/usrloc/ul_mod.h b/modules/usrloc/ul_mod.h index 9064cfcba75..60f631689f2 100644 --- a/modules/usrloc/ul_mod.h +++ b/modules/usrloc/ul_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 diff --git a/modules/usrloc/ul_rpc.c b/modules/usrloc/ul_rpc.c index 938328e09f0..c4e234edeac 100644 --- a/modules/usrloc/ul_rpc.c +++ b/modules/usrloc/ul_rpc.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * usrloc module * * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com). diff --git a/modules/usrloc/ul_rpc.h b/modules/usrloc/ul_rpc.h index b0a8c9a6a2f..c710765f548 100644 --- a/modules/usrloc/ul_rpc.h +++ b/modules/usrloc/ul_rpc.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * usrloc module * * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com). diff --git a/modules/usrloc/urecord.c b/modules/usrloc/urecord.c index abdc152fc73..df3029399ae 100644 --- a/modules/usrloc/urecord.c +++ b/modules/usrloc/urecord.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: - * --------- - * 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 diff --git a/modules/usrloc/urecord.h b/modules/usrloc/urecord.h index 64eb5077a23..54ad5b4d5fb 100644 --- a/modules/usrloc/urecord.h +++ b/modules/usrloc/urecord.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/modules/usrloc/usrloc.c b/modules/usrloc/usrloc.c index 1399bd531aa..b350fc157da 100644 --- a/modules/usrloc/usrloc.c +++ b/modules/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 diff --git a/modules/usrloc/usrloc.h b/modules/usrloc/usrloc.h index 82490ae0055..0365fc4670c 100644 --- a/modules/usrloc/usrloc.h +++ b/modules/usrloc/usrloc.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/modules/usrloc/utime.c b/modules/usrloc/utime.c index ddcc611fbc8..d3069c93d81 100644 --- a/modules/usrloc/utime.c +++ b/modules/usrloc/utime.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Usrloc time related functions * * Copyright (C) 2001-2003 FhG Fokus diff --git a/modules/usrloc/utime.h b/modules/usrloc/utime.h index 5543b6a3f82..128fca2efbe 100644 --- a/modules/usrloc/utime.h +++ b/modules/usrloc/utime.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Usrloc time related functions * * Copyright (C) 2001-2003 FhG Fokus