diff --git a/develop/spellchecker.php b/develop/spellchecker.php
index 249af4d2..593b1c68 100644
--- a/develop/spellchecker.php
+++ b/develop/spellchecker.php
@@ -1,14 +1,11 @@
Should probably be: $correct
";
$found_misspellings[$misspell] = $correct;
}
}
@@ -74,7 +70,6 @@ foreach ($iterator as $file_info)
{
if (preg_match('/\b(?:(' . $misspell . '))\b/', $content) != false)
{
- //$output .= "Found misspelling \"$misspell\" in $file
Should probably be: $correct
";
$found_misspellings[$misspell] = $correct;
}
}
diff --git a/tests/systemtests/base_database_test.php b/tests/systemtests/base_database_test.php
index edb86d2d..b36cd05a 100644
--- a/tests/systemtests/base_database_test.php
+++ b/tests/systemtests/base_database_test.php
@@ -1,8 +1,8 @@
-# @license GNU General Public License, version 2 (GPL-2.0)
-#
-# For full copyright and license information, please see
-# the docs/CREDITS.txt file.
+# @copyright (c) Board3 Group
+# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x
diff --git a/travis/prepare-coveralls.sh b/travis/prepare-coveralls.sh
index 010cd997..2b2ed202 100755
--- a/travis/prepare-coveralls.sh
+++ b/travis/prepare-coveralls.sh
@@ -1,12 +1,9 @@
#!/bin/bash
#
-# This file is part of the phpBB Forum Software package.
+# This file is part of the Board3 Portal package.
#
-# @copyright (c) phpBB Limited
-# @license GNU General Public License, version 2 (GPL-2.0)
-#
-# For full copyright and license information, please see
-# the docs/CREDITS.txt file.
+# @copyright (c) Board3 Group
+# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x
diff --git a/travis/run-testsuite.sh b/travis/run-testsuite.sh
index fbe5ea07..2c80576e 100755
--- a/travis/run-testsuite.sh
+++ b/travis/run-testsuite.sh
@@ -1,12 +1,9 @@
#!/bin/bash
#
-# This file is part of the phpBB Forum Software package.
+# This file is part of the Board3 Portal package.
#
-# @copyright (c) phpBB Limited
-# @license GNU General Public License, version 2 (GPL-2.0)
-#
-# For full copyright and license information, please see
-# the docs/CREDITS.txt file.
+# @copyright (c) Board3 Group
+# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x