Skip to content

Commit bb01f2a

Browse files
committed
fix wrong copyright
1 parent 643b39d commit bb01f2a

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)