소스 검색

LICENSE: include DCO notice.

Marti Bolivar 6 년 전
부모
커밋
0493613348
1개의 변경된 파일34개의 추가작업 그리고 0개의 파일을 삭제
  1. 34 0
      LICENSE

+ 34 - 0
LICENSE 파일 보기

@@ -64,3 +64,37 @@ http://www.gnu.org/licenses/ for a copy) and comes with the following info:
64 64
     Project page: http://tuxotronic.org/wiki/projects/stm32loader
65 65
 
66 66
 -------------------------------------------------------------------------------
67
+
68
+Note on contributing patches:
69
+
70
+If contributing patches, please add a Signed-off-by: line certifying
71
+your Developer Certificate of Origin (DCO).  You should include this
72
+line at the bottom of any Git commits you want merged in, or along
73
+with any email you submit.  By including this line, you are certifying
74
+the following:
75
+
76
+  Developer's Certificate of Origin 1.1
77
+
78
+  By making a contribution to this project, I certify that:
79
+
80
+  (a) The contribution was created in whole or in part by me and I
81
+      have the right to submit it under the open source license
82
+      indicated in the file; or
83
+
84
+  (b) The contribution is based upon previous work that, to the best
85
+      of my knowledge, is covered under an appropriate open source
86
+      license and I have the right under that license to submit that
87
+      work with modifications, whether created in whole or in part
88
+      by me, under the same open source license (unless I am
89
+      permitted to submit under a different license), as indicated
90
+      in the file; or
91
+
92
+  (c) The contribution was provided directly to me by some other
93
+      person who certified (a), (b) or (c) and I have not modified
94
+      it.
95
+
96
+  (d) I understand and agree that this project and the contribution
97
+      are public and that a record of the contribution (including all
98
+      personal information I submit with it, including my sign-off) is
99
+      maintained indefinitely and may be redistributed consistent with
100
+      this project or the open source license(s) involved.