Skip to content

Commit

Permalink
Add LICENSE file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Apr 27, 2020
1 parent aeb742e commit c69f084
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Colorify/Colorify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackageTags>dotnet;core;win-x64;osx-x64;linux-x64;</PackageTags>
<PackageIconUrl>https://github.com/deinsoftware/colorify/blob/master/icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/deinsoftware/colorify</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/deinsoftware/colorify/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>..\LICENSE</PackageLicenseFile>
<PackageLicenseUrl>https://github.com/deinsoftware/colorify/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageLicenseFile>..\LICENSE.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/deinsoftware/colorify</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -30,10 +30,10 @@
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'">
<!-- License -->
<None Include="..\LICENSE" CopyToOutputDirectory="PreserveNewest" />
<None Include="..\LICENSE.md" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<!-- License -->
<None Include="..\LICENSE" CopyToOutputDirectory="PreserveNewest" />
<None Include="..\LICENSE.md" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Colorify/Colorify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>dein Colorify</title>
<authors>Camilo Martinez</authors>
<owners>dein,equiman</owners>
<license type="file">..\LICENSE</license>
<license type="file">LICENSE.md</license>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/deinsoftware/colorify</projectUrl>
Expand All @@ -27,6 +27,7 @@
</metadata>
<files>
<file src="..\icon.png" target="\" />
<file src="..\LICENSE.md" target="LICENSE.md" />
<file src="..\Package\README.md" target="README.md" />
<file src="bin\release\netcoreapp2.2\C*.dll" target="lib\netcoreapp2.2" />
<file src="bin\release\netcoreapp2.2\C*.pdb" target="lib\netcoreapp2.2" />
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=dein%3Acolorify&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=dein%3Acolorify)
[![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=dein%3Acolorify&metric=security_rating)](https://sonarcloud.io/dashboard?id=dein%3Acolorify)
[![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=dein%3Acolorify&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=dein%3Acolorify)
[![License](https://img.shields.io/github/license/deinsoftware/colorify)](LICENSE)
[![License](https://img.shields.io/github/license/deinsoftware/colorify)](LICENSE.md)

![Colorify](.github/social/preview.png "Colorify")

Expand Down Expand Up @@ -355,7 +355,7 @@ No sponsors yet! Will you be the first?

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.

### Acknowledgments

Expand Down

0 comments on commit c69f084

Please sign in to comment.