summaryrefslogtreecommitdiff
path: root/rust/syn/custom_keyword.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/custom_keyword.rs')
-rw-r--r--rust/syn/custom_keyword.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/custom_keyword.rs b/rust/syn/custom_keyword.rs
index cc4f632c981a..ff2c415f1aab 100644
--- a/rust/syn/custom_keyword.rs
+++ b/rust/syn/custom_keyword.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
/// Define a type that supports parsing and printing a given identifier as if it
/// were a keyword.
///