mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12594] Replace phpBB Group with phpBB Limited
PHPBB3-12594
This commit is contained in:
@@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Code from pear.php.net, Text_Diff-1.1.0 package
|
||||
* http://pear.php.net/package/Text_Diff/
|
||||
*
|
||||
* Modified by phpBB Group to meet our coding standards
|
||||
* Modified by phpBB Limited to meet our coding standards
|
||||
* and being able to integrate into phpBB
|
||||
*
|
||||
* General API for generating and formatting diffs - the differences between
|
||||
|
@@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Code from pear.php.net, Text_Diff-1.1.0 package
|
||||
* http://pear.php.net/package/Text_Diff/ (native engine)
|
||||
*
|
||||
* Modified by phpBB Group to meet our coding standards
|
||||
* Modified by phpBB Limited to meet our coding standards
|
||||
* and being able to integrate into phpBB
|
||||
*
|
||||
* Class used internally by Text_Diff to actually compute the diffs. This
|
||||
|
@@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Code from pear.php.net, Text_Diff-1.1.0 package
|
||||
* http://pear.php.net/package/Text_Diff/
|
||||
*
|
||||
* Modified by phpBB Group to meet our coding standards
|
||||
* Modified by phpBB Limited to meet our coding standards
|
||||
* and being able to integrate into phpBB
|
||||
*
|
||||
* A class to render Diffs in different formats.
|
||||
|
@@ -432,7 +432,7 @@ function phpbb_version_compare($version1, $version2, $operator = null)
|
||||
* @param int $perms Permissions to set
|
||||
*
|
||||
* @return bool true on success, otherwise false
|
||||
* @author faw, phpBB Group
|
||||
* @author faw, phpBB Limited
|
||||
*/
|
||||
function phpbb_chmod($filename, $perms = CHMOD_READ)
|
||||
{
|
||||
|
@@ -189,7 +189,7 @@ class compress
|
||||
*
|
||||
* Zip extraction function by Alexandre Tedeschi, alexandrebr at gmail dot com
|
||||
*
|
||||
* Modified extensively by psoTFX and DavidMJ, (c) phpBB Group, 2003
|
||||
* Modified extensively by psoTFX and DavidMJ, (c) phpBB Limited, 2003
|
||||
*
|
||||
* Based on work by Eric Mueller and Denis125
|
||||
* Official ZIP file format: http://www.pkware.com/appnote.txt
|
||||
|
Reference in New Issue
Block a user