Magpie HTML - v0.1.3
    Preparing search index...

    Interface CopyrightMetadata

    Copyright and licensing metadata.

    Contains copyright and license information from various sources.

    interface CopyrightMetadata {
        copyright?: string;
        license?: string;
        holder?: string;
        year?: string;
    }
    Index

    Properties

    copyright?: string

    Copyright notice

    license?: string

    License URL or identifier

    holder?: string

    Copyright holder/owner

    year?: string

    Copyright year