In the file includes/license/includes/class-license.php find the function isActivated which starts around line 250 and add this to the start of the function code:
return true;
A few lines further down find the function isFound and add this to the start of the function code:
return true;
If you want to be on the safe side in case the Revoke License buttons get accidentally hit on the License page, also do this: In the same file around line 11 change from:
protected $url = “https://license.xplodedthemes.com/process.php“;
To
protected $url = "http://google.com";
Refresh the dashboard and should all be working.