Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Licence Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrishabh55 committed Oct 13, 2017
1 parent e8af8c9 commit d05eca6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
10 changes: 10 additions & 0 deletions modules/addons/verifyemail/JNEX/Email.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php
/**
* Verify Email
*
* @package Verify Email
* @author Rishabh Jain <[email protected]>
* @copyright Copyright (c) JNEX Software Solutions 2016-2017
* @license MIT
* @version 1.1
* @link http://www.jnexsoft.com/
*/

namespace JNEX;

Expand Down
10 changes: 10 additions & 0 deletions modules/addons/verifyemail/JNEX/Hooks.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php
/**
* Verify Email
*
* @package Verify Email
* @author Rishabh Jain <[email protected]>
* @copyright Copyright (c) JNEX Software Solutions 2016-2017
* @license MIT
* @version 1.1
* @link http://www.jnexsoft.com/
*/

namespace JNEX;

Expand Down
17 changes: 8 additions & 9 deletions modules/addons/verifyemail/hooks.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
/**
* HSR Verify Email
* Verify Email
*
* @package HSR Verify Email
* @author Rishabh Jain <jrishabh55@gmail.com>
* @copyright Copyright (c) HSRTECH 2016
* @license ------- Yet To Decide -------
* @version 1.0
* @link http://www.hsrtech.com/
* @package Verify Email
* @author Rishabh Jain <rishabh@jnexsoft.com>
* @copyright Copyright (c) JNEX Software Solutions 2016-2017
* @license MIT
* @version 1.1
* @link http://www.jnexsoft.com/
*/

if (!defined("WHMCS")) die("This file cannot be accessed directly");
if (!defined("WHMCS")) die("This file cannot be accessed directly");

require_once __DIR__.'/includes.php';

Expand All @@ -30,4 +30,3 @@
'ClientLogin',
]);
}

0 comments on commit d05eca6

Please sign in to comment.