summaryrefslogtreecommitdiff
path: root/rust/syn/derive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/derive.rs')
-rw-r--r--rust/syn/derive.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/derive.rs b/rust/syn/derive.rs
index 3443ecfc05cb..27fd9f12c88c 100644
--- a/rust/syn/derive.rs
+++ b/rust/syn/derive.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use crate::attr::Attribute;
use crate::data::{Fields, FieldsNamed, Variant};
use crate::generics::Generics;