This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tos.html
87 lines (81 loc) · 3.64 KB
/
tos.html
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
<!DOCTYPE html>
<html lang="ja">
<head id="head">
<!-- ページの内容 -->
<title>利用規約 | VCborn</title>
<meta name="description" content="VCborn公式サイト" />
<!-- OGPタグ用 -->
<meta property="og:url" content="https://vcborn.com/tos.html" />
<meta property="og:title" content="利用規約 | VCborn" />
<meta property="og:type" content="website" />
<meta property="og:description" content="VCborn公式サイト" />
<meta property="og:image" content="https://vcborn.com/images/jpg/ogp.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vcborn_support" />
<meta property="og:site_name" content="VCborn" />
<meta property="og:locale" content="ja_JP" />
<meta charset="utf-8" />
<!-- GooogleAdsense -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1336300432888389"
crossorigin="anonymous"
></script>
<!-- GoogleAnalytics-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8GC99E31DE"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8GC99E31DE");
</script>
</head>
<body>
<header id="header"></header>
<main id="article">
<section id="h2-title">
<div id="particles-js"></div>
<h2>
<span>利用規約</span>
<span>Terms of Service</span>
</h2>
</section>
<article>
<style>
/* この記事だけに適用させるcss */
</style>
<h3>免責事項</h3>
<p>
VCbornが提供するソフトウェア(以下、「ソフトウェア」という)について、明示的にも黙示的にも、いかなる保証も行われません。
本情報は、品質に関する保証を含むものではなく、市場性のある公正な品質を記述するものでもなく、また、品質保証や特別な目的への適合性に関する保証を主張するものでもありません。
ソフトウェアの使用により生じた損害については、使用者が一切の責任を負うものとします。
</p>
<h3>ライセンス</h3>
<h4>VCLinux</h4>
<p>
VCLinuxはGPL v2に基づいており、<s>ソースコードについては
<a href="https://github.com/vcborn/vclinux">こちら</a>
で確認することができます。</s>
また、各種パッケージのライセンスは、/usr/share/licenses/
で確認することができます。
</p>
<ins>2021年11月10日追記</ins>
<p>Githubへのソースコードのアップロードが想定以上に時間を要するため、一時的な対策としてソースコードのアーカイブをGoogle Driveにアップロードさせていただきます。<br>
リンクは<a href="https://drive.google.com/drive/u/0/folders/1oAT79-nkneAgv4W-VxoUQqIDcolH9bge">こちら</a>です。</p>
</article>
</main>
<footer id="footer"></footer>
<!-- リンク読み込み -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tsparticles/1.33.3/tsparticles.slim.min.js"></script>
<!-- particles.js -->
<script src="/js/script.js"></script>
<script src="/include.js"></script>
<!-- 共通化用 -->
</body>
</html>