xref: /linux/rust/proc-macro2/README.md (revision 54e3eae855629702c566bd2e130d9f40e7f35bde)
1# `proc-macro2`
2
3These source files come from the Rust `proc-macro2` crate, version
41.0.101 (released 2025-08-16), hosted in the
5<https://github.com/dtolnay/proc-macro2> repository, licensed under
6"Apache-2.0 OR MIT" and only modified to add the SPDX license
7identifiers and to remove the `unicode-ident` dependency.
8
9For copyright details, please see:
10
11    https://github.com/dtolnay/proc-macro2/blob/1.0.101/README.md#license
12    https://github.com/dtolnay/proc-macro2/blob/1.0.101/LICENSE-APACHE
13    https://github.com/dtolnay/proc-macro2/blob/1.0.101/LICENSE-MIT
14