Files
App-Installer-For-Windows-8…/shared/license/license_en.html
2026-04-06 13:09:20 +08:00

94 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>End User License Agreement</title>
<style>
body {
/*font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif;*/
font-size: 9pt;
/*color: #333333;
background-color: #ffffff;*/
-ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box;
}
h1 {
font-size: 12.5pt;
font-weight: bold;
margin-bottom: 5px;
text-align: center;
}
h2 {
font-size: 10.75pt;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
p {
margin: 5px 0;
}
ul,
ol {
margin: 5px 0;
padding: 0;
}
a {
color: #1a73e8;
text-decoration: underline;
}
a:hover {
color: #0b59d1;
text-decoration: none;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
</style>
</head>
<body>
<h1>End User License Agreement</h1>
<p>Please read this license agreement carefully before installing or using this software.</p>
<h2>1. Copyright</h2>
<p>Copyright © 2025 Windows Modern. This software and its source code are protected by copyright law.</p>
<h2>2. License</h2>
<p>This software is licensed under the MIT License. You are free to use, copy, modify, and distribute this software and its source code, including for commercial purposes, subject to the terms of the MIT License.</p>
<h2>3. Third-Party Components</h2>
<p>This software includes the following third-party open source components, which are subject to their original licenses:</p>
<ul>
<li>PriTools (Apache License 2.0) - <a href="https://github.com/chausner/PriTools" target="_blank">https://github.com/chausner/PriTools</a></li>
<li>pugixml (MIT License) - <a href="https://pugixml.org/" target="_blank">https://pugixml.org/</a></li>
<li>RapidJSON (MIT License) - <a href="https://rapidjson.org/" target="_blank">https://rapidjson.org/</a></li>
<li>WinJS (MIT License) - <a href="https://github.com/winjs/winjs" target="_blank">https://github.com/winjs/winjs</a></li>
<li>markdown.js (MIT License) - <a href="https://github.com/evilstreak/markdown-js" target="_blank">https://github.com/evilstreak/markdown-js</a></li>
<li>CodeMirror (MIT License) - <a href="https://codemirror.net/" target="_blank">https://codemirror.net/</a></li>
<li>Json.NET (MIT License) - <a href="https://www.newtonsoft.com/json" target="_blank">https://www.newtonsoft.com/json</a></li>
<li>SharpZipLib (MIT License) - <a href="https://icsharpcode.github.io/SharpZipLib/" target="_blank">https://icsharpcode.github.io/SharpZipLib/</a></li>
</ul>
<h2>4. Disclaimer</h2>
<p>This software is provided "as is", without any express or implied warranties, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be
liable for any damages arising from the use of this software, whether direct, indirect, incidental, or consequential.</p>
<h2>5. Acceptance</h2>
<p>By installing or using this software, you agree to this license agreement. If you do not agree, do not install or use the software.</p>
<br>
</body>
</html>