Skip to content

Commit 9d81064

Browse files
author
David Castro
committed
INT-16557: Re-branding: Blackboard -> Open LMS
1 parent c375ba2 commit 9d81064

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Redis lock
22

33
## About
4-
Provides a Moodle lock factory class for locking with Redis. This plugin was contributed by the Blackboard Open LMS Product Development team. Blackboard is an education technology company dedicated to bringing excellent online teaching to institutions across the globe. We serve colleges and universities, schools and organizations by supporting the software that educators use to manage and deliver instructional content to learners in virtual classrooms.
4+
Provides a Moodle lock factory class for locking with Redis. This plugin was contributed by the Open LMS Product Development team. Open LMS is an education technology company dedicated to bringing excellent online teaching to institutions across the globe. We serve colleges and universities, schools and organizations by supporting the software that educators use to manage and deliver instructional content to learners in virtual classrooms.
55

66
## Requirements
77
* Moodle 2.9 or greater

classes/lock/redis_lock_factory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package local_redislock
2121
* @author Sam Chaffee
22-
* @copyright Copyright (c) 2015 Blackboard Inc. (http://www.blackboard.com)
22+
* @copyright Copyright (c) 2015 Open LMS (https://www.openlms.net)
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525

@@ -36,7 +36,7 @@
3636
*
3737
* @package local_redislock
3838
* @author Sam Chaffee
39-
* @copyright Copyright (c) 2015 Blackboard Inc. (http://www.blackboard.com)
39+
* @copyright Copyright (c) 2015 Open LMS (https://www.openlms.net)
4040
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
4141
*/
4242

classes/privacy/provider.php

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

@@ -29,7 +29,7 @@
2929
/**
3030
* Privacy Subsystem for local_redislock implementing null_provider.
3131
*
32-
* @copyright Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com)
32+
* @copyright Copyright (c) 2018 Open LMS (https://www.openlms.net)
3333
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3434
*/
3535
class provider implements \core_privacy\local\metadata\null_provider {

lang/en/local_redislock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package local_redislock
2121
* @author Sam Chaffee
22-
* @copyright Copyright (c) 2015 Blackboard Inc. (http://www.blackboard.com)
22+
* @copyright Copyright (c) 2015 Open LMS (https://www.openlms.net)
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525
defined('MOODLE_INTERNAL') || die();

tests/redis_lock_factory_test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package local_redislock
2121
* @author Sam Chaffee
22-
* @copyright Copyright (c) 2015 Blackboard Inc. (http://www.blackboard.com)
22+
* @copyright Copyright (c) 2015 Open LMS (https://www.openlms.net)
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525

@@ -33,7 +33,7 @@
3333
*
3434
* @package local_redislock
3535
* @author Sam Chaffee
36-
* @copyright Copyright (c) 2015 Blackboard Inc. (http://www.blackboard.com)
36+
* @copyright Copyright (c) 2015 Open LMS (https://www.openlms.net)
3737
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3838
*/
3939

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package local_redislock
2121
* @author Sam Chaffee
22-
* @copyright Copyright (c) 2015 Blackboard Inc. (http://www.blackboard.com)
22+
* @copyright Copyright (c) 2015 Open LMS (https://www.openlms.net)
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525
defined('MOODLE_INTERNAL') || die();

0 commit comments

Comments
 (0)