From ab427110cbf5ec80f7791358573a31f318a4fc83 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Mon, 16 Mar 2015 19:58:07 +0100 Subject: [PATCH] db_text: Remove SVN ID, remove history notes --- modules/db_text/dbt_api.c | 5 ----- modules/db_text/dbt_api.h | 6 ------ modules/db_text/dbt_base.c | 7 ------- modules/db_text/dbt_file.c | 6 ------ modules/db_text/dbt_lib.c | 6 ------ modules/db_text/dbt_lib.h | 6 ------ modules/db_text/dbt_res.c | 10 ---------- modules/db_text/dbt_res.h | 6 ------ modules/db_text/dbt_tb.c | 6 ------ modules/db_text/dbt_util.c | 6 ------ modules/db_text/dbt_util.h | 6 ------ modules/db_text/dbtext.c | 9 --------- modules/db_text/dbtext.h | 6 ------ 13 files changed, 85 deletions(-) diff --git a/modules/db_text/dbt_api.c b/modules/db_text/dbt_api.c index f94190a4eac..f81012b6d5c 100644 --- a/modules/db_text/dbt_api.c +++ b/modules/db_text/dbt_api.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,9 +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-02-05 created by Daniel * */ diff --git a/modules/db_text/dbt_api.h b/modules/db_text/dbt_api.h index cb63ef815dc..381a7188b9d 100644 --- a/modules/db_text/dbt_api.h +++ b/modules/db_text/dbt_api.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-02-05 created by Daniel - * */ diff --git a/modules/db_text/dbt_base.c b/modules/db_text/dbt_base.c index 1a7f10c0f6f..fc70433ebea 100644 --- a/modules/db_text/dbt_base.c +++ b/modules/db_text/dbt_base.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText module core functions * * Copyright (C) 2001-2003 FhG Fokus @@ -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: - * -------- - * 2009-03-01 added support for ORDER-BY clause by Edgar Holleis - * 2003-01-30 created by Daniel - * */ #include diff --git a/modules/db_text/dbt_file.c b/modules/db_text/dbt_file.c index 7cfd799fa18..5d9ca849e84 100644 --- a/modules/db_text/dbt_file.c +++ b/modules/db_text/dbt_file.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-02-03 created by Daniel - * */ #include diff --git a/modules/db_text/dbt_lib.c b/modules/db_text/dbt_lib.c index dc63c0e8480..32364a04934 100644 --- a/modules/db_text/dbt_lib.c +++ b/modules/db_text/dbt_lib.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-01-30 created by Daniel - * */ #include diff --git a/modules/db_text/dbt_lib.h b/modules/db_text/dbt_lib.h index 05ab0bb7a69..2505a58afb6 100644 --- a/modules/db_text/dbt_lib.h +++ b/modules/db_text/dbt_lib.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-01-30 created by Daniel - * */ diff --git a/modules/db_text/dbt_res.c b/modules/db_text/dbt_res.c index bff71b0e967..268879b2755 100644 --- a/modules/db_text/dbt_res.c +++ b/modules/db_text/dbt_res.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText module core functions * * Copyright (C) 2001-2003 FhG Fokus @@ -21,14 +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: - * -------- - * 2009-03-01 added support for ORDER-BY clause by Edgar Holleis - * 2003-06-05 fixed bug: when comparing two values and the first was less than - * the second one, the result of 'dbt_row_match' was always true, - * thanks to Gabriel, (Daniel) - * 2003-02-04 created by Daniel - * */ #include diff --git a/modules/db_text/dbt_res.h b/modules/db_text/dbt_res.h index 0f908e7f007..7ad26ad3014 100644 --- a/modules/db_text/dbt_res.h +++ b/modules/db_text/dbt_res.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText module core functions * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-02-04 created by Daniel - * */ diff --git a/modules/db_text/dbt_tb.c b/modules/db_text/dbt_tb.c index 02f2aa660a0..b0d6c49ecda 100644 --- a/modules/db_text/dbt_tb.c +++ b/modules/db_text/dbt_tb.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-02-03 created by Daniel - * */ #include diff --git a/modules/db_text/dbt_util.c b/modules/db_text/dbt_util.c index 919b4e0f4ae..2d96b660271 100644 --- a/modules/db_text/dbt_util.c +++ b/modules/db_text/dbt_util.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-01-30 created by Daniel - * */ #include diff --git a/modules/db_text/dbt_util.h b/modules/db_text/dbt_util.h index 9f19c4d56de..483987ef3dd 100644 --- a/modules/db_text/dbt_util.h +++ b/modules/db_text/dbt_util.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText library * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-01-30 created by Daniel - * */ diff --git a/modules/db_text/dbtext.c b/modules/db_text/dbtext.c index ab84562504d..142f1c5844f 100644 --- a/modules/db_text/dbtext.c +++ b/modules/db_text/dbtext.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText module interface * * Copyright (C) 2001-2003 FhG Fokus @@ -22,13 +20,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-01-30 created by Daniel - * 2003-03-11 New module interface (janakj) - * 2003-03-16 flags export parameter added (janakj) - * 2014-12-10 added the null string handling (for compatibility with dialplan) - * */ #include diff --git a/modules/db_text/dbtext.h b/modules/db_text/dbtext.h index 48f62cdebd2..5517bd0f25d 100644 --- a/modules/db_text/dbtext.h +++ b/modules/db_text/dbtext.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * DBText module core functions * * Copyright (C) 2001-2003 FhG Fokus @@ -21,10 +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-01-30 created by Daniel - * */