diff options
| author | Marvin Löbel <loebel.marvin@gmail.com> | 2013-04-20 22:54:13 +0200 |
|---|---|---|
| committer | Marvin Löbel <loebel.marvin@gmail.com> | 2013-04-20 22:54:13 +0200 |
| commit | df61ec2da6c4bb6e77ec15d0e5a60e4122b79d75 (patch) | |
| tree | 82c9a090f92bf1d41410a008b8a5ea63395423dc | |
| parent | 7ca216d7500c8e7e0226aeb8baca7f0e588cd120 (diff) | |
| download | rust-df61ec2da6c4bb6e77ec15d0e5a60e4122b79d75.tar.gz rust-df61ec2da6c4bb6e77ec15d0e5a60e4122b79d75.zip | |
Corrected history
| -rw-r--r-- | src/libcore/str/ascii.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/str/ascii.rs b/src/libcore/str/ascii.rs index 22303ef0ddc..7de62a2c934 100644 --- a/src/libcore/str/ascii.rs +++ b/src/libcore/str/ascii.rs @@ -1,4 +1,4 @@ -// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT +// Copyright 2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // |
