diff options
Diffstat (limited to 'src/drivers/samd.cpp')
| -rw-r--r-- | src/drivers/samd.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/samd.cpp b/src/drivers/samd.cpp index 3b275c47..5ed99666 100644 --- a/src/drivers/samd.cpp +++ b/src/drivers/samd.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include "samd.hpp" #include <stdint.h> #include <optional> |
