xref: /linux/rust/proc-macro2/README.md (revision 784faa8eca8270671e0ed6d9d21f04bbb80fc5f7)
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