Skip to content

Commit

Permalink
libkcore Update core headers, doxygen, remove history and svn id
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 3, 2015
1 parent b73a8d9 commit 468b91a
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 64 deletions.
3 changes: 1 addition & 2 deletions lib/kcore/cmpapi.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -23,6 +21,7 @@
/*!
* \file
* \brief comparison functions
* \ingroup libkcore
*/

#include "../../parser/parse_uri.h"
Expand Down
3 changes: 1 addition & 2 deletions lib/kcore/cmpapi.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -23,6 +21,7 @@
/*!
* \file
* \brief comparison functions
* \ingroup libkcore
*/

#ifndef _CMPAPI_H_
Expand Down
8 changes: 6 additions & 2 deletions lib/kcore/faked_msg.c
@@ -1,6 +1,4 @@
/**
* $Id$
*
* Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
*
* This file is part of kamailio, a free SIP server.
Expand All @@ -19,6 +17,12 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*!
* \file
* \brief Faked message handling
* \ingroup libkcore
* Module: \ref libkcore
*/

#include "../../dprint.h"
#include "../../globals.h"
Expand Down
1 change: 0 additions & 1 deletion lib/kcore/faked_msg.h
@@ -1,5 +1,4 @@
/**
* $Id$
*
* Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
*
Expand Down
8 changes: 1 addition & 7 deletions lib/kcore/kstats_wrapper.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2010 iptelorg GmbH
*
* Permission to use, copy, modify, and distribute this software for any
Expand All @@ -18,12 +16,8 @@
/** k compatible statistics implemented in terms of sr counters.
* @file kstats_wrapper.h
* @ingroup: libkcore
* @author andrei
*/
/*
* History:
* --------
* 2010-08-08 initial version (andrei)
*/

#include "kstats_wrapper.h"

Expand Down
13 changes: 4 additions & 9 deletions lib/kcore/kstats_wrapper.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2010 iptelorg GmbH
*
* Permission to use, copy, modify, and distribute this software for any
Expand Down Expand Up @@ -31,13 +29,10 @@
* @file kstats_wrapper.h
* @ingroup: libkcore
*/
/*
* History:
* --------
* 2010-08-08 initial version (andrei)
* 2010-08-18 type declaration needed by sr_module.c moved to
* ../../kstats_types.h (andrei)
*/

/*! @defgroup libkcore Kamailio compatibility core library
*
*/

#ifndef __kstats_wrapper_h
#define __kstats_wrapper_h
Expand Down
1 change: 1 addition & 0 deletions lib/kcore/parse_privacy.c
Expand Up @@ -28,6 +28,7 @@
* \file
* \brief Privacy value parser
* \ingroup parser
* Copyright (c) 2006 Juha Heinanen
*/

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions lib/kcore/parse_privacy.h
@@ -1,6 +1,4 @@
/*
* $Id: parse_privacy.h 4720 2008-08-23 10:56:15Z henningw $
*
* Copyright (c) 2006 Juha Heinanen
*
* This file is part of Kamailio, a free SIP server.
Expand Down
5 changes: 1 addition & 4 deletions lib/kcore/parse_sst.c
@@ -1,5 +1,4 @@
/*
* $Id$
*
* Copyright (c) 2006 SOMA Networks, Inc. <http://www.somanetworks.com/>
*
Expand All @@ -19,15 +18,13 @@
* 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-02-17 Initial revision (dhsueh@somanetworks.com)
*/

/*!
* \file
* \brief SST parser
* \ingroup parser
* \author dhsueh@somanetworks.com
*/

#include "parse_sst.h"
Expand Down
6 changes: 1 addition & 5 deletions lib/kcore/parse_sst.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (c) 2006 SOMA Networks, Inc. <http://www.somanetworks.com/>
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -19,15 +17,13 @@
* 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-02-17 Initial revision (dhsueh@somanetworks.com)
*/

/*!
* \file
* \brief SST parser
* \ingroup parser
* \author dhsueh@somanetworks.com
*/

#ifndef PARSE_SST_H
Expand Down
7 changes: 1 addition & 6 deletions lib/kcore/radius.h
Expand Up @@ -19,17 +19,12 @@
*
* WARNING: Don't forget to update the dictionary if you update this file !!!
*
* History:
* --------
* 2005-06-28 multi leg call support added (bogdan)
* 2008-09-03 added type field to attribute structure, which is set
* during INIT_AV.
*
*/

/*!
* \file
* \brief Radius support
* \ingroup libkcore
*/


Expand Down
4 changes: 2 additions & 2 deletions lib/kcore/regexp.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Regular expression functions
*
* Copyright (C) 2003 Juha Heinanen
Expand All @@ -26,6 +24,8 @@
/*!
* \file
* \brief Regular Expression functions
* Copyright (C) 2003 Juha Heinanen
* \ingroup libkcore
*/

#include <sys/types.h>
Expand Down
5 changes: 3 additions & 2 deletions lib/kcore/regexp.h
@@ -1,8 +1,6 @@
/*
* $Id$
*
* Regular expression definitions
*
* Copyright (C) 2003 Juha Heinanen
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -26,6 +24,9 @@
/*!
* \file
* \brief Regular expression definitions
* Copyright (C) 2003 Juha Heinanen
* \author Juha Heinanen
* \ingroup libkcore
*/


Expand Down
11 changes: 3 additions & 8 deletions lib/kcore/statistics.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2006 Voice Sistem SRL
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -20,17 +18,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
* History:
* ---------
* 2006-01-16 first version (bogdan)
* 2006-11-28 added get_stat_var_from_num_code() (Jeffrey Magder -
* SOMA Networks)
* 2010-08-08 removed all the parts emulated by kstats_wrapper.[ch] (andrei)
*/

/*!
* \file
* \brief Statistics support
* \author bogdan, andrei
* \author Jeffrey Magder - SOMA Networks
* \ingroup libkcore
*/


Expand Down
11 changes: 3 additions & 8 deletions lib/kcore/statistics.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2006 Voice Sistem SRL
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -19,17 +17,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:
* ---------
* 2006-01-16 first version (bogdan)
* 2006-11-28 added get_stat_var_from_num_code() (Jeffrey Magder -
* SOMA Networks)
* 2010-08-08 removed all the parts emulated by kstats_wrapper.[ch] (andrei)
*/

/*!
* \file
* \brief Kamailio statistics handling
* \ingroup libkcore
* \author bogdan
* \author Jeffrey Magder - SOMA Networks
*/


Expand Down
3 changes: 1 addition & 2 deletions lib/kcore/strcommon.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2007 voice-system.ro
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -24,6 +22,7 @@
/*!
* \file
* \brief Generic string handling functions
* \ingroup libkcore
*/

#include "../../ut.h"
Expand Down
3 changes: 1 addition & 2 deletions lib/kcore/strcommon.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* Copyright (C) 2007 voice-system.ro
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -23,6 +21,7 @@
/*!
* \file
* \brief Common string handling functions
* \ingroup libkcore
*/

#ifndef _STRCOMMON_H_
Expand Down

0 comments on commit 468b91a

Please sign in to comment.