-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathLICENSE.header
45 lines (36 loc) · 1.55 KB
/
LICENSE.header
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
alphaTab v<%= pkg.version %> (<%= data.branch %>, build <%= data.build %>)
Copyright © <%= moment().format('YYYY') %>, Daniel Kuschny and Contributors, All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Integrated Libraries:
Library: TinySoundFont
License: MIT
Copyright: Copyright (C) 2017, 2018 Bernhard Schelling
URL: https://github.com/schellingb/TinySoundFont
Purpose: SoundFont loading and Audio Synthesis
Library: SFZero
License: MIT
Copyright: Copyright (C) 2012 Steve Folta ()
URL: https://github.com/stevefolta/SFZero
Purpose: TinySoundFont is based on SFZEro
Library: Haxe Standard Library
License: MIT
Copyright: Copyright (C)2005-2025 Haxe Foundation
URL: https://github.com/HaxeFoundation/haxe/tree/development/std
Purpose: XML Parser & Zip Inflate Algorithm
Library: SharpZipLib
License: MIT
Copyright: Copyright © 2000-2018 SharpZipLib Contributors
URL: https://github.com/icsharpcode/SharpZipLib
Purpose: Zip Deflate Algorithm for writing compressed Zips
Library: NVorbis
License: MIT
Copyright: Copyright (c) 2020 Andrew Ward
URL: https://github.com/NVorbis/NVorbis
Purpose: Vorbis Stream Decoding
Library: libvorbis
License: BSD-3-Clause
Copyright: Copyright (c) 2002-2020 Xiph.org Foundation
URL: https://github.com/xiph/vorbis
Purpose: NVorbis adopted some code from libvorbis.