Skip to content

Commit

Permalink
pipelimit Remove SVN ID and fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 11, 2015
1 parent 354ab05 commit cd6f4f4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
13 changes: 7 additions & 6 deletions modules/pipelimit/pipelimit.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* pipelimit module
*
* Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com)
Expand All @@ -23,11 +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:
* ---------
*/

/*! \file
* \ingroup pipelimit
* \brief pipelimit :: pl_db
*
* 2008-01-10 ported from SER project (osas)
* 2008-01-16 ported enhancements from openims project (osas)
*/
/*! \defgroup pipelimit Pipelimit - rate limiting using BSD pipe model
*/

#include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions modules/pipelimit/pl_db.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* pipelimit module
*
* Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
Expand Down
7 changes: 5 additions & 2 deletions modules/pipelimit/pl_db.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* pipelimit module
*
* Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
Expand All @@ -21,6 +19,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

/*! \file
* \ingroup pipelimit
* \brief pipelimit :: pl_db
*

#ifndef _RL_DB_H_
#define _RL_DB_H_
Expand Down
2 changes: 0 additions & 2 deletions modules/pipelimit/pl_ht.c
@@ -1,6 +1,4 @@
/*
* $Id$
*
* pipelimit module
*
* Copyright (C) 2006 Hendrik Scholz <hscholz@raisdorf.net>
Expand Down
7 changes: 5 additions & 2 deletions modules/pipelimit/pl_ht.h
@@ -1,6 +1,4 @@
/*
* $Id$
*
* pipelimit module
*
* Copyright (C) 2006 Hendrik Scholz <hscholz@raisdorf.net>
Expand All @@ -23,6 +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
*/

/*! \file
* \ingroup pipelimit
* \brief pipelimit :: pl_ht
*
#ifndef _RL_HT_H_
#define _RL_HT_H_
Expand Down

0 comments on commit cd6f4f4

Please sign in to comment.