. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * COPYRIGHT_SOURCE_DATA := {Size=1:90} * A copyright statement required by the owner of data from which this * information was down- loaded. For example, when a GEDCOM down-load is * requested from the Ancestral File, this would be the copyright statement to * indicate that the data came from a copyrighted source. */ class CopyrightSourceData extends AbstractElement { protected const MAXIMUM_LENGTH = 90; }