Module: kamailio
Branch: master
Commit: d3b693fa5725b45f24d68956658800de7b9ec19c
URL:
https://github.com/kamailio/kamailio/commit/d3b693fa5725b45f24d68956658800d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-06-02T18:45:22+02:00
xprint: remove history and svn id
---
Modified: src/modules/xprint/xp_lib.c
Modified: src/modules/xprint/xp_lib.h
---
Diff:
https://github.com/kamailio/kamailio/commit/d3b693fa5725b45f24d68956658800d…
Patch:
https://github.com/kamailio/kamailio/commit/d3b693fa5725b45f24d68956658800d…
---
diff --git a/src/modules/xprint/xp_lib.c b/src/modules/xprint/xp_lib.c
index 5771b77399..b2bcc077b7 100644
--- a/src/modules/xprint/xp_lib.c
+++ b/src/modules/xprint/xp_lib.c
@@ -1,7 +1,5 @@
/**
- * $Id$
- *
- * XLOG module
+ * XPRINT module
*
* Copyright (C) 2001-2003 FhG Fokus
*
@@ -27,15 +25,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/* History:
- * --------
- * 2004-10-20 - added header name specifier (ramona)
- * 2005-07-04 - added color printing support via escape sequesnces
- * contributed by Ingo Wolfsberger (ramona)
- * 2005-12-23 - parts from private branch merged (mma)
- *
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/modules/xprint/xp_lib.h b/src/modules/xprint/xp_lib.h
index 9c8812029a..fb429dec9b 100644
--- a/src/modules/xprint/xp_lib.h
+++ b/src/modules/xprint/xp_lib.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
@@ -20,8 +18,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/