Skip to content

Commit

Permalink
MSFTMPP-405: Update references to Microsoft Open Technologies to read…
Browse files Browse the repository at this point in the history
… Microsoft, update documentation links.
  • Loading branch information
jamesmcq committed Mar 24, 2016
1 parent afb2f4a commit 48d977d
Show file tree
Hide file tree
Showing 34 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -7,7 +7,7 @@ The OpenID Connect plugin provides single-sign-on functionality using configurab

This is part of the suite of Office 365 plugins for Moodle.

This repository is updated with stable releases. To follow active development, see: https://github.com/MSOpenTech/o365-moodle
This repository is updated with stable releases. To follow active development, see: https://github.com/Microsoft/o365-moodle

## Installation.

Expand All @@ -17,16 +17,16 @@ This repository is updated with stable releases. To follow active development, s
4. To configure the plugin, from the Moodle Administration block, go to Site Administration > Plugins > Authentication > Manage Authentication.
5. Click the icon to enable the plugin, then visit the settings page to configure the plugin. Follow the directions below each setting.

For more documentation, visit https://docs.moodle.org/29/en/Office365
For more documentation, visit https://docs.moodle.org/30/en/Office365

# Contributing

Before we can accept your pull request, you'll need to electronically complete Microsoft Open Tech's [Contributor License Agreement](https://cla2.msopentech.com/). If you've done this for other Microsoft Open Tech projects, then you're already covered.
Before we can accept your pull request, you'll need to electronically complete Microsoft's [Contributor License Agreement](https://cla.microsoft.com/). If you've done this for other Microsoft projects, then you're already covered.

[Why a CLA?](https://www.gnu.org/licenses/why-assign.html) (from the FSF)

# Copyright

© Microsoft Open Technologies, Inc. Code for this plugin is licensed under the GPLv3 license.
© Microsoft, Inc. Code for this plugin is licensed under the GPLv3 license.

Any Microsoft trademarks and logos included in these plugins are property of Microsoft and should not be reused, redistributed, modified, repurposed, or otherwise altered or used outside of this plugin.
2 changes: 1 addition & 1 deletion auth.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
2 changes: 1 addition & 1 deletion classes/event/action_failed.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\event;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_authed.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\event;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_connected.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\event;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_created.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\event;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_disconnected.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\event;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_loggedin.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\event;
Expand Down
2 changes: 1 addition & 1 deletion classes/form/adminsetting/iconselect.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\form\adminsetting;
Expand Down
2 changes: 1 addition & 1 deletion classes/form/adminsetting/loginflow.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\form\adminsetting;
Expand Down
2 changes: 1 addition & 1 deletion classes/form/adminsetting/redirecturi.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\form\adminsetting;
Expand Down
2 changes: 1 addition & 1 deletion classes/form/disconnect.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\form;
Expand Down
2 changes: 1 addition & 1 deletion classes/httpclient.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc;
Expand Down
2 changes: 1 addition & 1 deletion classes/httpclientinterface.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc;
Expand Down
2 changes: 1 addition & 1 deletion classes/jwt.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc;
Expand Down
2 changes: 1 addition & 1 deletion classes/loginflow/authcode.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\loginflow;
Expand Down
2 changes: 1 addition & 1 deletion classes/loginflow/base.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\loginflow;
Expand Down
2 changes: 1 addition & 1 deletion classes/loginflow/rocreds.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\loginflow;
Expand Down
2 changes: 1 addition & 1 deletion classes/observers.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc;
Expand Down
2 changes: 1 addition & 1 deletion classes/oidcclient.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc;
Expand Down
2 changes: 1 addition & 1 deletion classes/tests/mockhttpclient.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\tests;
Expand Down
2 changes: 1 addition & 1 deletion classes/tests/mockoidcclient.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc\tests;
Expand Down
2 changes: 1 addition & 1 deletion classes/utils.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

namespace auth_oidc;
Expand Down
2 changes: 1 addition & 1 deletion db/access.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
2 changes: 1 addition & 1 deletion db/events.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

$observers = [
Expand Down
2 changes: 1 addition & 1 deletion db/upgrade.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

require_once(__DIR__.'/../../config.php');
Expand Down
2 changes: 1 addition & 1 deletion lang/en/auth_oidc.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

$string['pluginname'] = 'OpenID Connect';
Expand Down
2 changes: 1 addition & 1 deletion lib.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

function auth_oidc_initialize_customicon($filefullname) {
Expand Down
2 changes: 1 addition & 1 deletion settings.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

require_once(__DIR__.'/lib.php');
Expand Down
2 changes: 1 addition & 1 deletion tests/jwt_test.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
2 changes: 1 addition & 1 deletion tests/oidcclient_test.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
2 changes: 1 addition & 1 deletion ucp.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

require_once(__DIR__.'/../../config.php');
Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft Open Technologies, Inc. (http://msopentech.com/)
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
*/

defined('MOODLE_INTERNAL') || die();
Expand Down

0 comments on commit 48d977d

Please sign in to comment.