Skip to content

Commit 46a99fc

Browse files
authored
Merge pull request #9 from Lamparter/license
GitHub: Move license
2 parents 62b1983 + 2865883 commit 46a99fc

3 files changed

Lines changed: 10 additions & 17 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright © 2022 Arlo Godfrey, https://arlo.site/ <arlo.godfrey@outlook.com>
3+
Copyright (c) 2022-present Arlo Godfrey
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the Software), to deal
6+
of this software and associated documentation files (the "Software"), to deal
77
in the Software without restriction, including without limitation the rights
88
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

15-
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Version numbering follows the Semantic versioning approach.
3333

3434
## License
3535

36-
This code is licensed under the MIT License. See the [LICENSE](./src/LICENSE.txt) file for more details.
36+
This code is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for more details.

src/WinAppCommunity.Sdk.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<Version>0.0.0</Version>
1818
<Product>WinAppCommunity</Product>
1919
<Description></Description>
20-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2120
<PackageIcon>logo.png</PackageIcon>
2221
<PackageProjectUrl>https://github.com/UWPCommunity/WinAppCommunity.Sdk</PackageProjectUrl>
2322
<PackageReleaseNotes>
@@ -28,6 +27,7 @@ Initial release of WinAppCommunity.Sdk.
2827
<DebugType>embedded</DebugType>
2928
<NeutralLanguage>en</NeutralLanguage>
3029
<Authors>Arlo Godfrey</Authors>
30+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -46,13 +46,6 @@ Initial release of WinAppCommunity.Sdk.
4646
<Deterministic>true</Deterministic>
4747
</PropertyGroup>
4848

49-
<ItemGroup>
50-
<None Include="LICENSE.txt">
51-
<Pack>True</Pack>
52-
<PackagePath></PackagePath>
53-
</None>
54-
</ItemGroup>
55-
5649
<ItemGroup>
5750
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
5851
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)