copyright_notice property

Gets or sets the copyright notice.

Definition:

@property
def copyright_notice(self):
    ...
@copyright_notice.setter
def copyright_notice(self, value):
    ...

See Also