summaryrefslogtreecommitdiff
path: root/include/arch/posix/driver
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/posix/driver')
-rw-r--r--include/arch/posix/driver/counter.h5
-rw-r--r--include/arch/posix/driver/gpio.h5
-rw-r--r--include/arch/posix/driver/stdout.h5
-rw-r--r--include/arch/posix/driver/uptime.h5
4 files changed, 20 insertions, 0 deletions
diff --git a/include/arch/posix/driver/counter.h b/include/arch/posix/driver/counter.h
index eeb6da4..e37bfd7 100644
--- a/include/arch/posix/driver/counter.h
+++ b/include/arch/posix/driver/counter.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef COUNTER_H
#define COUNTER_H
diff --git a/include/arch/posix/driver/gpio.h b/include/arch/posix/driver/gpio.h
index 12e9121..c630b46 100644
--- a/include/arch/posix/driver/gpio.h
+++ b/include/arch/posix/driver/gpio.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef GPIO_H
#define GPIO_H
diff --git a/include/arch/posix/driver/stdout.h b/include/arch/posix/driver/stdout.h
index b21ad56..032a878 100644
--- a/include/arch/posix/driver/stdout.h
+++ b/include/arch/posix/driver/stdout.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef STANDARDOUTPUT_H
#define STANDARDOUTPUT_H
diff --git a/include/arch/posix/driver/uptime.h b/include/arch/posix/driver/uptime.h
index 39da445..d2193e3 100644
--- a/include/arch/posix/driver/uptime.h
+++ b/include/arch/posix/driver/uptime.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
#ifndef UPTIME_H
#define UPTIME_H