summaryrefslogtreecommitdiff
path: root/rust/quote/ident_fragment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/quote/ident_fragment.rs')
-rw-r--r--rust/quote/ident_fragment.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/quote/ident_fragment.rs b/rust/quote/ident_fragment.rs
index 6c2a9a87acb4..d98106f17666 100644
--- a/rust/quote/ident_fragment.rs
+++ b/rust/quote/ident_fragment.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use alloc::borrow::Cow;
use core::fmt;
use proc_macro2::{Ident, Span};