From e28f022138e8402d31fe9dabdb1f51aaf7bde9d8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 6 Nov 2017 03:43:52 +0000 Subject: [PATCH 1/2] spelling: existing --- existing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/existing.md b/existing.md index 2cf7c28..e6c6dc0 100644 --- a/existing.md +++ b/existing.md @@ -8,7 +8,7 @@ If you're contributing to or extending an existing project, it's almost always e Depending on how you're building on an existing project and what its license is, using the existing project's license for your own might not just be the easiest thing to do, but a condition on which your permission to build on the existing project rests: see the "same license" condition of [some licenses](/licenses/). -Some communities have strong preferences for particular licenses. If you want to participate in one of these, it will be easier to use the preferred license even if you're starting a brand new project with no exisiting dependencies. A few examples: +Some communities have strong preferences for particular licenses. If you want to participate in one of these, it will be easier to use the preferred license even if you're starting a brand new project with no existing dependencies. A few examples: {: .bullets} From ce1ee044a9308502b837aa9ecd9ab91a676ca63e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 6 Nov 2017 03:45:19 +0000 Subject: [PATCH 2/2] spelling: prohibition --- _licenses/ncsa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_licenses/ncsa.txt b/_licenses/ncsa.txt index 4f2d52b..ce26d43 100644 --- a/_licenses/ncsa.txt +++ b/_licenses/ncsa.txt @@ -4,7 +4,7 @@ spdx-id: NCSA nickname: UIUC/NCSA source: https://opensource.org/licenses/NCSA -description: The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the MIT/X11 license and the BSD 3-clause License. Its conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibtion of using the names of the authors or the project organization to promote or endorse derived products. +description: The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the MIT/X11 license and the BSD 3-clause License. Its conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibition of using the names of the authors or the project organization to promote or endorse derived products. how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.