. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * COPYRIGHT_GEDCOM_FILE := {Size=1:90} * A copyright statement needed to protect the copyrights of the submitter of * this GEDCOM file. */ class CopyrightFile extends AbstractElement { protected const MAX_LENGTH = 90; }