diff --git a/modules/domain/domain.c b/modules/domain/domain.c index 7e2ef4f74dc..3fd747271c8 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 f3d4355d724..664c8442732 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 6a312275f28..6c86c5a043a 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 89c0e250c58..4f7a9a922a4 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 ddaae6121ff..951cf356985 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 de305034b7c..990d459e982 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 585a401c8e3..c3a54032d15 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 ba1f355ff91..b5f12854537 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