diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-06-26 02:35:36 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-12 17:27:25 +0530 |
commit | 8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9 (patch) | |
tree | c506724b1bd51d6fd4f142863126096732ca9e2b /phpBB/includes | |
parent | 99d4660df68d71ea56cccb150ae858c1dd7575b8 (diff) | |
download | forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar.gz forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar.bz2 forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.tar.xz forums-8d76bc45ee19186f40dd3b459a9bd33e5e4c23d9.zip |
[feature/sphinx-fulltext-search] minor fixes in formatting
Add a newline at the end of files. Update License information in package
docbloc.
PHPBB3-10946
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_sphinx.php | 5 | ||||
-rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 5 | ||||
-rw-r--r-- | phpBB/includes/sphinxapi-0.9.8.php | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/phpBB/includes/functions_sphinx.php b/phpBB/includes/functions_sphinx.php index 976f93f77c..0f83f8cfb5 100644 --- a/phpBB/includes/functions_sphinx.php +++ b/phpBB/includes/functions_sphinx.php @@ -2,9 +2,8 @@ /** * * @package search -* @version $Id$ * @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 * */ @@ -504,4 +503,4 @@ class sphinx_config_comment } } -?>
\ No newline at end of file +?> diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 6c5092f4aa..9ae6438af2 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -2,9 +2,8 @@ /** * * @package search -* @version $Id$ * @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; } - -?>
\ No newline at end of file diff --git a/phpBB/includes/sphinxapi-0.9.8.php b/phpBB/includes/sphinxapi-0.9.8.php index 6a7ea17760..816895d464 100644 --- a/phpBB/includes/sphinxapi-0.9.8.php +++ b/phpBB/includes/sphinxapi-0.9.8.php @@ -1199,4 +1199,4 @@ class SphinxClient // // $Id$ -//
\ No newline at end of file +// |