From c3c1f6f82d15755600478100324a2a1b01251f83 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 27 Nov 2024 15:38:49 +1100 Subject: [PATCH] Add missing license comment to test file --- units/tests/api.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/units/tests/api.rs b/units/tests/api.rs index 373780833..b4dc3aa6e 100644 --- a/units/tests/api.rs +++ b/units/tests/api.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: CC0-1.0 + //! Test the API surface of `units`. //! //! The point of these tests are to check the API surface as opposed to test the API functionality.