diff --git a/man/rustc.1 b/man/rustc.1 index 14d2cad86d017..9ed98c142943b 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -170,5 +170,5 @@ See \fBAUTHORS.txt\fR in the rust source distribution. Graydon Hoare <\fIgraydon@mozilla.com\fR> is the project leader. .SH "COPYRIGHT" -This work is licensed under MIT-like terms. See \fBLICENSE.txt\fR -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. diff --git a/mk/dist.mk b/mk/dist.mk index 92989d157b429..f71abc48620d1 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -18,6 +18,7 @@ PKG_FILES := \ $(S)COPYRIGHT \ $(S)LICENSE-APACHE \ $(S)LICENSE-MIT \ + $(S)AUTHORS.txt \ $(S)README.md \ $(S)configure $(S)Makefile.in \ $(S)man \