-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathaboutBox.htm
More file actions
58 lines (50 loc) · 4.08 KB
/
Copy pathaboutBox.htm
File metadata and controls
58 lines (50 loc) · 4.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About SayMore</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<link rel="stylesheet" type="text/css" href="aboutBox.css" />
<base target="_blank" rel="noopener noreferrer"><!-- Links should open in new window -->
</head>
<body>
<h1 style="margin-top:8px">Copyright © 2011-2026 <a href="https://www.sil.org/">SIL Global</a></h1>
<h1>License</h1>
<p>Open source (<a href="https://sil.mit-license.org/">MIT</a>).</p>
<h1>Websites</h1>
<p><a href="https://software.sil.org/saymore/">software.sil.org/saymore/</a></p>
<p><a href="https://community.software.sil.org/c/saymore">community.software.sil.org/c/saymore/</a></p>
<h1>Credits</h1>
<div class="single">
<p>Tom Bogle: Code</p>
<p>John Hatton: Architecture & UX Design</p>
<p>Marlon Hovland: Documentation</p>
<p>Phillip Hopper: Code</p>
<p>David Olson: Code</p>
<p>Greg Trihus: Code</p>
<p>Andrew Polk: Code reviews</p>
<p>Vivi Wickberg: Testing</p>
<p>Len Wallstrom: Testing</p>
<p>Bryan Wussow: Management</p>
</div>
<h1>Thanks</h1>
<p>Payap University Linguistics Institute, Chiang Mai, Thailand</p>
<p>Steven Bird (University of Melbourne)</p>
<p>Sarah Moeller, Tim Gaved, Cambell Prince, Michael Cochran, Gary Simons, John Wickberg, Will Reiman (SIL Global)</p>
<p>Microsoft for <a href="https://github.com/">Github</a>, the repository where our open-source code is hosted for free, and also for free use of <a href="https://visualstudio.microsoft.com/vs/community/">Visual Studio Community</a>, our preferred IDE.</p>
<p>Atlassian, for a free open-source license for <a href="https://www.atlassian.com/software/jira/overview">Jira</a>, where we keep bug reports.</p>
<p><a href="https://github.com/sillsdev/saymore/">GitHub</a>, for free hosting of our source code repository.</p>
<h1>Open Source Components/Libraries</h1>
<p><a href="https://github.com/segmentio/Analytics-CSharp">Analytics-Csharp</a> © 2021 Segment (<a href="https://opensource.org/licenses/MIT">MIT</a>)</p>
<p><a href="https://github.com/autofac/Autofac">Autofac</a> © 2020 Autofac Contributors (<a href="https://opensource.org/licenses/MIT">MIT</a>)</p>
<p><a href="https://ffmpeg.org/">FFmpeg</a> © 2000-2022 The FFmpeg Developers (<a href="https://ffmpeg.org/legal.html">LGPL/GPL</a>)</p>
<p><a href="https://ffmpeg.org/">FFprobe</a> © 2007-2022 The FFmpeg Developers (<a href="https://ffmpeg.org/legal.html">GPL</a>)</p>
<p>This product uses <a href="https://mediaarea.net/en/MediaInfo">MediaInfo library</a>, Copyright (c) 2002-2023 MediaArea.net SARL. (<a href="https://mediaarea.net/en/MediaInfo/License">BSD-style license</a>)</p>
<p><a href="https://mplayerhq.hu/design7/info.html">MPlayer</a> © 2000-2022 MPlayer Team (<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL</a>) (SayMore does not "link" to MediaPlayer)</p>
<p><a href="https://github.com/Moq/moq4/">Moq</a> Copyright © 2007. Clarius Consulting, Manas Technology Solutions (<a href="https://github.com/moq/moq4/blob/main/License.txt">license</a></p>
<p><a href="https://github.com/naudio/NAudio">NAudio</a> Mark Heath (Copyright unknown) (<a href="https://github.com/naudio/NAudio/blob/master/license.txt">MS-PL</a>)</p>
<p><a href="https://nunit.org/">NUnit</a> Copyright © 2023 Charlie Poole, Rob Prouse (https://www.nuget.org/packages/NUnit/3.14.0/license">Nunit License</a>)</p>
<p><a href="https://www.newtonsoft.com/json">Newtonsoft.Json</a> Copyright © 2008 James Newton-King (<a href="https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md">MIT</a>)</p>
<p><a href="https://github.com/sillsdev/libpalaso">Palaso Library</a> © <a href="https://www.sil.org/">SIL Global</a> (<a href="https://sil.mit-license.org/">MIT</a>)</p>
<p><a href="https://github.com/sillsdev/l10nsharp">L10N Sharp</a> Localization library: © <a href="https://www.sil.org/">SIL Global</a> (<a href="https://sil.mit-license.org/">MIT</a>) </p>
</body>
</html>