diff --git a/Cargo.toml b/Cargo.toml index fed55cd..54d03ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-xid" -version = "0.2.4" +version = "0.2.5" authors = ["erick.tryzelaar ", "kwantam ", "Manish Goregaokar " diff --git a/scripts/unicode.py b/scripts/unicode.py index eb23b67..1a4a92e 100755 --- a/scripts/unicode.py +++ b/scripts/unicode.py @@ -19,13 +19,13 @@ import fileinput, re, os, sys -preamble = '''// Copyright 2012-2015 The Rust Project Developers. See the COPYRIGHT +preamble = '''// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. +// https://www.rust-lang.org/policies/licenses. // // Licensed under the Apache License, Version 2.0 or the MIT license -// , at your +// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license +// , at your // option. This file may not be copied, modified, or distributed // except according to those terms.