diff --git a/modules/qos/qos.c b/modules/qos/qos.c index 09338e02ce2..c6a5109de40 100644 --- a/modules/qos/qos.c +++ b/modules/qos/qos.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * QoS module - support for tracking dialogs and SDP * * Copyright (C) 2007 SOMA Networks, Inc. @@ -23,9 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * History: - * -------- - * 2007-07-16 initial version (osas) */ #include @@ -115,7 +110,7 @@ static int mod_init(void) /* Register the main (static) dialog call back. */ if (load_dlg_api(&dialog_st) != 0) { - LM_ERR("Can't load dialog hooks"); + LM_ERR("Can't load dialog hooks\n"); return(-1); } diff --git a/modules/qos/qos_cb.c b/modules/qos/qos_cb.c index 6ba051ed49d..3c0014ed3c6 100644 --- a/modules/qos/qos_cb.c +++ b/modules/qos/qos_cb.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written by Ovidiu Sas (osas) * @@ -20,9 +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: - * -------- - * 2007-07-14 initial version (osas) */ diff --git a/modules/qos/qos_cb.h b/modules/qos/qos_cb.h index ec38877e100..3db4b66c6b0 100644 --- a/modules/qos/qos_cb.h +++ b/modules/qos/qos_cb.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written by Ovidiu Sas (osas) * @@ -20,9 +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: - * -------- - * 2007-07-11 initial version (osas) */ #ifndef _QOS_QOS_CB_H_ diff --git a/modules/qos/qos_ctx_helpers.c b/modules/qos/qos_ctx_helpers.c index 1fa555e4c16..9aba8ea8b24 100644 --- a/modules/qos/qos_ctx_helpers.c +++ b/modules/qos/qos_ctx_helpers.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written by Ovidiu Sas (osas) * @@ -20,9 +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: - * ------- - * 2007-07-16 initial version (osas) */ #include "../../mem/mem.h" diff --git a/modules/qos/qos_ctx_helpers.h b/modules/qos/qos_ctx_helpers.h index 650903f5519..96782a949a3 100644 --- a/modules/qos/qos_ctx_helpers.h +++ b/modules/qos/qos_ctx_helpers.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, INC. * Written By Ovidiu Sas * @@ -21,9 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * History: - * -------- - * 2007-07-16 initial version (osas) */ #ifndef _QOS_CTX_HELPERS_H_ diff --git a/modules/qos/qos_handlers.c b/modules/qos/qos_handlers.c index d5d950c785a..a3b5e981a8a 100644 --- a/modules/qos/qos_handlers.c +++ b/modules/qos/qos_handlers.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written by Ovidiu Sas (osas) * @@ -21,9 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * History: - * -------- - * 2007-07-16 initial version (osas) */ diff --git a/modules/qos/qos_handlers.h b/modules/qos/qos_handlers.h index 0afc4173a91..f5cb7e78f2f 100644 --- a/modules/qos/qos_handlers.h +++ b/modules/qos/qos_handlers.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written By Ovidiu Sas (osas) * @@ -21,9 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * History: - * -------- - * 2007-07-16 initial version (osas) */ #ifndef _QOS_HANDLERS_H_ diff --git a/modules/qos/qos_load.h b/modules/qos/qos_load.h index 68208ea6531..ed5b04219df 100644 --- a/modules/qos/qos_load.h +++ b/modules/qos/qos_load.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written by Ovidiu Sas (osas) * @@ -20,9 +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: - * -------- - * 2007-07-14 initial version (osas) */ #ifndef _QOS_QOS_LOAD_H_ diff --git a/modules/qos/qos_mi.c b/modules/qos/qos_mi.c index b1ab3fcbded..707ab918b10 100644 --- a/modules/qos/qos_mi.c +++ b/modules/qos/qos_mi.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written by Ovidiu Sas (osas) * @@ -21,9 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * History: - * -------- - * 2007-07-16 initial version (osas) */ diff --git a/modules/qos/qos_mi.h b/modules/qos/qos_mi.h index a539c63ae50..ba20fed291c 100644 --- a/modules/qos/qos_mi.h +++ b/modules/qos/qos_mi.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 SOMA Networks, Inc. * Written By Ovidiu Sas (osas) * @@ -21,9 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * - * History: - * -------- - * 2007-07-16 initial version (osas) */ #ifndef _QOS_MI_H_