-
Notifications
You must be signed in to change notification settings - Fork 1
/
LICENSE
73 lines (56 loc) · 3.14 KB
/
LICENSE
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
* Moonlight source code (src/, plugin/)
Unless explicitly stated, this code is licensed under the
terms of the GNU LGPL 2 license only (no "later versions").
In addition to the GNU LGPL, this code is available for
relicensing for non-LGPL use, contact Novell for details
We consider non-LGPL use instances where you use this on an
embedded system where the end user is not able to upgrade the
Moonlight installation or distribution that is part of your
product (Section 6 and 7), you would have to obtain a
commercial license from Novell (consider software burned into
a ROM, systems where end users would not be able to upgrade,
an embedded console, a game console that imposes limitations
on the distribution and access to the code, a phone platform
that prevents end users from upgrading Moonlight).
This code might contain code that optionally links to LGPL and
GPL code, in those cases, if the library is built with those
bits the code is covered under those licenses.
* Microsoft Silverlight Controls (class/Microsoft.SilverlightControls)
This code is taken from Microsoft's web site, and contains the
Silverlight 2.0 Beta 1 controls ported to the Beta 2 API.
The code is licensed under the terms of the Microsoft
Public License (MS-PL).
* WPF Toolkit (class/WPF.Toolkit)
This code is from http://wpf.codeplex.com and is licensed under
the terms of the Microsoft Public License (MS-PL).
* Microsoft Silverlight Unit Test Framework (test/2.0/Microsoft.Silverlight.Testing)
The code is licensed under the terms of the Microsoft
Public License (MS-PL).
* Moonlight managed source code (class/* other than
Microsoft.SilverlightControls)
and end-user tools (tools/mopen, tools/mxap, tools/svg2xml,
tools/xaml2html, tools/xamlg)
Unless explicitly stated, this code is licensed under the
terms of the MIT license, the text of which is duplicated below:
// 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.
If used outside of moonlight (with no LICENSE file which
contains the text above), please duplicate this license block
in the actual source files.