From 13c0826ec856dd34b11ae6b386a49d8ccd972071 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Mon, 2 Jan 2017 20:24:33 +0100 Subject: [PATCH] acc Remove SVN id and history notes --- src/modules/acc/acc.c | 13 ------------- src/modules/acc/acc.h | 10 ---------- src/modules/acc/acc_api.h | 4 ---- src/modules/acc/acc_extra.c | 11 ----------- src/modules/acc/acc_extra.h | 12 ------------ src/modules/acc/acc_logic.c | 4 ---- src/modules/acc/acc_logic.h | 5 ----- src/modules/acc/acc_mod.c | 20 -------------------- src/modules/acc/acc_mod.h | 9 --------- src/modules/acc/diam_avp.c | 7 ------- src/modules/acc/diam_dict.h | 4 ---- src/modules/acc/diam_message.c | 6 ------ src/modules/acc/diam_message.h | 5 ----- src/modules/acc/diam_tcp.c | 2 -- src/modules/acc/diam_tcp.h | 2 -- 15 files changed, 114 deletions(-) diff --git a/src/modules/acc/acc.c b/src/modules/acc/acc.c index 940299f9e0d..1819f769690 100644 --- a/src/modules/acc/acc.c +++ b/src/modules/acc/acc.c @@ -19,19 +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-04-04 grand acc cleanup (jiri) - * 2003-11-04 multidomain support for mysql introduced (jiri) - * 2004-06-06 updated to the new DB api, cleanup: acc_db_{bind, init,close) - * added (andrei) - * 2005-05-30 acc_extra patch commited (ramona) - * 2005-06-28 multi leg call support added (bogdan) - * 2006-01-13 detect_direction (for sequential requests) added (bogdan) - * 2006-09-08 flexible multi leg accounting support added, - * code cleanup for low level functions (bogdan) - * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) - * 2008-09-03 added support for integer type Radius attributes (jh) */ /*! \file diff --git a/src/modules/acc/acc.h b/src/modules/acc/acc.h index 94397628d93..0af25fdd965 100644 --- a/src/modules/acc/acc.h +++ b/src/modules/acc/acc.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * Copyright (C) 2006 Voice Sistem SRL * @@ -20,14 +18,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-04-04 grand acc cleanup (jiri) - * 2003-11-04 multidomain support for mysql introduced (jiri) - * 2004-06-06 cleanup: acc_db_{bind,init,close} added (andrei) - * 2006-09-08 flexible multi leg accounting support added, - * code cleanup for low level functions (bogdan) - * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) */ /*! \file diff --git a/src/modules/acc/acc_api.h b/src/modules/acc/acc_api.h index 77720c749bc..d2961566103 100644 --- a/src/modules/acc/acc_api.h +++ b/src/modules/acc/acc_api.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. @@ -19,8 +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: - * -------- */ /*! \file diff --git a/src/modules/acc/acc_extra.c b/src/modules/acc/acc_extra.c index 4d0acf9ebb6..6f69fde7713 100644 --- a/src/modules/acc/acc_extra.c +++ b/src/modules/acc/acc_extra.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2004-2006 Voice Sistem SRL * Copyright (C) 2008 Juha Heinanen * @@ -21,15 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * - * History: - * --------- - * 2004-10-28 first version (ramona) - * 2005-05-30 acc_extra patch commited (ramona) - * 2005-07-13 acc_extra specification moved to use pseudo-variables (bogdan) - * 2006-09-08 flexible multi leg accounting support added, - * code cleanup for low level functions (bogdan) - * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) - * 2008-09-03 added support for integer type Radius attributes (jh) */ /*! \file diff --git a/src/modules/acc/acc_extra.h b/src/modules/acc/acc_extra.h index ab45a3bc7fd..777d63b5723 100644 --- a/src/modules/acc/acc_extra.h +++ b/src/modules/acc/acc_extra.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2004 Voice Sistem SRL * Copyright (C) 2008 Juha Heinanen * @@ -20,16 +18,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-10-28 first version (ramona) - * 2005-05-30 acc_extra patch commited (ramona) - * 2005-07-13 acc_extra specification moved to use pseudo-variables (bogdan) - * 2006-09-08 flexible multi leg accounting support added, - * code cleanup for low level functions (bogdan) - * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) - * 2008-09-03 added support for integer type Radius attributes (jh) */ /*! \file diff --git a/src/modules/acc/acc_logic.c b/src/modules/acc/acc_logic.c index 35fd9e8605c..bd2fd8e73c4 100644 --- a/src/modules/acc/acc_logic.c +++ b/src/modules/acc/acc_logic.c @@ -20,10 +20,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-09-19 forked from the acc_mod.c file during a big re-structuring - * of acc module (bogdan) */ /*! \file diff --git a/src/modules/acc/acc_logic.h b/src/modules/acc/acc_logic.h index 8f7cf9f1ecb..79bacd8d61e 100644 --- a/src/modules/acc/acc_logic.h +++ b/src/modules/acc/acc_logic.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Accounting module * * Copyright (C) 2006 Voice Sistem SRL @@ -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: - * --------- - * 2005-09-19 created during a big re-structuring of acc module(bogdan) */ /*! \file diff --git a/src/modules/acc/acc_mod.c b/src/modules/acc/acc_mod.c index faf13511c8f..bc423ee54e7 100644 --- a/src/modules/acc/acc_mod.c +++ b/src/modules/acc/acc_mod.c @@ -20,26 +20,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-06: aligned to change in callback names (jiri) - * 2003-03-06: fixed improper sql connection, now from - * child_init (jiri) - * 2003-03-11: New module interface (janakj) - * 2003-03-16: flags export parameter added (janakj) - * 2003-04-04 grand acc cleanup (jiri) - * 2003-04-06: Opens database connection in child_init only (janakj) - * 2003-04-24 parameter validation (0 t->uas.request) added (jiri) - * 2003-11-04 multidomain support for mysql introduced (jiri) - * 2003-12-04 global TM callbacks switched to per transaction callbacks - * (bogdan) - * 2004-06-06 db cleanup: static db_url, calls to acc_db_{bind,init,close) - * (andrei) - * 2005-05-30 acc_extra patch commited (ramona) - * 2005-06-28 multi leg call support added (bogdan) - * 2006-01-13 detect_direction (for sequential requests) added (bogdan) - * 2006-09-08 flexible multi leg accounting support added (bogdan) - * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) */ /*! \file diff --git a/src/modules/acc/acc_mod.h b/src/modules/acc/acc_mod.h index 055ac6162b4..52ee5457272 100644 --- a/src/modules/acc/acc_mod.h +++ b/src/modules/acc/acc_mod.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Accounting module * * Copyright (C) 2001-2003 FhG Fokus @@ -22,13 +20,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-04-04 grand acc cleanup (jiri) - * 2003-11-04 multidomain support for mysql introduced (jiri) - * 2004-06-06 removed db_url, db_handle (andrei) - * 2005-06-28 multi leg call support added (bogdan) - * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) */ /*! \file diff --git a/src/modules/acc/diam_avp.c b/src/modules/acc/diam_avp.c index ba0c6996c6b..9a1be454bbe 100644 --- a/src/modules/acc/diam_avp.c +++ b/src/modules/acc/diam_avp.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2002-2003 FhG Fokus * * This file is part of disc, a free diameter server/client. @@ -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: - * -------- - * 2002-10-04 created by illya (komarov@fokus.gmd.de) - * 2003-03-12 converted to shm_malloc/free (andrei) - * */ /*! \file diff --git a/src/modules/acc/diam_dict.h b/src/modules/acc/diam_dict.h index 32e3cabef9a..ff3bd9eb568 100644 --- a/src/modules/acc/diam_dict.h +++ b/src/modules/acc/diam_dict.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2002-2003 FhG Fokus * * This file is part of disc, a free diameter server/client. @@ -19,8 +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: - * -------- */ /*! \file diff --git a/src/modules/acc/diam_message.c b/src/modules/acc/diam_message.c index bb5ef290578..63f3bb7d7c3 100644 --- a/src/modules/acc/diam_message.c +++ b/src/modules/acc/diam_message.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2002-2003 FhG Fokus * * This file is part of disc, a free diameter server/client. @@ -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: - * --------- - * - * 2003-04-07 created by bogdan */ /*! \file diff --git a/src/modules/acc/diam_message.h b/src/modules/acc/diam_message.h index 861a63777ef..35ad2d9c693 100644 --- a/src/modules/acc/diam_message.h +++ b/src/modules/acc/diam_message.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2002-2003 FhG Fokus * * This file is part of disc, a free diameter server/client. @@ -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: - * --------- - * 2003-04-07 created by bogdan */ /*! \file diff --git a/src/modules/acc/diam_tcp.c b/src/modules/acc/diam_tcp.c index 0ab7b7351db..dd75c9a2c46 100644 --- a/src/modules/acc/diam_tcp.c +++ b/src/modules/acc/diam_tcp.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/src/modules/acc/diam_tcp.h b/src/modules/acc/diam_tcp.h index ccbde64aa27..c06ce704f8b 100644 --- a/src/modules/acc/diam_tcp.h +++ b/src/modules/acc/diam_tcp.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server.