diff --git a/boards/native/board_config.c b/boards/native/board_config.c index 9b8d1a49ff..9dc376cdee 100644 --- a/boards/native/board_config.c +++ b/boards/native/board_config.c @@ -5,8 +5,8 @@ * * Copyright (C) 2013 Ludwig Ortmann * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the LGPLv2. See + * the file LICENSE in the top level directory for more details. * * @ingroup native_board * @{ diff --git a/boards/native/board_init.c b/boards/native/board_init.c index 2080850b89..28132335f1 100644 --- a/boards/native/board_init.c +++ b/boards/native/board_init.c @@ -3,8 +3,8 @@ * * Copyright (C) 2013 Ludwig Ortmann * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the LGPLv2. See + * the file LICENSE in the top level directory for more details. * * @ingroup native_board * @{ diff --git a/boards/native/drivers/native-led.c b/boards/native/drivers/native-led.c index efe934fb34..fcf2fc9fb5 100644 --- a/boards/native/drivers/native-led.c +++ b/boards/native/drivers/native-led.c @@ -5,8 +5,8 @@ * * Copyright (C) 2013 Ludwig Ortmann * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the LGPLv2. See + * the file LICENSE in the top level directory for more details. * * @ingroup native_board * @{ diff --git a/boards/native/drivers/native-ltc4150.c b/boards/native/drivers/native-ltc4150.c index f34a7fe9e3..9df6c90581 100644 --- a/boards/native/drivers/native-ltc4150.c +++ b/boards/native/drivers/native-ltc4150.c @@ -6,8 +6,8 @@ * * Copyright (C) 2013 Ludwig Ortmann * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the LGPLv2. See + * the file LICENSE in the top level directory for more details. * * @ingroup native_board * @ingroup ltc4150 diff --git a/boards/native/drivers/native-uart0.c b/boards/native/drivers/native-uart0.c index 38720fd3c9..d8574436fb 100644 --- a/boards/native/drivers/native-uart0.c +++ b/boards/native/drivers/native-uart0.c @@ -1,5 +1,16 @@ -/* - * native uart0 implementation +/** + * Native uart0 implementation + * + * Copyright (C) 2013 Ludwig Ortmann + * + * This file is subject to the terms and conditions of the LGPLv2. See + * the file LICENSE in the top level directory for more details. + * + * @ingroup native_board + * @{ + * @file + * @author Ludwig Ortmann + * @} */ #include diff --git a/boards/native/include/board.h b/boards/native/include/board.h index bd34b7dc60..7c2c31daae 100644 --- a/boards/native/include/board.h +++ b/boards/native/include/board.h @@ -8,8 +8,8 @@ * * Copyright (C) 2013 Ludwig Ortmann * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the LGPLv2. See + * the file LICENSE in the top level directory for more details. * * @defgroup native_board * @{