mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
89 lines
2.7 KiB
HTML
89 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
|
|
<title>最终用户许可协议</title>
|
|
<style>
|
|
body {
|
|
/*font-family: "Microsoft YaHei", "Segoe UI", 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>最终用户许可协议</h1>
|
|
|
|
<p>请在安装或使用本软件前仔细阅读本许可协议。</p>
|
|
|
|
<h2>一、版权声明</h2>
|
|
<p>Copyright © 2025 Windows Modern. 本软件及其源码受版权法保护。</p>
|
|
|
|
<h2>二、许可范围</h2>
|
|
<p>本软件遵循 MIT 许可协议。您可以在符合 MIT 许可条件下自由使用、复制、修改、分发本软件及其源码,包括商业用途。</p>
|
|
|
|
<h2>三、第三方组件</h2>
|
|
<p>本软件包含以下第三方开源组件,使用这些组件受其原始许可证约束:</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>
|
|
</ul>
|
|
|
|
<h2>四、免责声明</h2>
|
|
<p>本软件按“原样”提供,不附带任何明示或暗示的担保,包括但不限于适销性、特定用途适用性和非侵权的保证。无论在何种情况下,作者或版权持有人均不对因使用本软件产生的任何直接、间接、偶然或特殊损害负责。</p>
|
|
|
|
<h2>五、接受条款</h2>
|
|
<p>安装或使用本软件即表示您接受本许可协议。如果您不同意本协议,请不要安装或使用本软件。</p>
|
|
<br>
|
|
</body>
|
|
</html>
|