From f207f383422788000d6ac95a5e1e80cbceb83301 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sun, 15 Aug 2021 13:05:57 +0200 Subject: Remove leftover legacy headers A few of the old headers were not removed as part of PR #728. --- drivers/adodb-odbc_mssql2012.inc.php | 10 ---------- drivers/adodb-sqlite.inc.php | 23 +++++------------------ 2 files changed, 5 insertions(+), 28 deletions(-) (limited to 'drivers') 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 @@