From 8795789e87549c218c1743a9c4d2139b9caf3138 Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Mon, 22 Jan 2018 09:42:18 -0500 Subject: [PATCH] Added SPDX license list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10dbde73..40a6f6d9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Keys with * are required. - **name**: Human-readable display name for your plugin. Defaults to the slug if omitted. May change on a whim. - **author**: Your name, company, alias, or GitHub username, whichever you prefer - **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. -- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. +- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. See [SPDX license list](https://spdx.org/licenses/) for abbreviations. - **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL. - **donation**: URL of your donation page. Use this to provide a URL to users who wish to donate. - **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine.