From f1d4eb4bccfab6cb1e1785c5e56d4d997c8b2393 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Fri, 9 Jan 2015 21:43:42 +0100 Subject: [PATCH] enum Remove history, remove svn IDs --- modules/enum/enum.c | 2 -- modules/enum/enum.h | 2 -- modules/enum/enum_mod.c | 7 ------- modules/enum/enum_mod.h | 2 -- 4 files changed, 13 deletions(-) diff --git a/modules/enum/enum.c b/modules/enum/enum.c index b5ac3c8bf84..3c21c2f158d 100644 --- a/modules/enum/enum.c +++ b/modules/enum/enum.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Enum and E164 related functions * * Copyright (C) 2002-2010 Juha Heinanen diff --git a/modules/enum/enum.h b/modules/enum/enum.h index 39bc52cfeba..838caf60c2c 100644 --- a/modules/enum/enum.h +++ b/modules/enum/enum.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Header file for Enum and E164 related functions * * Copyright (C) 2002-2008 Juha Heinanen diff --git a/modules/enum/enum_mod.c b/modules/enum/enum_mod.c index b1ffb664e7a..2bab48981dd 100644 --- a/modules/enum/enum_mod.c +++ b/modules/enum/enum_mod.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Enum module * * Copyright (C) 2002-2008 Juha Heinanen @@ -21,11 +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-12-15: added suffix parameter to enum_query (jh) */ /*! diff --git a/modules/enum/enum_mod.h b/modules/enum/enum_mod.h index ab92cdc6323..b4da805d12e 100644 --- a/modules/enum/enum_mod.h +++ b/modules/enum/enum_mod.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Enum module headers * * Copyright (C) 2002-2003 Juha Heinanen