From fbb33c3b8d1a25bb4d4afc62942e5880bf917588 Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Wed, 6 Mar 2013 10:48:14 +0100
Subject: [PATCH] copyright header

---
 native/board_config.c   | 15 +++++++++++++++
 native/board_init.c     | 15 +++++++++++++++
 native/native-ltc4150.c | 15 +++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/native/board_config.c b/native/board_config.c
index 8f343f349e..317cdbb79e 100644
--- a/native/board_config.c
+++ b/native/board_config.c
@@ -1,3 +1,18 @@
+/**
+ * Native Board config.h implementation
+ *
+ * Copyright (C) 2013 Ludwig Ortmann
+ *
+ * This file subject to the terms and conditions of the GNU General Public
+ * License. See the file LICENSE in the top level directory for more details.
+ *
+ * @ingroup native
+ * @{
+ * @file
+ * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @}
+ */
+
 #include <stdio.h>
 #include <stdint.h>
 
diff --git a/native/board_init.c b/native/board_init.c
index ab08803451..cfc072d4ac 100644
--- a/native/board_init.c
+++ b/native/board_init.c
@@ -1,3 +1,18 @@
+/**
+ * Native Board board_init implementation
+ *
+ * Copyright (C) 2013 Ludwig Ortmann
+ *
+ * This file subject to the terms and conditions of the GNU General Public
+ * License. See the file LICENSE in the top level directory for more details.
+ *
+ * @ingroup native
+ * @{
+ * @file
+ * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @}
+ */
+
 void board_init()
 {
     puts("RIOT native board initialized.");
diff --git a/native/native-ltc4150.c b/native/native-ltc4150.c
index 42711b7538..e18dee912d 100644
--- a/native/native-ltc4150.c
+++ b/native/native-ltc4150.c
@@ -1,3 +1,18 @@
+/**
+ * Native Board ltc4150_arch.h implementation
+ *
+ * Copyright (C) 2013 Ludwig Ortmann
+ *
+ * This file subject to the terms and conditions of the GNU General Public
+ * License. See the file LICENSE in the top level directory for more details.
+ *
+ * @ingroup native
+ * @{
+ * @file
+ * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @}
+ */
+
 #include <stdio.h>
 #include <signal.h>
 #include <time.h>
-- 
GitLab