Forgot to properly update the file header of mssqlnative.php, revising r10489 [Bug #57055]

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10490 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2010-02-11 00:05:32 +00:00
parent 1802b9ff92
commit 7332b3b741

View file

@ -2,10 +2,12 @@
/** /**
* *
* @package dbal * @package dbal
* @version $Id$
* @copyright (c) 2010 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* This is the MS SQL Server Native database abstraction layer. * This is the MS SQL Server Native database abstraction layer.
* PHP mssql native driver required. * PHP mssql native driver required.
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @author Chris Pucci * @author Chris Pucci
* *
*/ */