Module: kamailio Branch: master Commit: 03792bbbeb14ba8403ed73a97f177e55e9832d6a URL: https://github.com/kamailio/kamailio/commit/03792bbbeb14ba8403ed73a97f177e55...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-16T21:54:12+01:00
domain Remove history, svn ID's
---
Modified: modules/domain/domain.c Modified: modules/domain/domain.h Modified: modules/domain/domain_mod.c Modified: modules/domain/domain_mod.h Modified: modules/domain/hash.c Modified: modules/domain/hash.h Modified: modules/domain/mi.c Modified: modules/domain/mi.h
---
Diff: https://github.com/kamailio/kamailio/commit/03792bbbeb14ba8403ed73a97f177e55... Patch: https://github.com/kamailio/kamailio/commit/03792bbbeb14ba8403ed73a97f177e55...
---
diff --git a/modules/domain/domain.c b/modules/domain/domain.c index 7e2ef4f..3fd7472 100644 --- a/modules/domain/domain.c +++ b/modules/domain/domain.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Domain table related functions * * Copyright (C) 2002-2012 Juha Heinanen @@ -21,12 +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: - * -------- - * 2004-06-07 updated to the new DB api, moved reload_table here, created - * domain_db_{init.bind,ver,close} (andrei) - * 2004-09-06 is_uri_host_local() can now be called also from - * failure route (juhe) */
#include "domain_mod.h" diff --git a/modules/domain/domain.h b/modules/domain/domain.h index f3d4355..664c844 100644 --- a/modules/domain/domain.h +++ b/modules/domain/domain.h @@ -1,5 +1,4 @@ -/* domain.h v 0.1 2002/12/27 - * +/* * Header file for domain table relates functions * * Copyright (C) 2002-2012 Juha Heinanen diff --git a/modules/domain/domain_mod.c b/modules/domain/domain_mod.c index 6a31227..6c86c5a 100644 --- a/modules/domain/domain_mod.c +++ b/modules/domain/domain_mod.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Domain module * * Copyright (C) 2002-2012 Juha Heinanen @@ -21,16 +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: - * ------- - * 2003-03-11: New module interface (janakj) - * 2003-03-16: flags export parameter added (janakj) - * 2003-04-05: default_uri #define used (jiri) - * 2003-04-06: db connection closed in mod_init (janakj) - * 2004-06-06: updated to the new DB api, cleanup: static dbf & handler, - * calls to domain_db_{bind,init,close,ver} (andrei) - * 2006-01-22: added is_domain_local(variable) function (dan) - * */
diff --git a/modules/domain/domain_mod.h b/modules/domain/domain_mod.h index 89c0e25..4f7a9a9 100644 --- a/modules/domain/domain_mod.h +++ b/modules/domain/domain_mod.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Domain module headers * * Copyright (C) 2002-2012 Juha Heinanen diff --git a/modules/domain/hash.c b/modules/domain/hash.c index ddaae61..951cf35 100644 --- a/modules/domain/hash.c +++ b/modules/domain/hash.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Hash functions for cached domain table * * Copyright (C) 2002-2012 Juha Heinanen diff --git a/modules/domain/hash.h b/modules/domain/hash.h index de30503..990d459 100644 --- a/modules/domain/hash.h +++ b/modules/domain/hash.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Header file for hash table functions * * Copyright (C) 2002-2012 Juha Heinanen diff --git a/modules/domain/mi.c b/modules/domain/mi.c index 585a401..c3a5403 100644 --- a/modules/domain/mi.c +++ b/modules/domain/mi.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Domain MI functions * * Copyright (C) 2006 Voice Sistem SRL diff --git a/modules/domain/mi.h b/modules/domain/mi.h index ba1f355..b5f1285 100644 --- a/modules/domain/mi.h +++ b/modules/domain/mi.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Header file for domain MI functions * * Copyright (C) 2006 Voice Sistem SRL