[feature/sphinx-fulltext-search] minor fixes in formatting

Add a newline at the end of files. Update License information in package
docbloc.

PHPBB3-10946
This commit is contained in:
Dhruv Goel 2012-06-26 02:35:36 +05:30 committed by Dhruv
parent 99d4660df6
commit 8d76bc45ee
4 changed files with 5 additions and 9 deletions

View file

@ -2,9 +2,8 @@
/** /**
* *
* @package search * @package search
* @version $Id$
* @copyright (c) 2005 phpBB Group * @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */

View file

@ -2,9 +2,8 @@
/** /**
* *
* @package search * @package search
* @version $Id$
* @copyright (c) 2005 phpBB Group * @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */
@ -1167,5 +1166,3 @@ function sphinx_read_last_lines($file, $amount)
return $string; return $string;
} }
?>