summaryrefslogtreecommitdiff
path: root/rust/syn/classify.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/classify.rs')
-rw-r--r--rust/syn/classify.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/classify.rs b/rust/syn/classify.rs
index 8eab19dbc37c..92a975bfe4aa 100644
--- a/rust/syn/classify.rs
+++ b/rust/syn/classify.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
#[cfg(feature = "full")]
use crate::expr::Expr;
#[cfg(any(feature = "printing", feature = "full"))]