[ticket/275] Fix incorrect copyrights in portal files

B3P-275
This commit is contained in:
Marc Alexander
2014-06-28 13:54:19 +02:00
parent 1f3d7f996c
commit 909c123cd9
10 changed files with 23 additions and 37 deletions

View File

@@ -1,14 +1,11 @@
<?php <?php
/** /**
* *
* @package phpBB3 * @package Board3 Portal v2.1
* @copyright (c) 2006 phpBB Group * @copyright (c) 2014 Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
* This file creates new schema files for every database. * This file checks the spelling in language files.
* The filenames will be prefixed with an underscore to not overwrite the current schema files.
*
* If you overwrite the original schema files please make sure you save the file with UNIX linefeeds.
*/ */
$root_path = dirname(__FILE__) . '/../'; $root_path = dirname(__FILE__) . '/../';
@@ -41,7 +38,6 @@ foreach ($iterator as $file_info)
{ {
if (preg_match('/\b(?:(' . $misspell . '))\b/', $content) != false) if (preg_match('/\b(?:(' . $misspell . '))\b/', $content) != false)
{ {
//$output .= "Found misspelling \"$misspell\" in $file<br />Should probably be: $correct<br /><br />";
$found_misspellings[$misspell] = $correct; $found_misspellings[$misspell] = $correct;
} }
} }
@@ -74,7 +70,6 @@ foreach ($iterator as $file_info)
{ {
if (preg_match('/\b(?:(' . $misspell . '))\b/', $content) != false) if (preg_match('/\b(?:(' . $misspell . '))\b/', $content) != false)
{ {
//$output .= "Found misspelling \"$misspell\" in $file<br />Should probably be: $correct<br /><br />";
$found_misspellings[$misspell] = $correct; $found_misspellings[$misspell] = $correct;
} }
} }

View File

@@ -1,8 +1,8 @@
<?php <?php
/** /**
* *
* @package phpBB Gallery Testing * @package Board3 Portal Testing
* @copyright (c) 2013 nickvergessen * @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */

View File

@@ -1,8 +1,8 @@
<?php <?php
/** /**
* *
* @package phpBB Gallery Testing * @package Board3 Portal Testing
* @copyright (c) 2013 nickvergessen * @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */

View File

@@ -1,8 +1,8 @@
<?php <?php
/** /**
* *
* @package phpBB Gallery Testing * @package Board3 Portal Testing
* @copyright (c) 2013 nickvergessen * @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */

View File

@@ -1,8 +1,8 @@
<?php <?php
/** /**
* *
* @package phpBB Gallery Testing * @package Board3 Portal Testing
* @copyright (c) 2013 nickvergessen * @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */

View File

@@ -1,8 +1,8 @@
<?php <?php
/** /**
* *
* @package phpBB Gallery Testing * @package Board3 Portal Testing
* @copyright (c) 2013 nickvergessen * @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* *
* @package testing * @package Board3 Portal Testing
* @copyright (c) Board3 Group ( www.board3.de ) * @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *

View File

@@ -1,12 +1,9 @@
#!/bin/bash #!/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 <https://www.phpbb.com> # @copyright (c) Board3 Group <http://www.board3.de>
# @license GNU General Public License, version 2 (GPL-2.0) # @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
# #
set -e set -e
set -x set -x

View File

@@ -1,12 +1,9 @@
#!/bin/bash #!/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 <https://www.phpbb.com> # @copyright (c) Board3 Group <http://www.board3.de>
# @license GNU General Public License, version 2 (GPL-2.0) # @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
# #
set -e set -e
set -x set -x

View File

@@ -1,12 +1,9 @@
#!/bin/bash #!/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 <https://www.phpbb.com> # @copyright (c) Board3 Group <http://www.board3.de>
# @license GNU General Public License, version 2 (GPL-2.0) # @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
# #
set -e set -e
set -x set -x