Skip to content

Commit c51a7ca

Browse files
committed
Fix license header in script
1 parent 9342d8a commit c51a7ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/unicode.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
import fileinput, re, os, sys
2121

22-
preamble = '''// Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT
22+
preamble = '''// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
2323
// 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.
2525
//
2626
// 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
2929
// option. This file may not be copied, modified, or distributed
3030
// except according to those terms.
3131

0 commit comments

Comments
 (0)