diff --git a/.github/README.md b/.github/README.md index f2410063..2b7e67ff 100644 --- a/.github/README.md +++ b/.github/README.md @@ -80,7 +80,7 @@ Unacceptable behaviour towards myself or contributors may result in being blocke Copyright © 2019 [Lee Kelleher](https://leekelleher.com), [Umbrella Inc](https://umbrellainc.co.uk), and [other contributors](https://github.com/leekelleher/umbraco-contentment/graphs/contributors). -All source code is licensed under the [Mozilla Public License](../LICENSE.md). +All source code is licensed under the [Mozilla Public License](../LICENSE). #### A note about licensing diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/src/Umbraco.Community.Contentment.sln b/src/Umbraco.Community.Contentment.sln index 7c5b0bd5..da1fa27e 100644 --- a/src/Umbraco.Community.Contentment.sln +++ b/src/Umbraco.Community.Contentment.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4F87338-D989-4C50-BF8E-EF4AF179B459}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + ..\LICENSE = ..\LICENSE EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{5297EC84-5180-4489-B642-E3453B51330F}" @@ -21,7 +22,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{49BDDD ..\.github\CONTRIBUTING.md = ..\.github\CONTRIBUTING.md ..\.github\IDEAS.md = ..\.github\IDEAS.md ..\.github\ISSUE_TEMPLATE.md = ..\.github\ISSUE_TEMPLATE.md - ..\LICENSE.md = ..\LICENSE.md ..\.github\PULL_REQUEST_TEMPLATE.md = ..\.github\PULL_REQUEST_TEMPLATE.md ..\.github\README.md = ..\.github\README.md EndProjectSection