Module: kamailio
Branch: master
Commit: 9342bd2bf03bb2d07541ceeab80cd35bb1d28d01
URL:
https://github.com/kamailio/kamailio/commit/9342bd2bf03bb2d07541ceeab80cd35…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-03-07T20:46:29+01:00
htable: Remove SVN ID's
---
Modified: modules/htable/Makefile
Modified: modules/htable/api.c
Modified: modules/htable/api.h
Modified: modules/htable/ht_api.c
Modified: modules/htable/ht_api.h
Modified: modules/htable/ht_db.c
Modified: modules/htable/ht_db.h
Modified: modules/htable/ht_var.c
Modified: modules/htable/ht_var.h
---
Diff:
https://github.com/kamailio/kamailio/commit/9342bd2bf03bb2d07541ceeab80cd35…
Patch:
https://github.com/kamailio/kamailio/commit/9342bd2bf03bb2d07541ceeab80cd35…
---
diff --git a/modules/htable/Makefile b/modules/htable/Makefile
index 9811122..7adca5d 100644
--- a/modules/htable/Makefile
+++ b/modules/htable/Makefile
@@ -1,5 +1,5 @@
#
-# example module makefile
+# htable module makefile
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
diff --git a/modules/htable/api.c b/modules/htable/api.c
index 34bfc6b..1116a0d 100644
--- a/modules/htable/api.c
+++ b/modules/htable/api.c
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/api.h b/modules/htable/api.h
index 71502b2..4f12674 100644
--- a/modules/htable/api.h
+++ b/modules/htable/api.h
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/ht_api.c b/modules/htable/ht_api.c
index 90f8c96..690f9c7 100644
--- a/modules/htable/ht_api.c
+++ b/modules/htable/ht_api.c
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/ht_api.h b/modules/htable/ht_api.h
index f760bc6..e91db33 100644
--- a/modules/htable/ht_api.h
+++ b/modules/htable/ht_api.h
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/ht_db.c b/modules/htable/ht_db.c
index 0231ece..06f3057 100644
--- a/modules/htable/ht_db.c
+++ b/modules/htable/ht_db.c
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/ht_db.h b/modules/htable/ht_db.h
index 1551862..cffe534 100644
--- a/modules/htable/ht_db.h
+++ b/modules/htable/ht_db.h
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/ht_var.c b/modules/htable/ht_var.c
index 5ac76cb..4bcc2b1 100644
--- a/modules/htable/ht_var.c
+++ b/modules/htable/ht_var.c
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*
diff --git a/modules/htable/ht_var.h b/modules/htable/ht_var.h
index 4ffe8c2..6c95e91 100644
--- a/modules/htable/ht_var.h
+++ b/modules/htable/ht_var.h
@@ -1,5 +1,4 @@
/**
- * $Id$
*
* Copyright (C) 2008 Elena-Ramona Modroiu (
asipto.com)
*