coldbydefault-portfolio
    Preparing search index...

    Variable BLOG_LICENSE_TYPESConst

    BLOG_LICENSE_TYPES: readonly [
        "CC BY",
        "CC BY-SA",
        "CC BY-NC",
        "CC BY-NC-SA",
        "CC BY-ND",
        "CC BY-NC-ND",
        "MIT",
        "Apache 2.0",
        "GPL",
        "Fair Use",
        "All Rights Reserved",
        "Custom",
    ] = ...

    An array of supported blog license types.

    • "CC BY": Creative Commons Attribution; allows redistribution and adaptation with attribution.
    • "CC BY-SA": Creative Commons Attribution-ShareAlike; same as CC BY, but adaptations must be shared under the same terms.
    • "CC BY-NC": Creative Commons Attribution-NonCommercial; allows non-commercial use with attribution.
    • "CC BY-NC-SA": Creative Commons Attribution-NonCommercial-ShareAlike; non-commercial use, share alike, with attribution.
    • "CC BY-ND": Creative Commons Attribution-NoDerivs; redistribution allowed, no derivatives, with attribution.
    • "CC BY-NC-ND": Creative Commons Attribution-NonCommercial-NoDerivs; non-commercial redistribution, no derivatives, with attribution.
    • "MIT": MIT License; permissive, allows reuse with attribution.
    • "Apache 2.0": Apache License 2.0; permissive, includes patent rights, requires attribution.
    • "GPL": GNU General Public License; copyleft, derivatives must be open source under GPL.
    • "Fair Use": Use permitted under fair use doctrine; limited by law, not a license.
    • "All Rights Reserved": No rights granted; all rights retained by the author.
    • "Custom": Custom license specified by the author.