summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-08-15 13:05:57 +0200
committerDamien Regad <dregad@mantisbt.org>2021-08-15 13:05:57 +0200
commitf207f383422788000d6ac95a5e1e80cbceb83301 (patch)
treed05451bf83334f275e1cf20d6919c2afd60fa7ca /drivers
parentbd14256ef2540f9af967290520c677c453abaef1 (diff)
downloadadodb-f207f383422788000d6ac95a5e1e80cbceb83301.tar.gz
adodb-f207f383422788000d6ac95a5e1e80cbceb83301.tar.bz2
adodb-f207f383422788000d6ac95a5e1e80cbceb83301.zip
Remove leftover legacy headers
A few of the old headers were not removed as part of PR #728.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/adodb-odbc_mssql2012.inc.php10
-rw-r--r--drivers/adodb-sqlite.inc.php23
2 files changed, 5 insertions, 28 deletions
diff --git a/drivers/adodb-odbc_mssql2012.inc.php b/drivers/adodb-odbc_mssql2012.inc.php
index 9ecaecfa..79fa3251 100644
--- a/drivers/adodb-odbc_mssql2012.inc.php
+++ b/drivers/adodb-odbc_mssql2012.inc.php
@@ -18,16 +18,6 @@
* @copyright 2000-2013 John Lim
* @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community
*/
-/*
- @version v5.21.1-dev Unreleased
- @copyright (c) 2015 Damien Regad, Mark Newnham and the ADOdb community
- Released under both BSD license and Lesser GPL library license.
- Whenever there is any discrepancy between the two licenses,
- the BSD license will take precedence.
- Set tabs to 4.
-
- Microsoft SQL Server 2012 via ODBC
-*/
if (!defined('ADODB_DIR'))
die();
diff --git a/drivers/adodb-sqlite.inc.php b/drivers/adodb-sqlite.inc.php
index 875acef7..0711f1dd 100644
--- a/drivers/adodb-sqlite.inc.php
+++ b/drivers/adodb-sqlite.inc.php
@@ -1,6 +1,10 @@
<?php
/**
- * FileDescription
+ * SQLite driver
+ *
+ * @link https://www.sqlite.org/
+ *
+ * @deprecated Use SQLite3 driver instead
*
* This file is part of ADOdb, a Database Abstraction Layer library for PHP.
*
@@ -18,23 +22,6 @@
* @copyright 2000-2013 John Lim
* @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community
*/
-/*
-@version v5.21.1-dev Unreleased
-@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
-@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
- Released under both BSD license and Lesser GPL library license.
- Whenever there is any discrepancy between the two licenses,
- the BSD license will take precedence.
-
- Latest version is available at https://adodb.org/
-
- SQLite info: http://www.hwaci.com/sw/sqlite/
-
- Install Instructions:
- ====================
- 1. Place this in adodb/drivers
- 2. Rename the file, remove the .txt prefix.
-*/
// security - hide paths
if (!defined('ADODB_DIR')) die();