Module: kamailio
Branch: master
Commit: 89294e544c4efcb9cb9de8729aabe2fe4ad9a0b0
URL:
https://github.com/kamailio/kamailio/commit/89294e544c4efcb9cb9de8729aabe2f…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-17T22:28:32+01:00
blst Remove svn id etc
---
Modified: modules/blst/blst.c
---
Diff:
https://github.com/kamailio/kamailio/commit/89294e544c4efcb9cb9de8729aabe2f…
Patch:
https://github.com/kamailio/kamailio/commit/89294e544c4efcb9cb9de8729aabe2f…
---
diff --git a/modules/blst/blst.c b/modules/blst/blst.c
index 1d959b0..d1f1df0 100644
--- a/modules/blst/blst.c
+++ b/modules/blst/blst.c
@@ -1,5 +1,4 @@
-/*$Id$
- *
+/*
* Copyright (C) 2007 iptelorg GmbH
*
* Permission to use, copy, modify, and distribute this software for any
@@ -14,13 +13,11 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- *
- * Blacklist related script functions
+
+/*! \file
+ * \brief
+ * blst module :: Blacklist related script functions
*
- * History:
- * -------
- * 2007-07-30 created by andrei
*/