From ffe59c7a5b245ba0bd71721bb9625ece11df66d8 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Tue, 30 May 2017 14:22:13 -0700 Subject: [PATCH] license text should match that of SPDX record --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ee9bd9..cbb12d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,7 @@ If your proposed license meets the above criteria, here's a few other things to * The license files should be in the format of `_licenses/[lowercased-spdx-id].txt` (e.g., `_licenses/mit.txt`) * Each license has both [required and optional metadata](https://github.com/github/choosealicense.com#license-metadata) that should be included. * The text of the license should be wrapped to a 78 character width. +* The text of the license should match the corresponding text found at https://spdx.org/licenses/ * The body of the file should be the text of the license in plain text. ## Making Changes