mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add stb_vorbis.h to LICENSE file.
This commit is contained in:
parent
b802c4bc2e
commit
9d4df05c22
1 changed files with 3 additions and 2 deletions
5
LICENSE
5
LICENSE
|
@ -5,7 +5,7 @@ copys for each license:
|
|||
- Quake II: GPLv2
|
||||
- Info-ZIP (unzip): Info-ZIP License
|
||||
- Cocoa SDL entry points
|
||||
- stb_image.h, stb_image_write.h
|
||||
- stb_image.h, stb_image_write.h, stb_vorbis.h
|
||||
|
||||
Parts of other Quake II Clients were included into the source. They
|
||||
covered by the same GPLv2 license as Quake II itself:
|
||||
|
@ -447,7 +447,8 @@ Feel free to customize this file to suit your needs
|
|||
|
||||
===============================================================================
|
||||
|
||||
stb single-file public domain libraries (stb_image.h, stb_image_write.h)
|
||||
stb single-file public domain libraries
|
||||
(stb_image.h, stb_image_write.h, stb_vorbis.h)
|
||||
https://github.com/nothings/stb/
|
||||
Dual-Licensed: Public Domain (Unlicense) or MIT License:
|
||||
|
||||
|
|
Loading…
Reference in a new issue