瀏覽代碼

srdb1 Remove SVN id's and history

Olle E. Johansson 10 年之前
父節點
當前提交
c9f26b592c

+ 1 - 3
lib/srdb1/README

@@ -1,6 +1,4 @@
-$Id$
-
-This directory contains generic database support interface. The interface 
+This directory contains the generic database support interface - db1. The interface 
 should be used by all modules willing to communicate with a database. Kamailio
 can then switch from one database to another simply by loading a different 
 database support module. Directory example contains a very simple example 

+ 0 - 8
lib/srdb1/db.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  * 
@@ -20,12 +18,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-06  bind_dbmod takes dbf as parameter (andrei)
-  *  2006-10-10  Added support for retrieving the last inserted ID (Carsten Bock, BASIS AudioNet GmbH)
-  */
 
 /**
  * \file lib/srdb1/db.c

+ 0 - 2
lib/srdb1/db.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_cap.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2004 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_con.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_id.c

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Copyright (C) 2001-2005 iptel.org
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_id.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Copyright (C) 2001-2005 iptel.org
  * Copyright (C) 2007-2008 1&1 Internet AG
  * 

+ 0 - 2
lib/srdb1/db_key.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_locking.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This file is part of Kamailio, a free SIP server.
  *
  * Kamailio is free software; you can redistribute it and/or modify

+ 0 - 2
lib/srdb1/db_op.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_pool.c

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Copyright (C) 2001-2005 iptel.org
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_pool.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Copyright (C) 2001-2005 iptel.org
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_pooling.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_query.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007-2008 1&1 Internet AG
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
lib/srdb1/db_query.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007-2008 1&1 Internet AG
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
lib/srdb1/db_res.c

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_res.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_row.c

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_row.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_ut.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_ut.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_val.c

@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2008-2009 1&1 Internet AG
  *

+ 0 - 2
lib/srdb1/db_val.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2007-2008 1&1 Internet AG
  *