Merge pull request #276 from marc1706/ticket/275

[ticket/275] Fix incorrect copyrights in portal files
This commit is contained in:
Marc Alexander
2014-06-28 14:12:30 +02:00
10 changed files with 23 additions and 37 deletions

View File

@@ -1,14 +1,11 @@
<?php
/**
*
* @package phpBB3
* @copyright (c) 2006 phpBB Group
* @package Board3 Portal v2.1
* @copyright (c) 2014 Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
* This file creates new schema files for every database.
* 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.
* This file checks the spelling in language files.
*/
$root_path = dirname(__FILE__) . '/../';
@@ -41,7 +38,6 @@ foreach ($iterator as $file_info)
{
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;
}
}
@@ -74,7 +70,6 @@ foreach ($iterator as $file_info)
{
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;
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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 <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.
# @copyright (c) Board3 Group <http://www.board3.de>
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x

View File

@@ -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 <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.
# @copyright (c) Board3 Group <http://www.board3.de>
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x

View File

@@ -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 <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.
# @copyright (c) Board3 Group <http://www.board3.de>
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x