MediaWiki:Wikibasecirrus-license-mapping

    From LHDB

    #

    # Map of license names to structured data statements, for use with the haslicense keyword feature.
    # Changes to this take effect immediately.
    # The syntax is as follows:
    #   * Everything from a "#" character to the end of the line is a comment.
    #   * Every non-blank line is the license name, followed by a "|" character followed by a comma-separated list of <property>=<item> statements.
    # Examples of good lines:
    # cc-by-sa|P123=Q456,P123=Q789
    # cc-by|P123=Q000
    # Adding additional whitespace for improved legibility (e.g. newlines) is allowed around the | and , characters.
    # Example:
    # cc-by-sa|
    #     P123=Q456,
    #     P123=Q789,
    # cc-by|
    #     P123=Q000,
     #