Module: kamailio
Branch: master
Commit: 354ab05cd84033702c7a85236b4df9ee058012ea
URL:
https://github.com/kamailio/kamailio/commit/354ab05cd84033702c7a85236b4df9e…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-11T14:48:41+01:00
ratelimit remove svn ID and history
---
Modified: modules/ratelimit/ratelimit.c
---
Diff:
https://github.com/kamailio/kamailio/commit/354ab05cd84033702c7a85236b4df9e…
Patch:
https://github.com/kamailio/kamailio/commit/354ab05cd84033702c7a85236b4df9e…
---
diff --git a/modules/ratelimit/ratelimit.c b/modules/ratelimit/ratelimit.c
index 561185f..6bbe558 100644
--- a/modules/ratelimit/ratelimit.c
+++ b/modules/ratelimit/ratelimit.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* ratelimit module
*
* Copyright (C) 2006 Hendrik Scholz <hscholz(a)raisdorf.net>
@@ -22,12 +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:
- * ---------
- *
- * 2008-01-10 ported from SER project (osas)
- * 2008-01-16 ported enhancements from openims project (osas)
- * 2020-04-28 add sip-router rpc interface (osas)
*/
#include <stdio.h>