File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import fileinput , re , os , sys
21
21
22
- preamble = '''// Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT
22
+ preamble = '''// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
23
23
// file at the top-level directory of this distribution and at
24
- // http ://rust-lang.org/COPYRIGHT .
24
+ // https ://www. rust-lang.org/policies/licenses .
25
25
//
26
26
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
27
- // http ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
28
- // <LICENSE-MIT or http ://opensource.org/licenses/MIT>, at your
27
+ // https ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
28
+ // <LICENSE-MIT or https ://opensource.org/licenses/MIT>, at your
29
29
// option. This file may not be copied, modified, or distributed
30
30
// except according to those terms.
31
31
You can’t perform that action at this time.
0 commit comments