From 4c2c1a6917399ed930dcd4375bbe3019e9616335 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Fri, 16 Jan 2015 14:23:16 -0500 Subject: [PATCH] MSFTMPP-64: Update copyright in auth_oidc --- auth.php | 2 +- classes/event/user_authed.php | 2 +- classes/event/user_connected.php | 2 +- classes/event/user_created.php | 2 +- classes/event/user_disconnected.php | 2 +- classes/event/user_loggedin.php | 2 +- classes/form/disconnect.php | 2 +- classes/httpclient.php | 2 +- classes/httpclientinterface.php | 2 +- classes/jwt.php | 2 +- classes/observers.php | 2 +- classes/oidcclient.php | 2 +- classes/tests/mockhttpclient.php | 2 +- classes/tests/mockoidcclient.php | 2 +- config.html | 2 +- db/access.php | 2 +- db/events.php | 2 +- db/upgrade.php | 2 +- index.php | 2 +- lang/en/auth_oidc.php | 2 +- tests/jwt_test.php | 2 +- tests/oidcclient_test.php | 2 +- ucp.php | 2 +- version.php | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/auth.php b/auth.php index 18478b3..9c1abb7 100644 --- a/auth.php +++ b/auth.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ defined('MOODLE_INTERNAL') || die(); diff --git a/classes/event/user_authed.php b/classes/event/user_authed.php index 49b6d81..25e7ea7 100644 --- a/classes/event/user_authed.php +++ b/classes/event/user_authed.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\event; diff --git a/classes/event/user_connected.php b/classes/event/user_connected.php index 7894794..2ba10d9 100644 --- a/classes/event/user_connected.php +++ b/classes/event/user_connected.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\event; diff --git a/classes/event/user_created.php b/classes/event/user_created.php index 2bf6a47..22fe4fa 100644 --- a/classes/event/user_created.php +++ b/classes/event/user_created.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\event; diff --git a/classes/event/user_disconnected.php b/classes/event/user_disconnected.php index aa352e1..72aab19 100644 --- a/classes/event/user_disconnected.php +++ b/classes/event/user_disconnected.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\event; diff --git a/classes/event/user_loggedin.php b/classes/event/user_loggedin.php index 592c607..80aea56 100644 --- a/classes/event/user_loggedin.php +++ b/classes/event/user_loggedin.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\event; diff --git a/classes/form/disconnect.php b/classes/form/disconnect.php index 1da538e..636dbea 100644 --- a/classes/form/disconnect.php +++ b/classes/form/disconnect.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\form; diff --git a/classes/httpclient.php b/classes/httpclient.php index 45397c2..8b759a2 100644 --- a/classes/httpclient.php +++ b/classes/httpclient.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc; diff --git a/classes/httpclientinterface.php b/classes/httpclientinterface.php index 1edeb93..1906eac 100644 --- a/classes/httpclientinterface.php +++ b/classes/httpclientinterface.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc; diff --git a/classes/jwt.php b/classes/jwt.php index faf8d57..b8f8bea 100644 --- a/classes/jwt.php +++ b/classes/jwt.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc; diff --git a/classes/observers.php b/classes/observers.php index 2283d56..3c569e3 100644 --- a/classes/observers.php +++ b/classes/observers.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc; diff --git a/classes/oidcclient.php b/classes/oidcclient.php index ebf4674..10e3c5b 100644 --- a/classes/oidcclient.php +++ b/classes/oidcclient.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc; diff --git a/classes/tests/mockhttpclient.php b/classes/tests/mockhttpclient.php index d6aa237..3d17a36 100644 --- a/classes/tests/mockhttpclient.php +++ b/classes/tests/mockhttpclient.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\tests; diff --git a/classes/tests/mockoidcclient.php b/classes/tests/mockoidcclient.php index c04d098..f38b30b 100644 --- a/classes/tests/mockoidcclient.php +++ b/classes/tests/mockoidcclient.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ namespace auth_oidc\tests; diff --git a/config.html b/config.html index 040a428..fb7719f 100644 --- a/config.html +++ b/config.html @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ global $CFG, $OUTPUT; diff --git a/db/access.php b/db/access.php index 827d008..c9dd852 100644 --- a/db/access.php +++ b/db/access.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ defined('MOODLE_INTERNAL') || die(); diff --git a/db/events.php b/db/events.php index 032f045..2bc3621 100644 --- a/db/events.php +++ b/db/events.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ $observers = [ diff --git a/db/upgrade.php b/db/upgrade.php index 66f0f8a..dc32f2f 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ /** diff --git a/index.php b/index.php index 099bd51..5251e29 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ require_once(__DIR__.'/../../config.php'); diff --git a/lang/en/auth_oidc.php b/lang/en/auth_oidc.php index 6d72e29..1890177 100644 --- a/lang/en/auth_oidc.php +++ b/lang/en/auth_oidc.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ $string['pluginname'] = 'OpenID Connect'; diff --git a/tests/jwt_test.php b/tests/jwt_test.php index c48c4d0..58df74d 100644 --- a/tests/jwt_test.php +++ b/tests/jwt_test.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ defined('MOODLE_INTERNAL') || die(); diff --git a/tests/oidcclient_test.php b/tests/oidcclient_test.php index dbd81b1..1905b51 100644 --- a/tests/oidcclient_test.php +++ b/tests/oidcclient_test.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ defined('MOODLE_INTERNAL') || die(); diff --git a/ucp.php b/ucp.php index 5ca7b10..f7f80ab 100644 --- a/ucp.php +++ b/ucp.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ require_once(__DIR__.'/../../config.php'); diff --git a/version.php b/version.php index 57cd4f1..08a89c2 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ * @package auth_oidc * @author James McQuillan * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @copyright (C) 2014 onwards Remote-Learner.net Inc (http://www.remote-learner.net) + * @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/) */ defined('MOODLE_INTERNAL') || die();