diff options
| author | Adrien Tétar <adri-from-59@hotmail.fr> | 2014-01-04 21:16:57 +0100 |
|---|---|---|
| committer | Adrien Tétar <adri-from-59@hotmail.fr> | 2014-01-04 21:49:52 +0100 |
| commit | 24f9a93872eb572bbe1574669c40c9b003e8c473 (patch) | |
| tree | 99fc0ff3706a51d76d0cf489045090a6baf96034 /src/libsyntax/ext | |
| parent | b432e82515f4cc145cf41bbcb92ff9b874b23afe (diff) | |
| download | rust-24f9a93872eb572bbe1574669c40c9b003e8c473.tar.gz rust-24f9a93872eb572bbe1574669c40c9b003e8c473.zip | |
etc: licenseck: don't hardcode a specific year
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/source_util.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/source_util.rs b/src/libsyntax/ext/source_util.rs index 5f634f7f054..57da01ccad0 100644 --- a/src/libsyntax/ext/source_util.rs +++ b/src/libsyntax/ext/source_util.rs @@ -1,5 +1,5 @@ -// Copyright 2012-2013 The Rust Project Developers. See the -// COPYRIGHT file at the top-level directory of this distribution and at +// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or |
