diff --git a/boards/avsextrem/board_init.c b/boards/avsextrem/board_init.c index 26956f13e..2c0db1b55 100644 --- a/boards/avsextrem/board_init.c +++ b/boards/avsextrem/board_init.c @@ -1,11 +1,11 @@ /* -* board_init.c - initialization of the AVSEXTREM-BOARD. -* Copyright (C) 2013 Heiko Will -* -* This source code is licensed under the LGPLv2 license, -* See the file LICENSE for more details. -* -*/ + * board_init.c - initialization of the AVSEXTREM-BOARD. + * Copyright (C) 2013 Heiko Will + * + * 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/boards/avsextrem/drivers/avsextrem-cc1100.c b/boards/avsextrem/drivers/avsextrem-cc1100.c index 59ac78025..fc3566b42 100644 --- a/boards/avsextrem/drivers/avsextrem-cc1100.c +++ b/boards/avsextrem/drivers/avsextrem-cc1100.c @@ -1,11 +1,11 @@ /* -* avsextrem-cc1100.c - CC100 Transceiver Driver for the AVSEXTREM-BOARD. -* Copyright (C) 2013 Heiko Will -* -* This source code is licensed under the LGPLv2 license, -* See the file LICENSE for more details. -* -*/ + * avsextrem-cc1100.c - CC100 Transceiver Driver for the AVSEXTREM-BOARD. + * Copyright (C) 2013 Heiko Will + * + * 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/boards/avsextrem/drivers/avsextrem-smb380.c b/boards/avsextrem/drivers/avsextrem-smb380.c index 5658a2c23..798daba67 100644 --- a/boards/avsextrem/drivers/avsextrem-smb380.c +++ b/boards/avsextrem/drivers/avsextrem-smb380.c @@ -3,8 +3,9 @@ * sensor on the AVSEXTREM board. * Copyright (C) 2013 Freie Universität Berlin * - * This source code is licensed under the LGPLv2 license, - * 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. * */ diff --git a/boards/avsextrem/drivers/avsextrem-ssp0.c b/boards/avsextrem/drivers/avsextrem-ssp0.c index 5051f82ef..b61c68062 100644 --- a/boards/avsextrem/drivers/avsextrem-ssp0.c +++ b/boards/avsextrem/drivers/avsextrem-ssp0.c @@ -3,8 +3,9 @@ * and the AVSESTREM board. * Copyright (C) 2013 Freie Universität Berlin * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/chronos/board_init.c b/boards/chronos/board_init.c index e2f7a32a3..7af2183b9 100644 --- a/boards/chronos/board_init.c +++ b/boards/chronos/board_init.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/chronos/drivers/battery.c b/boards/chronos/drivers/battery.c index f74ef2d87..0dc406838 100644 --- a/boards/chronos/drivers/battery.c +++ b/boards/chronos/drivers/battery.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/chronos/drivers/buzzer.c b/boards/chronos/drivers/buzzer.c index 2c3714727..9a263af8c 100644 --- a/boards/chronos/drivers/buzzer.c +++ b/boards/chronos/drivers/buzzer.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/chronos/drivers/cc430-cc110x.c b/boards/chronos/drivers/cc430-cc110x.c index 17384cc24..af8dd295c 100644 --- a/boards/chronos/drivers/cc430-cc110x.c +++ b/boards/chronos/drivers/cc430-cc110x.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/chronos/drivers/display_putchar.c b/boards/chronos/drivers/display_putchar.c index 74c658f7a..1c695dccb 100644 --- a/boards/chronos/drivers/display_putchar.c +++ b/boards/chronos/drivers/display_putchar.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/chronos/putchar.c b/boards/chronos/putchar.c index 31987e8fd..49da88ef7 100644 --- a/boards/chronos/putchar.c +++ b/boards/chronos/putchar.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/msb-430-common/board_config.c b/boards/msb-430-common/board_config.c index 3a09101cb..960e0941c 100644 --- a/boards/msb-430-common/board_config.c +++ b/boards/msb-430-common/board_config.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/msb-430-common/board_init.c b/boards/msb-430-common/board_init.c index 682177c9c..264345370 100644 --- a/boards/msb-430-common/board_init.c +++ b/boards/msb-430-common/board_init.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/msb-430-common/uart1.c b/boards/msb-430-common/uart1.c index 89ba4f204..b0b229e10 100644 --- a/boards/msb-430-common/uart1.c +++ b/boards/msb-430-common/uart1.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/msba2-common/board_config.c b/boards/msba2-common/board_config.c index 9065bff79..c5ca3b0cb 100644 --- a/boards/msba2-common/board_config.c +++ b/boards/msba2-common/board_config.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/msba2-common/lpc2387-timer3.c b/boards/msba2-common/lpc2387-timer3.c index c0de286b9..8b7786ed4 100644 --- a/boards/msba2-common/lpc2387-timer3.c +++ b/boards/msba2-common/lpc2387-timer3.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/boards/msba2/board_init.c b/boards/msba2/board_init.c index 617b51d60..0411f48ea 100644 --- a/boards/msba2/board_init.c +++ b/boards/msba2/board_init.c @@ -2,8 +2,9 @@ * main.c - Main function of the SRF02 ultrasonic sensor project. * Copyright (C) 2013 Zakaria Kasmi * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/cc430/cc110x_cc430.c b/cpu/cc430/cc110x_cc430.c index a565bc942..983a82da9 100644 --- a/cpu/cc430/cc110x_cc430.c +++ b/cpu/cc430/cc110x_cc430.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/cc430/flashrom.c b/cpu/cc430/flashrom.c index a90a5500b..c94383781 100644 --- a/cpu/cc430/flashrom.c +++ b/cpu/cc430/flashrom.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/cc430/hwtimer_cc430.c b/cpu/cc430/hwtimer_cc430.c index 3e8915c54..6c8ac8c19 100644 --- a/cpu/cc430/hwtimer_cc430.c +++ b/cpu/cc430/hwtimer_cc430.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/lpc2387/i2c/i2c.c b/cpu/lpc2387/i2c/i2c.c index 4483c04b1..f5b0f2b15 100644 --- a/cpu/lpc2387/i2c/i2c.c +++ b/cpu/lpc2387/i2c/i2c.c @@ -2,8 +2,9 @@ * i2c.c - implementation of the I2C interface for the LPC2387 chip. * Copyright (C) 2013 Zakaria Kasmi * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/lpc2387/lpc23xx-iap.c b/cpu/lpc2387/lpc23xx-iap.c index 9dfe9bc77..d9289f5b4 100644 --- a/cpu/lpc2387/lpc23xx-iap.c +++ b/cpu/lpc2387/lpc23xx-iap.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/lpc_common/hwtimer_cpu.c b/cpu/lpc_common/hwtimer_cpu.c index a6cebd88a..cd137a2ca 100644 --- a/cpu/lpc_common/hwtimer_cpu.c +++ b/cpu/lpc_common/hwtimer_cpu.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/cpu/lpc_common/iap.c b/cpu/lpc_common/iap.c index 56f7622c5..8e2cb2d26 100644 --- a/cpu/lpc_common/iap.c +++ b/cpu/lpc_common/iap.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 INRIA * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/dist/tools/licenses/patterns/lgplv2-short-v1 b/dist/tools/licenses/patterns/lgplv2-short-v1 deleted file mode 100644 index a6b3ab712..000000000 --- a/dist/tools/licenses/patterns/lgplv2-short-v1 +++ /dev/null @@ -1 +0,0 @@ -.+ is licensed under the LGPLv2 license, See the file LICENSE for more details\. diff --git a/drivers/lm75a/lm75a-temp-sensor.c b/drivers/lm75a/lm75a-temp-sensor.c index c2a198a05..5f0960159 100644 --- a/drivers/lm75a/lm75a-temp-sensor.c +++ b/drivers/lm75a/lm75a-temp-sensor.c @@ -4,8 +4,9 @@ * * Copyright (C) 2013 Zakaria Kasmi * - * This source code is licensed under the LGPLv2 license, - * 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. * */ diff --git a/drivers/srf02/srf02-ultrasonic-sensor.c b/drivers/srf02/srf02-ultrasonic-sensor.c index ee48720a7..d1e12d28f 100644 --- a/drivers/srf02/srf02-ultrasonic-sensor.c +++ b/drivers/srf02/srf02-ultrasonic-sensor.c @@ -3,8 +3,9 @@ * * Copyright (C) 2013 Zakaria Kasmi * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/drivers/srf08/srf08-ultrasonic-sensor.c b/drivers/srf08/srf08-ultrasonic-sensor.c index 3fa17090a..ada7dcb1f 100644 --- a/drivers/srf08/srf08-ultrasonic-sensor.c +++ b/drivers/srf08/srf08-ultrasonic-sensor.c @@ -4,8 +4,9 @@ * * Copyright (C) 2013 Zakaria Kasmi * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/sys/crypto/3des.c b/sys/crypto/3des.c index 104495f99..be1b0306f 100644 --- a/sys/crypto/3des.c +++ b/sys/crypto/3des.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2013 Freie Universität Berlin, Computer Systems & Telematics * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/sys/crypto/aes.c b/sys/crypto/aes.c index 38ff9800a..4141f0d07 100644 --- a/sys/crypto/aes.c +++ b/sys/crypto/aes.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2013 Freie Universität Berlin, Computer Systems & Telematics * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/sys/crypto/rc5.c b/sys/crypto/rc5.c index bd9d0e8c9..294f3369c 100644 --- a/sys/crypto/rc5.c +++ b/sys/crypto/rc5.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2013 Freie Universität Berlin, Computer Systems & Telematics * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/sys/crypto/skipjack.c b/sys/crypto/skipjack.c index 5734de766..7acc770c4 100644 --- a/sys/crypto/skipjack.c +++ b/sys/crypto/skipjack.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2013 Freie Universität Berlin, Computer Systems & Telematics * - * This source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/sys/crypto/twofish.c b/sys/crypto/twofish.c index 51b1bc004..e87c335e7 100644 --- a/sys/crypto/twofish.c +++ b/sys/crypto/twofish.c @@ -1,8 +1,9 @@ /* * Copyright (C) 2013 Freie Universität Berlin, Computer Systems & Telematics * - * This source code is licensed under the LGPLv2 license, - * 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. */ diff --git a/sys/shell/commands/sc_heap.c b/sys/shell/commands/sc_heap.c index 6816a1e20..d2499c79f 100644 --- a/sys/shell/commands/sc_heap.c +++ b/sys/shell/commands/sc_heap.c @@ -3,8 +3,9 @@ * * Copyright (C) 2013 Zakaria Kasmi * - * The source code is licensed under the LGPLv2 license, - * 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. */ /** diff --git a/sys/shell/commands/shell_commands.c b/sys/shell/commands/shell_commands.c index 30b3c19de..89366a861 100644 --- a/sys/shell/commands/shell_commands.c +++ b/sys/shell/commands/shell_commands.c @@ -3,8 +3,9 @@ * * Copyright (C) 2014 INRIA. * - * This source code is licensed under the LGPLv2 license, - * 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. * * *