Module: kamailio
Branch: master
Commit: 7c6fa127baada59727df050658345976b24c38c3
URL:
https://github.com/kamailio/kamailio/commit/7c6fa127baada59727df05065834597…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-03-07T09:32:26+01:00
xhttp: Remove SVN ID's
---
Modified: modules/xhttp/api.h
Modified: modules/xhttp/xhttp_mod.c
Modified: modules/xhttp/xhttp_trans.c
Modified: modules/xhttp/xhttp_trans.h
---
Diff:
https://github.com/kamailio/kamailio/commit/7c6fa127baada59727df05065834597…
Patch:
https://github.com/kamailio/kamailio/commit/7c6fa127baada59727df05065834597…
---
diff --git a/modules/xhttp/api.h b/modules/xhttp/api.h
index b62f901..674f453 100644
--- a/modules/xhttp/api.h
+++ b/modules/xhttp/api.h
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2010 Daniel-Constantin Mierla (
asipto.com)
*
diff --git a/modules/xhttp/xhttp_mod.c b/modules/xhttp/xhttp_mod.c
index 9085af3..912d75c 100644
--- a/modules/xhttp/xhttp_mod.c
+++ b/modules/xhttp/xhttp_mod.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2010 Daniel-Constantin Mierla (
asipto.com)
*
* This file is part of Kamailio, a free SIP server.
diff --git a/modules/xhttp/xhttp_trans.c b/modules/xhttp/xhttp_trans.c
index 6b207d9..03e4ea8 100644
--- a/modules/xhttp/xhttp_trans.c
+++ b/modules/xhttp/xhttp_trans.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2013 Crocodile RCS Ltd
*
* This file is part of Kamailio, a free SIP server.
@@ -19,6 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
#include "../../pvar.h"
#include "../../str.h"
#include "../../trim.h"
diff --git a/modules/xhttp/xhttp_trans.h b/modules/xhttp/xhttp_trans.h
index cb4ca61..18e19c8 100644
--- a/modules/xhttp/xhttp_trans.h
+++ b/modules/xhttp/xhttp_trans.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2013 Crocodile RCS Ltd
*
* This file is part of Kamailio, a free SIP server.
@@ -19,6 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
#ifndef XHTTP_TRANS_H_
#define XHTTP_TRANS_H_