Application.Copyright
From Xojo Documentation
Read-Only Property (As String )
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)