Overview
| Artifact ID: | 9366a68b17ff07789df6a01e6951ed76c91da3a9bb6f391254bf8c6453e4555c | 
|---|---|
| Page Name: | license | 
| Date: | 2018-07-03 20:16:33 | 
| Original User: | mario | 
| Mimetype: | text/x-markdown | 
| Next | 2eb3a3570fad1b326eb66c1c58cbb82f44298a200a02953cf48683b50348b765 | 
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.