diff --git a/boards/redbee-econotag/board_init.c b/boards/redbee-econotag/board_init.c index 18ac6c376c..3b5bfb8ac4 100644 --- a/boards/redbee-econotag/board_init.c +++ b/boards/redbee-econotag/board_init.c @@ -2,8 +2,9 @@ * board_init.c - redbee-econotag initialization code * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ void board_init(void) diff --git a/boards/redbee-econotag/drivers/redbee_uart.c b/boards/redbee-econotag/drivers/redbee_uart.c index bda681bb77..3b316d912a 100644 --- a/boards/redbee-econotag/drivers/redbee_uart.c +++ b/boards/redbee-econotag/drivers/redbee_uart.c @@ -2,10 +2,9 @@ * redbee_uart.c - UART driver for redbee * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "mc1322x.h" diff --git a/boards/redbee-econotag/drivers/redbee_uart1.c b/boards/redbee-econotag/drivers/redbee_uart1.c index 690d13d381..3cc3a23246 100644 --- a/boards/redbee-econotag/drivers/redbee_uart1.c +++ b/boards/redbee-econotag/drivers/redbee_uart1.c @@ -3,10 +3,9 @@ * Copyright (C) 2013 Oliver Hahm * 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "mc1322x.h" diff --git a/boards/redbee-econotag/drivers/redbee_uart2.c b/boards/redbee-econotag/drivers/redbee_uart2.c index 013d424159..d71c617c66 100644 --- a/boards/redbee-econotag/drivers/redbee_uart2.c +++ b/boards/redbee-econotag/drivers/redbee_uart2.c @@ -3,10 +3,9 @@ * Copyright (C) 2013 Oliver Hahm * 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "mc1322x.h" diff --git a/boards/telosb/driver_cc2420.c b/boards/telosb/driver_cc2420.c index ef2a853edc..c2dcdc3718 100644 --- a/boards/telosb/driver_cc2420.c +++ b/boards/telosb/driver_cc2420.c @@ -1,11 +1,12 @@ - /* - * driver_cc2420.c - Implementation of the board dependent cc2420 functions. - * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * Copyright (C) 2013 Oliver Hahm - * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - */ +/* + * driver_cc2420.c - Implementation of the board dependent cc2420 functions. + * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will + * Copyright (C) 2013 Oliver Hahm + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ #include diff --git a/boards/wsn430-common/board_config.c b/boards/wsn430-common/board_config.c index d6734b9fd9..131e530a2c 100644 --- a/boards/wsn430-common/board_config.c +++ b/boards/wsn430-common/board_config.c @@ -1,9 +1,10 @@ /** - * board-config.c. - * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - */ + * board-config.c. + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ #include #include diff --git a/boards/wsn430-common/board_init.c b/boards/wsn430-common/board_init.c index 4deab0038c..25f1ab6367 100644 --- a/boards/wsn430-common/board_init.c +++ b/boards/wsn430-common/board_init.c @@ -1,10 +1,11 @@ - /* - * board_init.c - Implementation of functions to init board. - * Copyright (C) 2013 Milan Babel - * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - */ +/* + * board_init.c - Implementation of functions to init board. + * Copyright (C) 2013 Milan Babel + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ #include "cpu.h" #include "board.h" diff --git a/boards/wsn430-v1_3b/driver_cc110x.c b/boards/wsn430-v1_3b/driver_cc110x.c index ad7967b5e7..d09d29a91e 100644 --- a/boards/wsn430-v1_3b/driver_cc110x.c +++ b/boards/wsn430-v1_3b/driver_cc110x.c @@ -1,11 +1,12 @@ - /* - * driver_cc110x.c - Implementation of the board dependent cc1100 functions. - * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * Copyright (C) 2013 Milan Babel - * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - */ +/* + * driver_cc110x.c - Implementation of the board dependent cc1100 functions. + * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will + * Copyright (C) 2013 Milan Babel + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ #include diff --git a/boards/wsn430-v1_4/driver_cc2420.c b/boards/wsn430-v1_4/driver_cc2420.c index 110c1d76b2..fbe0da06e4 100644 --- a/boards/wsn430-v1_4/driver_cc2420.c +++ b/boards/wsn430-v1_4/driver_cc2420.c @@ -1,11 +1,12 @@ - /* - * driver_cc2420.c - Implementation of the board dependent cc2420 functions. - * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * Copyright (C) 2013 Milan Babel - * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - */ +/* + * driver_cc2420.c - Implementation of the board dependent cc2420 functions. + * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will + * Copyright (C) 2013 Milan Babel + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ #include diff --git a/cpu/arm_common/gettimeofday.c b/cpu/arm_common/gettimeofday.c index 0406753efd..b315e83ef8 100644 --- a/cpu/arm_common/gettimeofday.c +++ b/cpu/arm_common/gettimeofday.c @@ -1,11 +1,9 @@ /* * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. - * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ /** diff --git a/cpu/arm_common/syscalls.c b/cpu/arm_common/syscalls.c index d6612c33f5..2ac9b6f7bd 100644 --- a/cpu/arm_common/syscalls.c +++ b/cpu/arm_common/syscalls.c @@ -2,11 +2,9 @@ * syscalls.c - arm system calls * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. - * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ /** diff --git a/cpu/lpc_common/lpc_cpu.c b/cpu/lpc_common/lpc_cpu.c index f92b068eda..cca44f2a1a 100644 --- a/cpu/lpc_common/lpc_cpu.c +++ b/cpu/lpc_common/lpc_cpu.c @@ -2,11 +2,9 @@ * lpc_cpu.c - LPC architecture common support functions * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. - * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "cpu.h" diff --git a/cpu/lpc_common/lpc_syscalls.c b/cpu/lpc_common/lpc_syscalls.c index 4e21c2ab09..7f1648a424 100644 --- a/cpu/lpc_common/lpc_syscalls.c +++ b/cpu/lpc_common/lpc_syscalls.c @@ -2,11 +2,9 @@ * syscalls.c - MCU dependent syscall implementation for LPCXXXX * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. - * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include diff --git a/cpu/mc1322x/adc/adc.c b/cpu/mc1322x/adc/adc.c index 5f22b96f94..d15a7cb12d 100644 --- a/cpu/mc1322x/adc/adc.c +++ b/cpu/mc1322x/adc/adc.c @@ -2,10 +2,9 @@ * adc.c - implementation of the Analog to Digital Converter module of the mc1322x MCU * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "adc.h" diff --git a/cpu/mc1322x/asm/asm.c b/cpu/mc1322x/asm/asm.c index ce8b4a7c51..1cac57e4f7 100644 --- a/cpu/mc1322x/asm/asm.c +++ b/cpu/mc1322x/asm/asm.c @@ -2,10 +2,9 @@ * asm.c - implementation of some basic encryptions using the mc1322x ASM module * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "asm.h" diff --git a/cpu/mc1322x/cpu.c b/cpu/mc1322x/cpu.c index c937b107ed..bb37ad61b8 100644 --- a/cpu/mc1322x/cpu.c +++ b/cpu/mc1322x/cpu.c @@ -3,11 +3,9 @@ * Copyright (C) 2013 Oliver Hahm * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. - * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "mc1322x.h" diff --git a/cpu/mc1322x/hwtimer_cpu.c b/cpu/mc1322x/hwtimer_cpu.c index db644674e8..12ee52e020 100644 --- a/cpu/mc1322x/hwtimer_cpu.c +++ b/cpu/mc1322x/hwtimer_cpu.c @@ -3,10 +3,9 @@ * Copyright (C) 2013 Oliver Hahm * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include diff --git a/cpu/mc1322x/isr.c b/cpu/mc1322x/isr.c index 5023ecef5b..5ffbeafb21 100644 --- a/cpu/mc1322x/isr.c +++ b/cpu/mc1322x/isr.c @@ -2,10 +2,9 @@ * isr.c - mc1322x specific isr * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include "mc1322x.h" diff --git a/cpu/mc1322x/maca/maca.c b/cpu/mc1322x/maca/maca.c index 28b619813b..64fe3a6f98 100644 --- a/cpu/mc1322x/maca/maca.c +++ b/cpu/mc1322x/maca/maca.c @@ -2,10 +2,9 @@ * maca.c - The MACA driver for the Redbee EconoTag * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include diff --git a/cpu/mc1322x/mc1322x_syscalls.c b/cpu/mc1322x/mc1322x_syscalls.c index 20e0538055..d4764369e9 100644 --- a/cpu/mc1322x/mc1322x_syscalls.c +++ b/cpu/mc1322x/mc1322x_syscalls.c @@ -2,10 +2,9 @@ * mc1322x_syscalls.c - MCU dependent syscall implementation * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - * - * This file is part of RIOT. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. */ #include diff --git a/dist/tools/licenses/patterns/lgplv2-short-v2 b/dist/tools/licenses/patterns/lgplv2-short-v2 deleted file mode 100644 index 8c994e73e6..0000000000 --- a/dist/tools/licenses/patterns/lgplv2-short-v2 +++ /dev/null @@ -1 +0,0 @@ -.+ is licensed under the GNU Lesser General Public License, Version 2\. See the file LICENSE for more details\. diff --git a/drivers/at86rf231/at86rf231.c b/drivers/at86rf231/at86rf231.c index 4c6154ba85..cafd1e4b29 100644 --- a/drivers/at86rf231/at86rf231.c +++ b/drivers/at86rf231/at86rf231.c @@ -1,10 +1,11 @@ /** - * at86rf231.c - Implementation of at86rf231 functions. - * Copyright (C) 2013 Alaeddine Weslati - * - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. - */ + * at86rf231.c - Implementation of at86rf231 functions. + * Copyright (C) 2013 Alaeddine Weslati + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ #include "at86rf231.h" #include "at86rf231_arch.h"