Skip to content

Commit 46eb9e6

Browse files
committed
Fix nuspec icon and licensing
1 parent cf830f6 commit 46eb9e6

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ If you want to update redist then run `update.bat` and input the path to the Unt
2525
2. Right click `UnityPlayer.dll` (or `Unturned.exe`) in that root folder and choose Properties.
2626
3. Go to the Details tab and copy the `File version` value - that's the Unity Engine version.
2727
4. Optionally install the same Unity Editor version and copy its `.xml` docs if they're missing in Managed, so your IDE still shows API hints.
28+
29+
## Licensing
30+
31+
- Packaging scripts/metadata: MIT license (see `LICENSE` in the repo root).
32+
- Unity binaries we redistribute: Unity Terms of Service and Unity Software Additional Terms (see `Unity-License.txt` in the package or https://unity.com/legal/terms-of-service and https://unity.com/legal/terms-of-service/software for the current text).
File renamed without changes.

redist/RocketModFix.UnityEngine.Redist.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<file src="*.xml" target="lib\net40"/>
2222
<file src="../LICENSE" target="LICENSE"/>
2323
<file src="../README.md" target="README.md"/>
24+
<file src="Unity-License.txt" target="Unity-License.txt"/>
2425
<file src="../icon.png" target="icon.png"/>
2526
</files>
2627
</package>

redist/Unity-License.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Unity runtime and module binaries in this package are subject to the Unity Terms of Service and Unity Software Additional Terms.
2+
3+
The latest version is published by Unity at:
4+
- https://unity.com/legal/terms-of-service
5+
- https://unity.com/legal/terms-of-service/software
6+
7+
This package only redistributes the binaries shipped with Unturned; the MIT license in the repository applies to the packaging scripts and metadata, not the Unity binaries themselves.

0 commit comments

Comments
 (0)