summaryrefslogtreecommitdiff
path: root/rust/quote/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/quote/runtime.rs')
-rw-r--r--rust/quote/runtime.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/quote/runtime.rs b/rust/quote/runtime.rs
index c704ca89411f..09a94f5dd4fe 100644
--- a/rust/quote/runtime.rs
+++ b/rust/quote/runtime.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use self::get_span::{GetSpan, GetSpanBase, GetSpanInner};
use crate::{IdentFragment, ToTokens, TokenStreamExt};
use core::fmt;