$this->license['expires'] = "lifetime";
update_option( $prefix . '_license', array(
'key' => 'babiato',
'issue' => '',
'expires' => date('Y-m-d', strtotime('+50 years')),
'license' => 'overthroned' ) );