From 2190efb3ca86db7f45cb0ec9d5744b8f2491fd0b Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Mon, 8 Apr 2013 10:15:12 +0200 Subject: [PATCH 1/2] Put AUTHORS.txt file in the release tarball --- mk/dist.mk | 1 + 1 file changed, 1 insertion(+) 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 \ From a5c931cc61a6d84bf4d1a261137f687f986a79a4 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Mon, 8 Apr 2013 10:19:16 +0200 Subject: [PATCH 2/2] Update license terms in manpage --- man/rustc.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.