From fae2ae2ac9b8b0ff2362e54bee0740e8abcd1341 Mon Sep 17 00:00:00 2001 From: Ali Smesseim Date: Mon, 7 Apr 2014 17:41:43 +0200 Subject: [PATCH 1/2] Remove FIXME referring to a closed issue (#3654) Issue #3654 had already been fixed and closed, but the FIXME comment has not been removed. This commit removes the FIXME comment. --- src/test/run-pass/reexport-star.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/run-pass/reexport-star.rs b/src/test/run-pass/reexport-star.rs index 3b7696b548aaf..fceae1849a573 100644 --- a/src/test/run-pass/reexport-star.rs +++ b/src/test/run-pass/reexport-star.rs @@ -12,8 +12,6 @@ #![feature(globs)] -// FIXME #3654 - mod a { pub fn f() {} pub fn g() {} From 88cdc502a35afc5e39f64e82015206c1d06d9cc1 Mon Sep 17 00:00:00 2001 From: Ali Smesseim Date: Tue, 8 Apr 2014 00:11:09 +0200 Subject: [PATCH 2/2] Add the name of the copyright holder and year The years of copyright and the name of the copyright holder were not present in the notice. The Apache license was added to the project in 2012, so 2012 is the starting year. 2014 is the current year. The copyright holder is the Mozilla Foundation (taken from the MIT license). --- LICENSE-APACHE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 16fe87b06e802..a88330e28d591 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright [yyyy] [name of copyright owner] +Copyright 2012-2014 Mozilla Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.