Skip to content

Commit 1105f88

Browse files
author
David Castro
committed
INT-16557: Re-branding: Blackboard -> Open LMS
1 parent 73097ae commit 1105f88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+90
-90
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This plugin was contributed by the Blackboard Open LMS Product Development team. Blackboard is an education technology company
1+
This plugin was contributed by the Open LMS Product Development team. Open LMS is an education technology company
22
dedicated to bringing excellent online teaching to institutions across the globe. We serve colleges and universities,
33
schools and organizations by supporting the software that educators use to manage and deliver instructional content to
44
learners in virtual classrooms.

amd/build/accessibility.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/src/accessibility.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616
*
1717
* @package mod_hsuforum
18-
* @author Rafael Becerra rafael.becerrarodriguez@blackboard.com
19-
* @copyright Copyright (c) 2019 Blackboard Inc. (http://www.blackboard.com)
18+
* @author Rafael Becerra rafael.becerrarodriguez@openlms.net
19+
* @copyright Copyright (c) 2019 Open LMS (https://www.openlms.net)
2020
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2121
*/
2222

backup/moodle1/lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* Provides support for the conversion of moodle1 backup to the moodle2 format
2020
*
2121
* @package mod_hsuforum
22-
* @copyright 2011 Mark Nielsen <osdev@blackboard.com>
22+
* @copyright 2011 Mark Nielsen
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24-
* @copyright Copyright (c) 2012 Blackboard Inc. (http://www.blackboard.com)
24+
* @copyright Copyright (c) 2012 Open LMS (https://www.openlms.net)
2525
* @author Mark Nielsen
2626
*/
2727

backup/moodle2/backup_hsuforum_activity_task.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @category backup
2323
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
2424
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25-
* @copyright Copyright (c) 2012 Blackboard Inc. (http://www.blackboard.com)
25+
* @copyright Copyright (c) 2012 Open LMS (https://www.openlms.net)
2626
* @author Mark Nielsen
2727
*/
2828

backup/moodle2/backup_hsuforum_settingslib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @subpackage backup-moodle2
2121
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23-
* @copyright Copyright (c) 2012 Blackboard Inc. (http://www.blackboard.com)
23+
* @copyright Copyright (c) 2012 Open LMS (https://www.openlms.net)
2424
* @author Mark Nielsen
2525
*/
2626

backup/moodle2/backup_hsuforum_stepslib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @subpackage backup-moodle2
2121
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23-
* @copyright Copyright (c) 2012 Blackboard Inc. (http://www.blackboard.com)
23+
* @copyright Copyright (c) 2012 Open LMS (https://www.openlms.net)
2424
* @author Mark Nielsen
2525
*/
2626

backup/moodle2/restore_hsuforum_activity_task.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @subpackage backup-moodle2
2121
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23-
* @copyright Copyright (c) 2012 Blackboard Inc. (http://www.blackboard.com)
23+
* @copyright Copyright (c) 2012 Open LMS (https://www.openlms.net)
2424
* @author Mark Nielsen
2525
*/
2626

backup/moodle2/restore_hsuforum_stepslib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @subpackage backup-moodle2
2121
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23-
* @copyright Copyright (c) 2012 Blackboard Inc. (http://www.blackboard.com)
23+
* @copyright Copyright (c) 2012 Open LMS (https://www.openlms.net)
2424
* @author Mark Nielsen
2525
*/
2626

classes/attachments.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Post attachments handler
1919
*
2020
* @package mod_hsuforum
21-
* @copyright Copyright (c) 2013 Blackboard Inc. (http://www.blackboard.com)
21+
* @copyright Copyright (c) 2013 Open LMS (https://www.openlms.net)
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

@@ -28,7 +28,7 @@
2828

2929
/**
3030
* @package mod_hsuforum
31-
* @copyright Copyright (c) 2013 Blackboard Inc. (http://www.blackboard.com)
31+
* @copyright Copyright (c) 2013 Open LMS (https://www.openlms.net)
3232
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3333
*/
3434
class attachments {

0 commit comments

Comments
 (0)