Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@
path = project/lib/hashlink
url = https://github.com/HaxeFoundation/hashlink
shallow = true
[submodule "project/lib/dr_libs"]
path = project/lib/dr_libs
url = https://github.com/mackron/dr_libs
shallow = true
[submodule "project/lib/opusfile"]
path = project/lib/opusfile
url = https://github.com/xiph/opusfile
[submodule "project/lib/opus"]
path = project/lib/opus
url = https://github.com/xiph/opus
16 changes: 11 additions & 5 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This product bundles cairo 1.15.2, which is available under an
This product bundles libcurl 7.56.1, which is available under an
"MIT/X derivate" license. For details, see [project/lib/curl/](project/lib).

This product bundles dr_libs (dr_flac 0.13.3, dr_mp3 0.7.4, dr_wav 0.14.5), which is available under an
"MIT No Attribution" license. For details, see [project/lib/dr_libs/](project/lib).

This product bundles efsw, which is available under an
"MIT" license. For details, see [project/lib/efsw/](project/lib).

Expand All @@ -29,16 +32,19 @@ This product bundles libogg 1.3.0, which is available under a
"BSD" license. For details, see [project/lib/ogg/](project/lib).

This product bundles LZMA SDK 4.65, which is available under
public domain. For details, see [project/lib/lzma/](project/lzma).
public domain. For details, see [project/lib/lzma/](project/lib).

This product bundles mbedTLS 2.6.0, which is available under an
"Apache 2.0" license. For details, see [project/lib/mbedtls/](project/lib).

This product bundles OpenAL-Soft 1.19.0, which is available under an
This product bundles OpenAL-Soft 1.25.1, which is available under an
"LGPLv2" license. For details, see [project/lib/openal/](project/lib).

_OpenAL-Soft is only included in dynamically-linked builds, it is excluded
from Lime static builds in order to preserve Lime's permissive nature._
This product bundles opus, which is available under a
"BSD" license. For details, see [project/lib/opus/](project/lib).

This product bundles opusfile, which is available under a
"BSD" license. For details, see [project/lib/opusfile/](project/lib).

This product bundles pixman 0.32.8, which is available under an
"MIT" license. For details, see [project/lib/pixman/](project/lib).
Expand Down Expand Up @@ -94,7 +100,7 @@ _The following are not embedded in Lime applications directly, but are used
as dependencies for web-based builds. Their licensing does not affect products
created with Lime._

This product bundles howler.js 2.1.1, which is available under an
This product bundles howler.js 2.2.4 (Modified), which is available under an
"MIT" license. For details, see [dependencies/howler.min.js](dependencies/howler.min.js).

This product bundles FileSaver.js 1.3.3, which is available under an
Expand Down
Loading