From 48a548df00b9efc9e6d467b05f7998d913d9b87a Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Wed, 28 Jan 2015 21:39:29 +0100 Subject: [PATCH] utils Remove SVN ID, remove history --- modules/utils/conf.c | 4 +--- modules/utils/conf.h | 4 +--- modules/utils/functions.c | 2 +- modules/utils/functions.h | 2 +- modules/utils/pidf.c | 7 +------ modules/utils/pidf.h | 7 +------ modules/utils/utils.c | 8 ++------ modules/utils/utils.h | 2 +- modules/utils/xcap_auth.c | 6 +----- modules/utils/xcap_auth.h | 2 +- 10 files changed, 11 insertions(+), 33 deletions(-) diff --git a/modules/utils/conf.c b/modules/utils/conf.c index d0bcc3d3435..a29b76fe318 100644 --- a/modules/utils/conf.c +++ b/modules/utils/conf.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 1&1 Internet AG * * This file is part of Kamailio, a free SIP server. @@ -22,7 +20,7 @@ /*! * \file - * \brief SIP-router utils :: + * \brief Kamailio utils :: * \ingroup utils * Module: \ref utils */ diff --git a/modules/utils/conf.h b/modules/utils/conf.h index c08cc03a3af..193ce6bc6c7 100644 --- a/modules/utils/conf.h +++ b/modules/utils/conf.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2009 1&1 Internet AG * * This file is part of Kamailio, a free SIP server. @@ -22,7 +20,7 @@ /*! * \file - * \brief SIP-router utils :: + * \brief Kamailio utils :: * \ingroup utils * Module: \ref utils */ diff --git a/modules/utils/functions.c b/modules/utils/functions.c index 48fa0ffb018..e6e11f27509 100644 --- a/modules/utils/functions.c +++ b/modules/utils/functions.c @@ -24,7 +24,7 @@ /*! * \file - * \brief SIP-router utils :: + * \brief Kamailio utils :: * \ingroup utils * Module: \ref utils */ diff --git a/modules/utils/functions.h b/modules/utils/functions.h index 95b422a6ff5..230d119ab44 100644 --- a/modules/utils/functions.h +++ b/modules/utils/functions.h @@ -24,7 +24,7 @@ /*! * \file - * \brief SIP-router utils :: + * \brief Kamailio utils :: * \ingroup utils * Module: \ref utils */ diff --git a/modules/utils/pidf.c b/modules/utils/pidf.c index 352a8f86212..358ad427f87 100644 --- a/modules/utils/pidf.c +++ b/modules/utils/pidf.c @@ -1,6 +1,4 @@ /* - * $Id: pidf.c 1953 2007-04-04 08:50:33Z anca_vamanu $ - * * presence module - presence server implementation * * Copyright (C) 2006 Voice Sistem S.R.L. @@ -21,13 +19,10 @@ * 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-04-14 initial version (anca) */ /*! \file - * \brief SIP-router :: PIDF handling + * \brief Kamailio :: PIDF handling * \ingroup utils */ diff --git a/modules/utils/pidf.h b/modules/utils/pidf.h index 9d307f32534..fa9ad5b10c2 100644 --- a/modules/utils/pidf.h +++ b/modules/utils/pidf.h @@ -1,6 +1,4 @@ /* - * $Id: pidf.h 1401 2006-12-14 11:12:42Z anca_vamanu $ - * * presence module - presence server implementation * * Copyright (C) 2006 Voice Sistem S.R.L. @@ -21,13 +19,10 @@ * 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-08-15 initial version (anca) */ /*! \file - * \brief SIP-router utils :: PIDF handling + * \brief Kamailio utils :: PIDF handling * \ingroup utils */ diff --git a/modules/utils/utils.c b/modules/utils/utils.c index f94bf3bed88..f506fa5e975 100644 --- a/modules/utils/utils.c +++ b/modules/utils/utils.c @@ -21,18 +21,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * ------- - * 2008-11-24: Introduced utils module and its first function: http_query. - * */ /*! \file - * \brief SIP-router utils :: Module core + * \brief Kamailio utils :: Module core * \ingroup utils */ -/*! \defgroup Utils SIP-router :: Various utilities +/*! \defgroup Utils Kamailio :: Various utilities * */ diff --git a/modules/utils/utils.h b/modules/utils/utils.h index 6653144ff26..66063f5af24 100644 --- a/modules/utils/utils.h +++ b/modules/utils/utils.h @@ -23,7 +23,7 @@ /*! * \file - * \brief SIP-router utils :: Core + * \brief Kamailio utils :: Core * \ingroup utils * Module: \ref utils */ diff --git a/modules/utils/xcap_auth.c b/modules/utils/xcap_auth.c index eb8064b4082..35ef6b0538a 100644 --- a/modules/utils/xcap_auth.c +++ b/modules/utils/xcap_auth.c @@ -21,15 +21,11 @@ * 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-04-11 initial version (anca) - * 2009-06-03 util version (jh) */ /*! * \file - * \brief SIP-router utils :: + * \brief Kamailio utils :: * \ingroup utils * Module: \ref utils */ diff --git a/modules/utils/xcap_auth.h b/modules/utils/xcap_auth.h index 6dd93a4debb..0ce69972d2f 100644 --- a/modules/utils/xcap_auth.h +++ b/modules/utils/xcap_auth.h @@ -24,7 +24,7 @@ /*! * \file - * \brief SIP-router utils :: + * \brief Kamailio utils :: * \ingroup utils * Module: \ref utils */