You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+36-2Lines changed: 36 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,38 @@
1
-
Microsoft Public License (Ms-PL)
1
+
MIT License (MIT)
2
+
3
+
Copyright (c) 2016 MahApps
4
+
5
+
Unless indicated otherwise on a per-file basis all source and documentation herein
6
+
is licensed under the MIT license. Some included code is licensed under MS-PL which
7
+
is compatible with the terms of MIT.
8
+
9
+
Permission is hereby granted, free of charge, to any person obtaining a copy
10
+
of this software and associated documentation files (the "Software"), to deal
11
+
in the Software without restriction, including without limitation the rights
12
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+
copies of the Software, and to permit persons to whom the Software is
14
+
furnished to do so, subject to the following conditions:
15
+
16
+
The above copyright notice and this permission notice shall be included in all
17
+
copies or substantial portions of the Software.
18
+
19
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+
SOFTWARE.
26
+
27
+
-----
28
+
29
+
Original code from RangeSlider (AvalonControlsLibrary), ToggleSwitch (Microsoft's Silverlight "Cosmopolitan"),
30
+
Callisto (@timheuer), WindowChrome (@Microsoft, @joecastro) and TransitioningContentControl from the
31
+
Silverlight Toolkit 5 are licensed under MS-PL which is compatible with the terms of MIT.
32
+
33
+
-----
34
+
35
+
Microsoft Public License (MS-PL)
2
36
3
37
This license governs use of the accompanying software. If you use the software, you
4
38
accept this license. If you do not accept the license, do not use the software.
@@ -19,4 +53,4 @@ A "contributor" is any person that distributes its contribution under this licen
19
53
(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.
20
54
(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.
21
55
(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.
22
-
(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.
56
+
(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.
0 commit comments