Skip to content

Commit 8b4b81d

Browse files
committed
Align license and readme file with SFML's structure
1 parent 58bdbb9 commit 8b4b81d

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

SFML.NuGet.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageProjectUrl>https://www.sfml-dev.org/</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/SFML/SFML.Net</RepositoryUrl>
1616
<PackageIcon>sfml-icon.png</PackageIcon>
17-
<PackageReadmeFile>README.md</PackageReadmeFile>
17+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1818

1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
</PropertyGroup>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
2424

2525
<None Include="../../sfml-icon.png" Pack="true" PackagePath=""/>
26-
<None Include="README.md" Pack="true" PackagePath="."/>
26+
<None Include="readme.md" Pack="true" PackagePath="."/>
2727
</ItemGroup>
2828

2929
</Project>

examples/netcore/README.md renamed to examples/netcore/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This project showcases how SFML.Net can be run on .NET core with NuGet packages.
44
To execute this example, just run `dotnet run` inside of this directory.
55

66
Please note that platform availability is still limited by native CSFML libraries.
7-
For more information on that, check [the main README](/README.md).
7+
For more information on that, check [the main readme](/readme.md).

license.txt renamed to license.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
SFML.Net
2-
--------
3-
4-
SFML.Net - Copyright (C) 2007-2023 Laurent Gomila - [email protected]
1+
SFML.Net - Copyright (C) 2007-2025 Laurent Gomila - [email protected]
52

63
This software is provided 'as-is', without any express or
74
implied warranty. In no event will the authors be held
@@ -22,10 +19,3 @@ it freely, subject to the following restrictions:
2219

2320
3. This notice may not be removed or altered from any
2421
source distribution.
25-
26-
27-
28-
External libraries used by SFML.Net
29-
-----------------------------------
30-
31-
* CSFML is under the zlib/png license

README.md renamed to readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ SFML and SFML.Net are open-source projects, and they need your help to go on gro
5454
Don't hesitate to post suggestions or bug reports on [the forum](https://en.sfml-dev.org/forums/)
5555
or post new bugs/features requests on the [issue tracker](https://github.com/SFML/SFML.Net/issues/).
5656
You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.
57+
58+
## External libraries used by SFML.Net
59+
60+
* [CSFML](https://github.com/SFML/CSFML/) is under the zlib/png license

0 commit comments

Comments
 (0)