Skip to content

Commit

Permalink
MSFTMPP-64: Update copyright in auth_oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jan 16, 2015
1 parent 6eaa102 commit 4c2c1a6
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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();
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_authed.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_connected.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_created.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_disconnected.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/event/user_loggedin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/form/disconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/httpclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/httpclientinterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/jwt.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/observers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/oidcclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/tests/mockhttpclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion classes/tests/mockoidcclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion config.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <james[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion db/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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();
Expand Down
2 changes: 1 addition & 1 deletion db/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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 = [
Expand Down
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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/)
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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');
Expand Down
2 changes: 1 addition & 1 deletion lang/en/auth_oidc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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';
Expand Down
2 changes: 1 addition & 1 deletion tests/jwt_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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();
Expand Down
2 changes: 1 addition & 1 deletion tests/oidcclient_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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();
Expand Down
2 changes: 1 addition & 1 deletion ucp.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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');
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package auth_oidc
* @author James McQuillan <[email protected]>
* @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();
Expand Down

0 comments on commit 4c2c1a6

Please sign in to comment.