Skip to content

Commit c4f66fa

Browse files
authored
Merge pull request #13 from escendit/12-fix-small-issues-with-apache-20-license-change
Fix small issues with Apache 2.0 License change
2 parents 2195f59 + 4ef7935 commit c4f66fa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can modify these properties by updating your .csproj or .vbproj file as desc
3838
This package includes the following assets:
3939

4040
- PackageIcon: `assets/packageIcon.png`
41-
- License: `assets/LICENSE.txt`
41+
- License: `assets/LICENSE`
4242
- Readme file: `README.md`
4343

4444
To access the assets, use the relative paths shown above.
@@ -50,4 +50,4 @@ To contribute code, fork the repository and submit a pull request.
5050
Please ensure that your code follows the project's coding standards and is thoroughly tested.
5151

5252
## License
53-
This package is released under the MIT License. See the LICENSE.txt file for details.
53+
Licensed under Apache License 2.0. See the LICENSE file for the complete license text.

src/Escendit.Tools.Branding/Escendit.Tools.Branding.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<None Pack="true" PackagePath="buildTransitive" Include="Escendit.Tools.Branding.targets" />
2525
<!-- Assets -->
2626
<None Pack="true" PackagePath="" Include="assets/packageIcon.png" />
27-
<None Pack="true" PackagePath="" Include="assets\LICENSE" />
27+
<None Pack="true" PackagePath="" Include="assets/LICENSE" />
2828
<None Pack="true" PackagePath="" Include="$(SolutionDir)/README.md" />
2929
</ItemGroup>
3030
</Project>

src/Escendit.Tools.Branding/assets/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
 Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

0 commit comments

Comments
 (0)