-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (44 loc) · 3.72 KB
/
index.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Developer Certificate of Origin (開発者起源証明書)</title>
</head>
<body>
<pre>Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
</pre>
<hr>
<p>下記は上記で示されているDeveloper Certificate of Origin 1.1 (<A HREF="https://developercertificate.org/">https://developercertificate.org/</A> )の日本語参考訳である。DCOはLinuxカーネル等で使われている貢献行為に必要な証明書であり、CLAとは異なってコミット毎に証明を行うことになります。</p>
<h1>Developer Certificate of Origin (開発者起源証明書) Version 1.1 日本語参考訳</h1>
<p>Copyright (C) 2004, 2006 The Linux Foundation およびその貢献者</p>
<p>誰もがこのライセンス文書の逐語的なコピーを複製し頒布することは許可されていますが、改変することは許可されていません。</p>
<h2>開発者の起源証明書 1.1</h2>
<p>このプロジェクトに貢献することにより、私は以下のことを証明します:</p>
<p>(a) その貢献の全部または一部は私が作成したものであり、 私はそのファイルに示されたオープンソース・ライセンスの下でそれを提出する権利を有する。もしくは、</p>
<p>(b) その貢献は、私の知る限りにおいて、適切なオープンソース・ライセンスが付与されている以前の作品に基づいており、私は、その作品の全部または一部を私が作成したか否かに関わらず、その作品に修正を加え、ファイルで示されているものと同じオープンソース・ライセンスの下で(異なるライセンスの下で提出することが許可されていない限り)提出する権利をそのライセンスの下で有している。もしくは、</p>
<p>(c) (a)、(b)または(c)を証明した他の人物から直接私へ提供されたものであり、私が改変していないこと。</p>
<p>(d) 私は、このプロジェクトと貢献が公開されること、および貢献の記録(私のサインオフを含め、私が貢献とともに提出した全ての個人情報を含む)が無期限に維持され、このプロジェクトまたは関連するオープンソース・ライセンスに従って再頒布される可能性があることを理解し、同意します。</p>
</body></html>