DesktopApplication.Copyright
From Xojo Documentation
Read-Only Property (As String )
StringValue = aDesktopApplication.Copyright
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
A longer text description for the app. Usually this contains the app name, copyright, version and other information. This is displayed by some operating systems in Get Info or Property windows for the app. This property can be set only in the IDE.
Sample Code
Display the copyright info:
MessageBox(App.Copyright)