aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-06-11 15:04:38 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-07-05 21:13:32 +0530
commit26bfeb0016f2f3634401061d0aff55acb63aff2a (patch)
treeccdc37c03a3e07fde0a2b0afa5ca1137919b50de /phpBB/includes/search/fulltext_postgres.php
parent30508b406b16d94218cf23b8720a942fd263b207 (diff)
downloadforums-26bfeb0016f2f3634401061d0aff55acb63aff2a.tar
forums-26bfeb0016f2f3634401061d0aff55acb63aff2a.tar.gz
forums-26bfeb0016f2f3634401061d0aff55acb63aff2a.tar.bz2
forums-26bfeb0016f2f3634401061d0aff55acb63aff2a.tar.xz
forums-26bfeb0016f2f3634401061d0aff55acb63aff2a.zip
[feature/postgresql-fulltext-search] fixing license
PHPBB3-9730
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index 00818e3353..3f0d018631 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -2,9 +2,8 @@
/**
*
* @package search
-* @version $Id: fulltext_postgres.php,v 1.49 2010/02/12 10:10:36 frantic Exp $
* @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
*
*/