Module: kamailio
Branch: master
Commit: 061a66f88a91bc3e05224ef95043ebe4fec16dd1
URL:
https://github.com/kamailio/kamailio/commit/061a66f88a91bc3e05224ef95043ebe…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-05-15T08:58:27+02:00
cfg_rpc: removed history and svn id
---
Modified: src/modules/cfg_rpc/Makefile
Modified: src/modules/cfg_rpc/cfg_rpc.c
---
Diff:
https://github.com/kamailio/kamailio/commit/061a66f88a91bc3e05224ef95043ebe…
Patch:
https://github.com/kamailio/kamailio/commit/061a66f88a91bc3e05224ef95043ebe…
---
diff --git a/src/modules/cfg_rpc/Makefile b/src/modules/cfg_rpc/Makefile
index a7a980d873..d4e58b4c92 100644
--- a/src/modules/cfg_rpc/Makefile
+++ b/src/modules/cfg_rpc/Makefile
@@ -1,5 +1,5 @@
# cfg_rpc module makefile
-#
+#
# WARNING: do not run this directly, it should be run by the main Makefile
include ../../Makefile.defs
diff --git a/src/modules/cfg_rpc/cfg_rpc.c b/src/modules/cfg_rpc/cfg_rpc.c
index e31429f713..30c72e6083 100644
--- a/src/modules/cfg_rpc/cfg_rpc.c
+++ b/src/modules/cfg_rpc/cfg_rpc.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2007 iptelorg GmbH
*
* This file is part of ser, a free SIP server.
@@ -24,9 +22,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-12-03 Initial version (Miklos)
*/
#include "../../core/sr_module.h"