Display License Information on Splash Screen?

I would like to display the license information on the splash screen, how can get such data?

TurboActivate.isActivated(){

display "LICENSED TO JOHN DOE "

display "PROFESSIONAL VERSION"

}

Hey Jason,

There are many ways you can do this. If, when you create your product key, you set a custom license feature value like "customer_name" then you can get that feature value by using GetFeatureValue("customer_name").

Does that make sense?