Skip to content

Commit cbabe40

Browse files
committed
packages, gitginore, SDL runtime
1 parent d5ae8f7 commit cbabe40

File tree

22 files changed

+43709
-1
lines changed

22 files changed

+43709
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
MusicPlayer/MusicPlayer/bin/
22
MusicPlayer/MusicPlayer/obj/
33
.vs/
4-
packages/
473 KB
Binary file not shown.

MusicPlayer/packages/NAudio.1.8.4/lib/net35/NAudio.XML

Lines changed: 22883 additions & 0 deletions
Large diffs are not rendered by default.
468 KB
Binary file not shown.

MusicPlayer/packages/NAudio.1.8.4/lib/uap10.0/NAudio.Universal.XML

Lines changed: 13805 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Microsoft Public License (Ms-PL)
2+
3+
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
4+
5+
1. Definitions
6+
7+
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
8+
9+
A "contribution" is the original software, or any additions or changes to the software.
10+
11+
A "contributor" is any person that distributes its contribution under this license.
12+
13+
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
14+
15+
2. Grant of Rights
16+
17+
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
18+
19+
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
20+
21+
3. Conditions and Limitations
22+
23+
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
24+
25+
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
26+
27+
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
28+
29+
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
30+
31+
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
NAudio is an open source .NET audio library written by Mark Heath (mark.heath@gmail.com)
2+
For more information, visit http://github.com/naudio/NAudio
3+
4+
THANKS
5+
======
6+
The following list includes some of the people who have contributed in various ways to NAudio, such as code contributions,
7+
bug fixes, documentation, helping out on the forums and even donations. I haven't finished compiling this list yet, so
8+
if your name should be on it but isn't please let me know and I will include it. Also, some people I only know by their forum
9+
id, so if you want me to put your full name here, please also get in touch.
10+
11+
in alphabetical order:
12+
Alan Jordan
13+
Alexandre Mutel
14+
Alexander Binkert
15+
AmandaTarafaMas
16+
balistof
17+
biermeester
18+
borman11
19+
bradb
20+
Brandon Hansen (kg6ypi)
21+
csechet
22+
ChunkWare Music Software
23+
CKing
24+
DaMacc
25+
Dirk Eckhardt
26+
Du10
27+
eejake52
28+
Florian Rosmann (filoe)
29+
Freefall
30+
Giawa
31+
Harald Petrovitsch
32+
Hfuy
33+
Iain McCowan
34+
Idael Cardaso
35+
ioctlLR
36+
Ivan Kochurkin (KvanTTT)
37+
Jamie Michael Ewins
38+
jannera
39+
jbaker8935
40+
jcameron23
41+
JoeGaggler
42+
jonahoffmann
43+
jontdelorme
44+
Jospin Software
45+
Justin Frankel
46+
K24A3
47+
Kamen Lichev
48+
Kassoul
49+
kevinxxx
50+
kzych
51+
LionCash
52+
Lustild
53+
Lucian Wischik (ljw1004)
54+
ManuN
55+
MeelMarcel
56+
Michael Chadwick
57+
Michael Feld
58+
Michael J
59+
Michael Lehenbauer
60+
milligan22963
61+
myrkle
62+
nelsonkidd
63+
Nigel Redmon
64+
Nikolaos Georgiou
65+
Owen Skriloff
66+
owoudenb
67+
painmailer
68+
PPavan
69+
Pygmy
70+
Ray Molenkamp
71+
Roadz
72+
Robert Bristow-Johnson
73+
Scott Fleischman
74+
Simon Clark
75+
Sirish Bajpai
76+
sporn
77+
Steve Underwood
78+
Ted Murphy
79+
Tiny Simple Tools
80+
Tobias Fleming
81+
TomBogle
82+
Tony Cabello
83+
Tony Sistemas
84+
TuneBlade
85+
topher3683
86+
volmart
87+
Vladimir Rokovanov
88+
Ville Koskinen
89+
Wyatt Rice
90+
Yuval Naveh
91+
Zsb
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/* SDL2# - C# Wrapper for SDL2
2+
*
3+
* Copyright (c) 2013-2015 Ethan Lee.
4+
*
5+
* This software is provided 'as-is', without any express or implied warranty.
6+
* In no event will the authors be held liable for any damages arising from
7+
* the use of this software.
8+
*
9+
* Permission is granted to anyone to use this software for any purpose,
10+
* including commercial applications, and to alter it and redistribute it
11+
* freely, subject to the following restrictions:
12+
*
13+
* 1. The origin of this software must not be misrepresented; you must not
14+
* claim that you wrote the original software. If you use this software in a
15+
* product, an acknowledgment in the product documentation would be
16+
* appreciated but is not required.
17+
*
18+
* 2. Altered source versions must be plainly marked as such, and must not be
19+
* misrepresented as being the original software.
20+
*
21+
* 3. This notice may not be removed or altered from any source distribution.
22+
*
23+
* Ethan "flibitijibibo" Lee <flibitijibibo@flibitijibibo.com>
24+
*
25+
*/
41 KB
Binary file not shown.

0 commit comments

Comments
 (0)