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