1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00

Add QOA license info

This commit is contained in:
Samuel Gomes 2023-09-20 23:21:39 +05:30
parent fcb7afceeb
commit c8367869e8
5 changed files with 30 additions and 5 deletions

View file

@ -286,7 +286,7 @@ ifneq ($(filter y,$(DEP_AUDIO_MINIAUDIO)),)
CXXFLAGS += -DDEPENDENCY_AUDIO_MINIAUDIO
QBLIB_NAME := $(addsuffix 1,$(QBLIB_NAME))
LICENSE_IN_USE += miniaudio libxmp-lite radv2 stbvorbis hivelytracker
LICENSE_IN_USE += miniaudio stbvorbis libxmp-lite radv2 hivelytracker qoa
ifdef DEP_AUDIO_DECODE_MIDI
LICENSE_IN_USE += tinysoundfont tinymidiloader

View file

@ -85,11 +85,12 @@ These libraries are pulled in when using any sound-related functionality.
| Library | License | License file | Location |
| :------ | :-----: | :----------- | :------- |
| Miniaudio | MIT | license_miniaudio.txt | internal/c/parts/audio/miniaudio.h |
| miniaudio | MIT/Public Domain | license_miniaudio.txt | internal/c/parts/audio/miniaudio.h |
| stb_vorbis | MIT/Public Domain | license_stbvorbis.txt | internal/c/parts/audio/extras/stb_vorbis.c |
| libxmp-lite | MIT | license_libxmp-lite.txt | internal/c/parts/audio/extras/libxmp-lite/ |
| RADv2 | Public Domain | license_radv2.txt | internal/c/parts/audio/extras/radv2/ |
| stb_vorbis | Public Domain | license_stbvorbis.txt | internal/c/parts/audio/extras/stb_vorbis.c |
| HivelyTracker | BSD 3-Clause | license_hivelytracker.txt | internal/c/parts/audio/extras/hivelytracker/ |
| QOA | MIT | license_qoa.txt | internal/c/parts/audio/extras/qoa.h |
## MIDI Support

View file

@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
License of Miniaudio:
License of miniaudio:
This software is available as a choice of the following licenses. Choose
whichever you prefer.

24
licenses/license_qoa.txt Normal file
View file

@ -0,0 +1,24 @@
--------------------------------------------------------------------------------
License of QOA
MIT License
Copyright (c) 2023 Dominic Szablewski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Licenseof RADv2:
License of RADv2:
From: Willy Reeve <shayde0@gmail.com>
Sent: Sunday, 7 August, 2022 01:23 PM