Module: kamailio
Branch: master
Commit: b40e466598fbc97e30ae21c6ebcbba3ce7acd768
URL:
https://github.com/kamailio/kamailio/commit/b40e466598fbc97e30ae21c6ebcbba3…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-02-11T21:59:12+01:00
xcap_client remove svn ID's, remove history
---
Modified: modules/xcap_client/xcap_callbacks.c
Modified: modules/xcap_client/xcap_callbacks.h
Modified: modules/xcap_client/xcap_client.c
Modified: modules/xcap_client/xcap_client.h
Modified: modules/xcap_client/xcap_functions.c
Modified: modules/xcap_client/xcap_functions.h
---
Diff:
https://github.com/kamailio/kamailio/commit/b40e466598fbc97e30ae21c6ebcbba3…
Patch:
https://github.com/kamailio/kamailio/commit/b40e466598fbc97e30ae21c6ebcbba3…
---
diff --git a/modules/xcap_client/xcap_callbacks.c b/modules/xcap_client/xcap_callbacks.c
index ef4f0ce..45e4d20 100644
--- a/modules/xcap_client/xcap_callbacks.c
+++ b/modules/xcap_client/xcap_callbacks.c
@@ -1,6 +1,4 @@
/*
- * $Id: xcap_callback.c,v 1.2 2007/02/20 13:40:09 anca_vamanu Exp $
- *
* xcap_client module - Kamailio xcap client module
*
* Copyright (C) 2007 Voice Sistem S.R.L.
@@ -21,9 +19,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-08-30 initial version (anca)
*/
#include <stdio.h>
diff --git a/modules/xcap_client/xcap_callbacks.h b/modules/xcap_client/xcap_callbacks.h
index ff5789c..f9d357b 100644
--- a/modules/xcap_client/xcap_callbacks.h
+++ b/modules/xcap_client/xcap_callbacks.h
@@ -1,6 +1,4 @@
/*
- * $Id: xcap_callback.h,v 1.2 2007/02/20 13:40:09 anca_vamanu Exp $
- *
* xcap_client module - Kamailio xcap client module
*
* Copyright (C) 2007 Voice Sistem S.R.L.
@@ -21,9 +19,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-08-30 initial version (anca)
*/
#ifndef XCAP_CBACK
diff --git a/modules/xcap_client/xcap_client.c b/modules/xcap_client/xcap_client.c
index d5818aa..aa78996 100644
--- a/modules/xcap_client/xcap_client.c
+++ b/modules/xcap_client/xcap_client.c
@@ -1,6 +1,4 @@
/*
- * $Id: xcap_client.c 2230 2007-06-06 07:13:20Z anca_vamanu $
- *
* xcap_client module - XCAP client for Kamailio
*
* Copyright (C) 2007 Voice Sistem S.R.L.
@@ -21,9 +19,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-08-20 initial version (anca)
*/
#include <stdio.h>
diff --git a/modules/xcap_client/xcap_client.h b/modules/xcap_client/xcap_client.h
index 2f3e24a..df8735b 100644
--- a/modules/xcap_client/xcap_client.h
+++ b/modules/xcap_client/xcap_client.h
@@ -1,6 +1,4 @@
/*
- * $Id: xcap_client.h 2230 2007-06-06 07:13:20Z anca_vamanu $
- *
* xcap_client module - XCAP client for Kamailio
*
* Copyright (C) 2007 Voice Sistem S.R.L.
@@ -21,9 +19,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-08-20 initial version (anca)
*/
#ifndef XCAP_CL_H
diff --git a/modules/xcap_client/xcap_functions.c b/modules/xcap_client/xcap_functions.c
index 3a2c3bb..c29d08e 100644
--- a/modules/xcap_client/xcap_functions.c
+++ b/modules/xcap_client/xcap_functions.c
@@ -1,6 +1,4 @@
/*
- * $Id: xcap_functions.c 2230 2007-06-06 07:13:20Z anca_vamanu $
- *
* xcap_client module - XCAP client for Kamailio
*
* Copyright (C) 2007 Voice Sistem S.R.L.
@@ -21,9 +19,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-08-20 initial version (anca)
*/
#include <stdio.h>
diff --git a/modules/xcap_client/xcap_functions.h b/modules/xcap_client/xcap_functions.h
index 09507bb..5756cde 100644
--- a/modules/xcap_client/xcap_functions.h
+++ b/modules/xcap_client/xcap_functions.h
@@ -1,6 +1,4 @@
/*
- * $Id: xcap_functions.h 2230 2007-06-06 07:13:20Z anca_vamanu $
- *
* xcap_client module - XCAP client for Kamailio
*
* Copyright (C) 2007 Voice Sistem S.R.L.
@@ -21,9 +19,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-08-20 initial version (anca)
*/
#ifndef XCAP_FUNC_H