Skip to content

Commit 68011de

Browse files
committed
add LINCENSE, and fix copyright
1 parent c19e828 commit 68011de

18 files changed

+708
-17
lines changed

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

classes/claim/address.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\claim;

classes/claim/claim.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\claim;

classes/claim/email.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\claim;

classes/claim/enrolments.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\claim;

classes/claim/phone.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\claim;

classes/claim/profile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\claim;

classes/client.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin index file
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth;

classes/privacy/provider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Plugin privicy provider
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425
namespace local_oauth\privacy;

classes/server.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* Server class
1919
*
2020
* @package local_oauth
21-
* @copyright 2024 Rens Sikma <[email protected]>
21+
* @copyright 2024 AT Computing
22+
* @author Rens Sikma <[email protected]>
2223
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
2425

0 commit comments

Comments
 (0)