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