Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4752: Remove the deprecated "All rights reserved" phrase #4753

Open
wants to merge 1 commit into
base: feature
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion admin/inc/class_form.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/inc/class_page.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/inc/class_table.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/inc/functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/inc/functions_themes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/inc/functions_view_manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/attachment_types.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/badwords.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/banning.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/calendars.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/help_documents.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
6 changes: 3 additions & 3 deletions admin/modules/config/languages.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down Expand Up @@ -257,7 +257,7 @@

// Lets make nice credits header in language file
$lang_file_credits = "<?php\n/**\n";
$lang_file_credits .= " * MyBB Copyright 2014 MyBB Group, All Rights Reserved\n *\n";
$lang_file_credits .= " * MyBB Copyright 2014 MyBB Group\n *\n";
$lang_file_credits .= " * Website: https://mybb.com\n";
$lang_file_credits .= " * License: https://mybb.com/about/license\n *\n */\n\n";
$lang_file_credits .= "// ".str_repeat('-',80)."\n";
Expand Down Expand Up @@ -501,7 +501,7 @@

// Lets make nice credits header in language file
$lang_file_credits = "<?php\n/**\n";
$lang_file_credits .= " * MyBB Copyright 2014 MyBB Group, All Rights Reserved\n *\n";
$lang_file_credits .= " * MyBB Copyright 2014 MyBB Group\n *\n";
$lang_file_credits .= " * Website: https://mybb.com\n";
$lang_file_credits .= " * License: https://mybb.com/about/license\n *\n */\n\n";
$lang_file_credits .= "// ".str_repeat('-',80)."\n";
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/mod_tools.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/module_meta.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/mycode.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/plugins.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/post_icons.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/profile_fields.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/questions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/report_reasons.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/settings.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/smilies.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/spiders.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/thread_prefixes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/config/warning.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/forum/announcements.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/forum/attachments.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/forum/management.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/forum/moderation_queue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/forum/module_meta.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/home/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/home/module_meta.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/home/preferences.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/style/module_meta.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/style/templates.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/style/themes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/tools/adminlog.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/tools/backupdb.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/tools/cache.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/tools/file_verification.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down
2 changes: 1 addition & 1 deletion admin/modules/tools/mailerrors.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
* Copyright 2014 MyBB Group
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
Expand Down