aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions_sphinx.php5
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php5
-rw-r--r--phpBB/includes/sphinxapi-0.9.8.php2
-rw-r--r--phpBB/language/en/mods/fulltext_sphinx.php2
4 files changed, 5 insertions, 9 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
+//
diff --git a/phpBB/language/en/mods/fulltext_sphinx.php b/phpBB/language/en/mods/fulltext_sphinx.php
index e06328afc8..f3fd68aa62 100644
--- a/phpBB/language/en/mods/fulltext_sphinx.php
+++ b/phpBB/language/en/mods/fulltext_sphinx.php
@@ -62,4 +62,4 @@ $lang = array_merge($lang, array(
'FULLTEXT_SPHINX_STOPWORDS_FILE_EXPLAIN' => 'This setting only works with autoconf enabled. You can place a file called sphinx_stopwords.txt containing one word in each line in your config directory. If this file is present these words will be excluded from the indexing process.',
));
-?> \ No newline at end of file
+?>