We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 913ca08 + a5c931c commit 5a0f628Copy full SHA for 5a0f628
man/rustc.1
@@ -170,5 +170,5 @@ See \fBAUTHORS.txt\fR in the rust source distribution. Graydon Hoare
170
<\fI[email protected]\fR> is the project leader.
171
172
.SH "COPYRIGHT"
173
-This work is licensed under MIT-like terms. See \fBLICENSE.txt\fR
174
-in the rust source distribution.
+This work is dual-licensed under Apache 2.0 and MIT terms. See \fBCOPYRIGHT\fR
+file in the rust source distribution.
mk/dist.mk
@@ -18,6 +18,7 @@ PKG_FILES := \
18
$(S)COPYRIGHT \
19
$(S)LICENSE-APACHE \
20
$(S)LICENSE-MIT \
21
+ $(S)AUTHORS.txt \
22
$(S)README.md \
23
$(S)configure $(S)Makefile.in \
24
$(S)man \
0 commit comments