summaryrefslogtreecommitdiff
path: root/rust/proc-macro2/location.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/proc-macro2/location.rs')
-rw-r--r--rust/proc-macro2/location.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/proc-macro2/location.rs b/rust/proc-macro2/location.rs
index 7190e2d05255..3a11871e2943 100644
--- a/rust/proc-macro2/location.rs
+++ b/rust/proc-macro2/location.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use core::cmp::Ordering;
/// A line-column pair representing the start or end of a `Span`.