diff options
Diffstat (limited to 'tests/device.rs')
-rw-r--r-- | tests/device.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/device.rs b/tests/device.rs index 59c9348..c790049 100644 --- a/tests/device.rs +++ b/tests/device.rs @@ -1,3 +1,6 @@ +// Copyright (C) 2018-2019 Robin Krahl <robin.krahl@ireas.org> +// SPDX-License-Identifier: MIT + mod util; use std::ffi::CStr; |