diff options
Diffstat (limited to 'phpBB/language/en/search_synonyms.php')
-rw-r--r-- | phpBB/language/en/search_synonyms.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/search_synonyms.php b/phpBB/language/en/search_synonyms.php index e544456226..6a8c257f0b 100644 --- a/phpBB/language/en/search_synonyms.php +++ b/phpBB/language/en/search_synonyms.php @@ -1,12 +1,13 @@ <?php /** * -* search_synonyms [English] +* This file is part of the phpBB Forum Software package. * -* @package language -* @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. * */ @@ -188,4 +189,3 @@ $synonyms = array( 'yeild' => 'yield', ); -?>
\ No newline at end of file |