aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/diff
diff options
context:
space:
mode:
authorYuriy Rusko <github@rusko.net>2014-05-28 01:05:46 +0200
committerYuriy Rusko <github@rusko.net>2014-05-28 01:07:56 +0200
commit55e1f02151adbe9d66a2d87c00c4f1959739aa36 (patch)
tree60dbb81e3596193d92bdd8d53bba6d4a7d853757 /phpBB/includes/diff
parent2a42aee8acfcab79b0dd43572b9da2c4dd8a288a (diff)
downloadforums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar
forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar.gz
forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar.bz2
forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar.xz
forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.zip
[ticket/12594] Replace phpBB Group with phpBB Limited
PHPBB3-12594
Diffstat (limited to 'phpBB/includes/diff')
-rw-r--r--phpBB/includes/diff/diff.php2
-rw-r--r--phpBB/includes/diff/engine.php2
-rw-r--r--phpBB/includes/diff/renderer.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/diff/diff.php b/phpBB/includes/diff/diff.php
index 3260a0cb00..dd0fbcee02 100644
--- a/phpBB/includes/diff/diff.php
+++ b/phpBB/includes/diff/diff.php
@@ -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
diff --git a/phpBB/includes/diff/engine.php b/phpBB/includes/diff/engine.php
index d4ce4147a3..bc21b3b9ba 100644
--- a/phpBB/includes/diff/engine.php
+++ b/phpBB/includes/diff/engine.php
@@ -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
diff --git a/phpBB/includes/diff/renderer.php b/phpBB/includes/diff/renderer.php
index a3ece15c3a..6b7f07cf9c 100644
--- a/phpBB/includes/diff/renderer.php
+++ b/phpBB/includes/diff/renderer.php
@@ -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.