Add missing license comment to test file

This commit is contained in:
Tobin C. Harding 2024-11-27 15:38:49 +11:00
parent dacf75594e
commit c3c1f6f82d
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 0 deletions

View File

@ -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.