From 24ca82a3841a1125b362b8d7b5d0c9de3f7fc2e3 Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Mon, 7 Apr 2025 11:44:10 +0200 Subject: [PATCH] chore: add copyright headers --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index e11c6a9..cf049dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2022 Josh Wright, Clément Delafargue + * + * SPDX-License-Identifier: Apache-2.0 + */ // There seem to be false positives with pyo3 #![allow(clippy::borrow_deref_ref)] #![allow(unexpected_cfgs)]