From a07fbd562079c54c9c83c78c191a34d0398c2a83 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Sat, 17 Jan 2015 22:42:10 +0100 Subject: [PATCH] msilo remove SVN id, remove history --- modules/msilo/api.h | 4 ++-- modules/msilo/ms_msg_list.c | 5 ----- modules/msilo/ms_msg_list.h | 5 ----- modules/msilo/msfuncs.c | 2 -- modules/msilo/msfuncs.h | 2 -- modules/msilo/msilo.c | 21 --------------------- 6 files changed, 2 insertions(+), 37 deletions(-) diff --git a/modules/msilo/api.h b/modules/msilo/api.h index ac909122afe..c9d761b31c0 100644 --- a/modules/msilo/api.h +++ b/modules/msilo/api.h @@ -1,5 +1,5 @@ -/** - * $Id$ +/*! \file + * \brief MSILO API * */ diff --git a/modules/msilo/ms_msg_list.c b/modules/msilo/ms_msg_list.c index 61ad66f5e46..326aa30f99e 100644 --- a/modules/msilo/ms_msg_list.c +++ b/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 diff --git a/modules/msilo/ms_msg_list.h b/modules/msilo/ms_msg_list.h index a9ce34d4068..e6e67e799c9 100644 --- a/modules/msilo/ms_msg_list.h +++ b/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_ diff --git a/modules/msilo/msfuncs.c b/modules/msilo/msfuncs.c index 7784b135f7d..32c8aa7b7a9 100644 --- a/modules/msilo/msfuncs.c +++ b/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. diff --git a/modules/msilo/msfuncs.h b/modules/msilo/msfuncs.h index cd1eb6b4b1e..80cc4b736a5 100644 --- a/modules/msilo/msfuncs.h +++ b/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. diff --git a/modules/msilo/msilo.c b/modules/msilo/msilo.c index cf68150efa9..ec0d2cf6112 100644 --- a/modules/msilo/msilo.c +++ b/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