Skip to content

Commit d2ec0b9

Browse files
author
Rens Sikma
committed
Merge branch 'fix-copyright' into 'master'
fix wrong copyright See merge request training/lab-tools/moodle-local_oauth!7
2 parents 643b39d + bb01f2a commit d2ec0b9

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

classes/form/authorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* local_oauth user granted event.
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424
namespace local_oauth\form;

classes/form/edit_client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin form for edit_client
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

classes/storage_moodle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package local_oauth
2121
* @subpackage oauth
22-
* @copyright https://github.com/examus/moodle-local_oauth
22+
* @copyright https://github.com/projectestac/moodle-local_oauth
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525

db/access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Local OAuth Tasks
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

db/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Local OAuth Tasks
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin edit file
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
**/
2424

lang/ca/local_oauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin ca translations
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424
$string['addclient'] = 'Afegeix client nou';

lang/en/local_oauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin en translations
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424
$string['addclient'] = 'Add new client';

lang/es/local_oauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin es translations
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424
$string['addclient'] = 'Añadir nuevo cliente';

lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin lib file
1919
*
2020
* @package local_oauth
21-
* @copyright https://github.com/examus/moodle-local_oauth
21+
* @copyright https://github.com/projectestac/moodle-local_oauth
2222
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

0 commit comments

Comments
 (0)