Skip to content

Commit cc5c5c3

Browse files
committed
update DCO
Signed-off-by: Terence Parr <[email protected]>
1 parent 28a3eba commit cc5c5c3

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

license.html

+4-12
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,16 @@ <h1>ANTLR 4 License</h1>
106106
<br>
107107
<h1>Developer's Certificate of Origin</h1>
108108

109-
<p>All contributors to ANTLR v4 must formally agree to abide by the
110-
<a href="https://github.com/antlr/antlr4/blob/master/contributors.txt">certificate
111-
of origin</a> by signing on the bottom of that document. To contribute:</p>
109+
<p>As of 4.10, ANTLR uses the Linux Foundation's Developer Certificate of Origin, DCO, version 1.1. See <a href="https://github.com/antlr/antlr4/blob/master/developer-cert-of-origin.txt">certificate
110+
of origin</a>. To contribute:</p>
112111

113112
<ul>
114-
<li>fork the <a href="https://github.com/antlr/antlr4">ANTLR v4 github repository</a>
113+
<li>fork the dev branch of the <a href="https://github.com/antlr/antlr4">ANTLR v4 github repository</a>
115114
<li>make your changes
116-
<li>[<i>first time contributors</i>]: sign contributors.txt by adding your github userid, full
117-
name, email address (you can obscure your e-mail, but it must be
118-
computable by human), and date.
119-
<li>commit your changes
115+
<li>commit your changes, signing your commits with <tt>git commit -s ...</tt>.
120116
<li>send a pull request
121117
</ul>
122118

123-
After you have signed once, you don't have to sign future pull
124-
requests. We can merge by simply checking to see your name is in the
125-
contributors file.
126-
127119
</div><!--/content-->
128120

129121
<div id="sidebar">

0 commit comments

Comments
 (0)