Cleanup: Use the correct license name

Unlicense is the name of the license, it's not that the code is unlicensed.
This commit is contained in:
Miguel Pozo
2024-06-17 19:37:00 +02:00
parent 50a83d3e0b
commit 4093945e9c

View File

@@ -6,7 +6,7 @@
#if BLI_SUBPROCESS_SUPPORT
/* Based on https://github.com/jarikomppa/ipc (Unlicensed) */
/* Based on https://github.com/jarikomppa/ipc (Unlicense) */
# include "BLI_assert.h"
# include "BLI_path_util.h"