Skip to content

Commit f2f87a8

Browse files
committedJan 15, 2025·
Small wording fix
1 parent 2c414aa commit f2f87a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tips_tricks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ psp-pacman -S library
6868
## Managing Licenses
6969
{: .fs-6 .fw-700 }
7070

71-
Every project made with the PSPDEV toolchain will import at least some libraries, each with their own license. Everything bundled is free to use, but some libraries will ask you to share their license with your project or in rare cases give users access to your code to respect their licenses. The `psp-create-license-directory` tool can be used to easily collect the licenses that apply to your project, so you can comply with them.
71+
Every project made with the PSPDEV toolchain will import at least some libraries, each with their own license. Everything bundled is free to use, but some libraries will ask you to share their license with your project or in rare cases give users access to your code to respect their licenses. The `psp-create-license-directory` tool can be used to easily collect the licenses that apply to your project, so you can comply with them and ship them with your project.
7272

7373
To create a directory with a copy of the licenses that are always used in project made with the PSPDEV toolchain use the following command:
7474

7575
```
76-
psp-create-license-directory
76+
psp-create-license-directory
7777
```
7878

7979
For any library you added, for example `sdl2` or `jsoncpp`, you can add the licenses by adding the library names to the command:

0 commit comments

Comments
 (0)
Please sign in to comment.