-
Notifications
You must be signed in to change notification settings - Fork 6
/
LICENSE
122 lines (98 loc) · 5.21 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
MIT License
Copyright (c) 2016 Asnivor (Matt Burgess)
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.
All code and binaries in this project are subject to this license, with the
exception of the following 3rd party assemblies that are distributed with
every MedLaunch binary release and that are subject to the terms of their own
license agreements:
Assembly: HtmlAgilityPack.dll
Author(s): Simon Mourrier, Jeff Klawiter, Stephan Grell
Project Site: http://htmlagilitypack.codeplex.com/
License: http://htmlagilitypack.codeplex.com/license
Assembly: MahApps.Metro.dll
Author(s): Jan Karger, Dennis Daume, Brendan Forster, Jake Ginnivan, Alex Mitchell
Project Site: https://github.com/MahApps/MahApps.Metro
License: https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE
Assembly: MahApps.Metro.Resources.dll
Author(s): Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Alex Mitchell, Austin Andrews
Project Site: https://github.com/MahApps/MahApps.Metro
License: https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE
Assembly: MahApps.Metro.SimpleChildWindow.dll
Author(s): Jan Karger
Project Site: https://github.com/punker76/MahApps.Metro.SimpleChildWindow
License: https://opensource.org/licenses/MIT
Assembly: Newtonsoft.Json.dll
Author(s): James Newton-King
Project Site: http://www.newtonsoft.com/json
License: https://raw.githubusercontent.com/JamesNK/Newtonsoft.Json/master/LICENSE.md
Assembly: Ookii.Dialogs.dll
Author(s): Sven Groot
Project Site: http://www.ookii.org/software/dialogs/
License: Unknown
Assembly: Remotion.Linq.dll
Author(s): rubicon IT GmbH
Project Site: http://relinq.codeplex.com/
License: https://opensource.org/licenses/Apache-2.0
Assembly(s): System.Data.SQLite.dll, System.Data.SQLite.EF6.dll, System.Data.SQLite.Linq, sqlite3.dll, SQLite.Interop.dll
Author(s): SQLite Development Team
Project Site: https://system.data.sqlite.org/
License: https://www.sqlite.org/copyright.html
Assembly: FuzzyString.dll
Author(s): Felix Perreault
Project Site: https://fuzzystring.codeplex.com/
License: https://fuzzystring.codeplex.com/license
Assembly: BizHawk.Common.dll / BizHawk.Emulation.DiscSystem.dll
Authors(s): BizHawk Development Team
Project Site: https://github.com/TASVideos/BizHawk
License: https://opensource.org/licenses/MIT
Assembly: SharpCompress.dll
Author(s): Adam Hathcock
Project Site: https://github.com/adamhathcock/sharpcompress
License: https://github.com/adamhathcock/sharpcompress/blob/master/LICENSE.txt
Assembly: SlimDX.dll
Author(s): SlimDX Group
Project Site: https://slimdx.org/
License: https://slimdx.org/license.php
Assembly: WindowScrape.dll
Author(s): Mark Greenwald
Project Site: https://github.com/DataDink/WindowScrape
License: Unknown
Assembly: Xceed.Wpf.Toolkit.dll, Xceed.Wpf.DataGrid.dll, Xceed.Wpf.AvalonDock.Themes.VS2010.dll, Xceed.Wpf.AvalonDock.Themes.Metro.dll, Xceed.Wpf.AvalonDock.Themes.Aero.dll, Xceed.Wpf.AvalonDock.dll
Author(s): Xceed
Project Site: http://wpftoolkit.codeplex.com/
License: http://wpftoolkit.codeplex.com/license
The binary releases of MedLaunch also ship with the following Microsoft .NET assemblies that
fall under their own licensing terms
(typically https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm / https://www.microsoft.com/net/dotnet_library_license.htm):
EntityFramework.dll
EntityFramework.Core.dll
EntityFramework.Relational.dll
EntityFramework.Sqlite.dll
Microsoft.Data.Sqlite.dll
Microsoft.Extensions.Caching.Abstractions.dll
Microsoft.Extensions.Caching.Memory.dll
Microsoft.Extensions.Configuration.dll
Microsoft.Extensions.Configuration.Abstractions.dll
Microsoft.Extensions.Configuration.Binder.dll
Microsoft.Extensions.DependencyInjection.dll
Microsoft.Extensions.DependencyInjection.Abstractions.dll
Microsoft.Extensions.Logging.dll
Microsoft.Extensions.Logging.Abstractions.dll
Microsoft.Extensions.OptionsModel.dll
Microsoft.Extensions.PlatformAbstractions.dll
System.Diagnostics.DiagnosticSource.dll
System.Interactive.Async.dll