diff --git a/phpBB/docs/sphinx_exceptions.txt b/phpBB/docs/sphinx_exceptions.txt index 015654dca1..5d5c342408 100644 --- a/phpBB/docs/sphinx_exceptions.txt +++ b/phpBB/docs/sphinx_exceptions.txt @@ -1,5 +1,4 @@ # Sample tokenised exception file for phpBB using Sphinx search engine -# Copyright (c) 2020 -- KYPREO # # Exceptions allow one or more tokens to be mapped to a single keyword. # Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation. diff --git a/phpBB/docs/sphinx_wordforms.txt b/phpBB/docs/sphinx_wordforms.txt index 0de3984f20..1fc5188441 100644 --- a/phpBB/docs/sphinx_wordforms.txt +++ b/phpBB/docs/sphinx_wordforms.txt @@ -1,5 +1,4 @@ # Sample wordforms file for phpBB using Sphinx search engine -# Copyright (c) 2020 -- KYPREO # # Wordform rules map different word forms to a single normal form. # Wordforms are defined AFTER tokenisation and are therefore case insensitive and cannot contain ignored characters.