Overview

Artifact ID: 2eb3a3570fad1b326eb66c1c58cbb82f44298a200a02953cf48683b50348b765
Page Name:license
Date: 2018-07-05 14:32:42
Original User: mario
Mimetype:text/x-markdown
Parent: 9366a68b17ff07789df6a01e6951ed76c91da3a9bb6f391254bf8c6453e4555c (diff)
Next fce1898fc22aa9326ff5b12f39e661e5042925c3ce2fc513c97dae17796f6cdb
Content

# license:

# license: MITL

A descriptive/non-technical PMD field.

  • It just lists a SPDX moniker

  • or a full license name.

  • Must not be used as file reference.

Which is meant to avoid having to plaster license blobs into every code file.

# copyright:

For proprietary code, it's advisable to use a custom field like # copyright: instead.

# license: UNLICENSED
# copyright: (c) 2019 ACME Corp

Whereas the author name should go into # author: still.