AboutWindow.copyright

string copyright() @property

Get copyright property.

Returns

The copyright information.

This should be a short string of one or two lines, for example: © 2022 Example.

The copyright information will be displayed on the Legal page, above the application license.

[adw.about_window.AboutWindow.addLegalSection] can be used to add copyright information for the application dependencies or other components.

void copyright(string propval) @property

Set copyright property.

Parameters

propvalThe copyright information. This should be a short string of one or two lines, for example: © 2022 Example. The copyright information will be displayed on the Legal page, above the application license. [adw.about_window.AboutWindow.addLegalSection] can be used to add copyright information for the application dependencies or other components.