From 3b371cfc544d4b7c462d0a32d06525ab2b970875 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 24 May 2023 07:42:03 +1000 Subject: reuse annotate new files --- src/drivers/include/samd.hpp | 6 ++++++ src/drivers/samd.cpp | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'src/drivers') diff --git a/src/drivers/include/samd.hpp b/src/drivers/include/samd.hpp index 8fe87c66..230cb069 100644 --- a/src/drivers/include/samd.hpp +++ b/src/drivers/include/samd.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include 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 + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include "samd.hpp" #include #include -- cgit v1.2.3