From 2439bd839c707895481295abed5d2dc6dcd19471 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Wed, 27 Aug 2014 18:47:31 +0200 Subject: [PATCH] doc: fix more license headers Remove some cruft, set correct lgpl versions, update to lgpl where this had been overlooked in the past, fix odd comment style... --- .../drivers/include/sht11-board.h | 32 ++++--------------- boards/msb-430/include/board.h | 30 ++++------------- boards/msb-430h/include/board.h | 30 ++++------------- .../drivers/include/sht11-board.h | 32 ++++--------------- boards/native/include/board.h | 5 +-- cpu/arm_common/VIC.c | 2 -- cpu/arm_common/bootloader.c | 9 ++---- cpu/arm_common/include/VIC.h | 2 -- cpu/cc430/cc430-gpioint.c | 19 +++++------ cpu/cc430/cc430-rtc.c | 19 +++++------ cpu/cc430/include/cc430-rtc.h | 18 ++++------- cpu/lpc2387/cpu.c | 17 ++++------ cpu/lpc2387/gpioint/lpc2387-gpioint.c | 17 ++++------ cpu/lpc2387/include/cpu-conf.h | 17 ++++------ cpu/lpc2387/include/cpu.h | 18 ++++------- cpu/lpc2387/include/lpc2387-adc.h | 18 ++++------- cpu/lpc2387/include/lpc2387-rtc.h | 18 ++++------- cpu/lpc2387/linkerscript.x | 16 ++++------ cpu/lpc2387/lpc2387-adc.c | 17 ++++------ cpu/lpc2387/lpc2387-lpm.c | 17 ++++------ cpu/lpc2387/rtc/lpc2387-rtc.c | 17 ++++------ cpu/msp430-common/cpu.c | 15 ++++----- cpu/msp430-common/hwtimer_cpu.c | 17 ++++------ cpu/msp430-common/include/cpu-conf.h | 18 ++++------- cpu/msp430-common/include/cpu.h | 18 ++++------- cpu/msp430-common/include/hwtimer_cpu.h | 18 ++++------- drivers/cc110x/arch_cc1100.h | 10 ++---- drivers/cc110x/cc1100-csmaca-mac.c | 10 ++---- drivers/cc110x/cc1100-csmaca-mac.h | 10 ++---- drivers/cc110x/cc1100-defaultSettings.c | 10 ++---- drivers/cc110x/cc1100-defaultSettings.h | 10 ++---- drivers/cc110x/cc1100-internal.h | 10 ++---- drivers/cc110x/cc1100.h | 8 +---- drivers/cc110x/cc1100_phy.c | 10 ++---- drivers/cc110x/cc1100_phy.h | 10 ++---- drivers/cc110x/cc1100_spi.c | 10 ++---- drivers/cc110x/cc1100_spi.h | 10 ++---- drivers/cc110x_ng/spi/cc110x_spi.c | 8 +---- drivers/cc2420/include/cc2420_arch.h | 10 ++---- drivers/include/cc110x/cc1100-interface.h | 10 ++---- drivers/include/cc110x_ng/cc110x-arch.h | 8 +---- .../cc110x_ng/cc110x-defaultSettings.h | 10 ++---- drivers/include/cc110x_ng/cc110x_spi.h | 10 ++---- drivers/include/gpioint.h | 8 +---- drivers/include/ltc4150_arch.h | 10 ++---- drivers/include/periph/adc.h | 5 +-- drivers/include/periph/doc.txt | 5 +-- drivers/include/periph/gpio.h | 5 +-- drivers/include/periph/uart.h | 5 +-- drivers/include/rtc.h | 8 +---- drivers/include/sht11.h | 10 ++---- drivers/ltc4150/ltc4150.c | 10 ++---- drivers/sht11/sht11.c | 10 ++---- sys/net/include/protocol-multiplex.h | 8 +---- .../protocol-multiplex/protocol-multiplex.c | 10 ++---- 55 files changed, 213 insertions(+), 501 deletions(-) diff --git a/boards/msb-430-common/drivers/include/sht11-board.h b/boards/msb-430-common/drivers/include/sht11-board.h index c2ae26af43..73531a15e5 100644 --- a/boards/msb-430-common/drivers/include/sht11-board.h +++ b/boards/msb-430-common/drivers/include/sht11-board.h @@ -1,28 +1,10 @@ -/****************************************************************************** -Copyright 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This program is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version. - -RIOT is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/ . --------------------------------------------------------------------------------- -For further information and questions please use the web site - http://scatterweb.mi.fu-berlin.de -and the mailinglist (subscription via web site) - scatterweb@lists.spline.inf.fu-berlin.de -*******************************************************************************/ +/* + * Copyright 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef SHT11BOARD_H_ #define SHT11BOARD_H_ diff --git a/boards/msb-430/include/board.h b/boards/msb-430/include/board.h index 008d0523de..93e95e9b9d 100644 --- a/boards/msb-430/include/board.h +++ b/boards/msb-430/include/board.h @@ -1,28 +1,10 @@ /* -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This program is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version. - -RIOT is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/ . --------------------------------------------------------------------------------- -For further information and questions please use the web site - http://scatterweb.mi.fu-berlin.de -and the mailinglist (subscription via web site) - scatterweb@lists.spline.inf.fu-berlin.de -*******************************************************************************/ + * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @defgroup boards_msb430 MSB-430 diff --git a/boards/msb-430h/include/board.h b/boards/msb-430h/include/board.h index 15b56047e5..67aec41a83 100644 --- a/boards/msb-430h/include/board.h +++ b/boards/msb-430h/include/board.h @@ -1,28 +1,10 @@ /* -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This program is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version. - -RIOT is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/ . --------------------------------------------------------------------------------- -For further information and questions please use the web site - http://scatterweb.mi.fu-berlin.de -and the mailinglist (subscription via web site) - scatterweb@lists.spline.inf.fu-berlin.de -*******************************************************************************/ + * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @defgroup boards_msb430h MSB-430H diff --git a/boards/msba2-common/drivers/include/sht11-board.h b/boards/msba2-common/drivers/include/sht11-board.h index 4acdb98541..3f56734340 100644 --- a/boards/msba2-common/drivers/include/sht11-board.h +++ b/boards/msba2-common/drivers/include/sht11-board.h @@ -1,28 +1,10 @@ -/****************************************************************************** -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This program is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version. - -RIOT is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/ . --------------------------------------------------------------------------------- -For further information and questions please use the web site - http://scatterweb.mi.fu-berlin.de -and the mailinglist (subscription via web site) - scatterweb@lists.spline.inf.fu-berlin.de -*******************************************************************************/ +/* + * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef SHT11BOARD_H_ #define SHT11BOARD_H_ diff --git a/boards/native/include/board.h b/boards/native/include/board.h index cd998fbfbf..5a504fbf23 100644 --- a/boards/native/include/board.h +++ b/boards/native/include/board.h @@ -1,8 +1,9 @@ /* * 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. + * 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/VIC.c b/cpu/arm_common/VIC.c index 37446ec4b2..a8331c3366 100644 --- a/cpu/arm_common/VIC.c +++ b/cpu/arm_common/VIC.c @@ -1,6 +1,4 @@ /* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * 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/bootloader.c b/cpu/arm_common/bootloader.c index 7f6f53bc6a..ab6c7960b2 100644 --- a/cpu/arm_common/bootloader.c +++ b/cpu/arm_common/bootloader.c @@ -1,15 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. - * These sources were developed at the Freie Universitaet Berlin, Computer Systems - * and Telematics group (http://cst.mi.fu-berlin.de). - - * 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. - * -*******************************************************************************/ + */ /** * @ingroup arm_common diff --git a/cpu/arm_common/include/VIC.h b/cpu/arm_common/include/VIC.h index 318f41d597..7d26368a12 100644 --- a/cpu/arm_common/include/VIC.h +++ b/cpu/arm_common/include/VIC.h @@ -1,6 +1,4 @@ /* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * 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/cc430/cc430-gpioint.c b/cpu/cc430/cc430-gpioint.c index baa8d6b9f1..74940d8cd4 100644 --- a/cpu/cc430/cc430-gpioint.c +++ b/cpu/cc430/cc430-gpioint.c @@ -1,14 +1,11 @@ -/****************************************************************************** -Copyright 2010, Freie Universität Berlin (FUB). -Copyright 2013, INRIA. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright 2010, Freie Universität Berlin (FUB). + * Copyright 2013, INRIA. + * + * 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. + */ /** * @ingroup cc430 diff --git a/cpu/cc430/cc430-rtc.c b/cpu/cc430/cc430-rtc.c index 74e737a94b..ec98840603 100644 --- a/cpu/cc430/cc430-rtc.c +++ b/cpu/cc430/cc430-rtc.c @@ -1,14 +1,11 @@ -/****************************************************************************** -Copyright 2010, Freie Universitaet Berlin (FUB). -Copyright 2013, INRIA. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright 2010, Freie Universitaet Berlin (FUB). + * Copyright 2013, INRIA. + * + * 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. + */ /** * @ingroup rtc diff --git a/cpu/cc430/include/cc430-rtc.h b/cpu/cc430/include/cc430-rtc.h index 2988546ec3..3fd9af7a89 100644 --- a/cpu/cc430/include/cc430-rtc.h +++ b/cpu/cc430/include/cc430-rtc.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef CC430_RTC_H #define CC430_RTC_H diff --git a/cpu/lpc2387/cpu.c b/cpu/lpc2387/cpu.c index 8b2f27d130..fc93d78b35 100644 --- a/cpu/lpc2387/cpu.c +++ b/cpu/lpc2387/cpu.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @ingroup lpc2387 diff --git a/cpu/lpc2387/gpioint/lpc2387-gpioint.c b/cpu/lpc2387/gpioint/lpc2387-gpioint.c index 8b9d34e7c3..50680bb066 100644 --- a/cpu/lpc2387/gpioint/lpc2387-gpioint.c +++ b/cpu/lpc2387/gpioint/lpc2387-gpioint.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @ingroup lpc2387 diff --git a/cpu/lpc2387/include/cpu-conf.h b/cpu/lpc2387/include/cpu-conf.h index aaecbbca41..20fa323187 100644 --- a/cpu/lpc2387/include/cpu-conf.h +++ b/cpu/lpc2387/include/cpu-conf.h @@ -1,14 +1,11 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ #ifndef CPUCONF_H_ #define CPUCONF_H_ diff --git a/cpu/lpc2387/include/cpu.h b/cpu/lpc2387/include/cpu.h index acc85673f0..b4d2565a1e 100644 --- a/cpu/lpc2387/include/cpu.h +++ b/cpu/lpc2387/include/cpu.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef __CPU_H #define __CPU_H diff --git a/cpu/lpc2387/include/lpc2387-adc.h b/cpu/lpc2387/include/lpc2387-adc.h index 686ae84418..fade015071 100644 --- a/cpu/lpc2387/include/lpc2387-adc.h +++ b/cpu/lpc2387/include/lpc2387-adc.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef LPC2387ADC_H_ #define LPC2387ADC_H_ diff --git a/cpu/lpc2387/include/lpc2387-rtc.h b/cpu/lpc2387/include/lpc2387-rtc.h index 6f64e88c9d..71da66ba69 100644 --- a/cpu/lpc2387/include/lpc2387-rtc.h +++ b/cpu/lpc2387/include/lpc2387-rtc.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef LPC2387_RTC_H #define LPC2387_RTC_H diff --git a/cpu/lpc2387/linkerscript.x b/cpu/lpc2387/linkerscript.x index be3f7fb985..d254eae29b 100644 --- a/cpu/lpc2387/linkerscript.x +++ b/cpu/lpc2387/linkerscript.x @@ -1,13 +1,9 @@ -/****************************************************************************** -Copyright 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - - * This source code is licensed under the GNU Lesser General Public License, - * Version 2. See the file LICENSE for more details. +/* + * Copyright 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. */ /* specify the LPC2387 memory areas (see LPC2387 datasheet page 15) */ diff --git a/cpu/lpc2387/lpc2387-adc.c b/cpu/lpc2387/lpc2387-adc.c index bbeffb178f..8e5fa81953 100644 --- a/cpu/lpc2387/lpc2387-adc.c +++ b/cpu/lpc2387/lpc2387-adc.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @file diff --git a/cpu/lpc2387/lpc2387-lpm.c b/cpu/lpc2387/lpc2387-lpm.c index ef9d51ddf4..ba358171cd 100644 --- a/cpu/lpc2387/lpc2387-lpm.c +++ b/cpu/lpc2387/lpc2387-lpm.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @ingroup lpc2387 diff --git a/cpu/lpc2387/rtc/lpc2387-rtc.c b/cpu/lpc2387/rtc/lpc2387-rtc.c index 73fd494ec9..f5dbb463ad 100644 --- a/cpu/lpc2387/rtc/lpc2387-rtc.c +++ b/cpu/lpc2387/rtc/lpc2387-rtc.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright 2008-2010, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright 2008-2010, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ /** * @file diff --git a/cpu/msp430-common/cpu.c b/cpu/msp430-common/cpu.c index 5774d8c98f..6442f873e2 100644 --- a/cpu/msp430-common/cpu.c +++ b/cpu/msp430-common/cpu.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ + * 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 "kernel.h" diff --git a/cpu/msp430-common/hwtimer_cpu.c b/cpu/msp430-common/hwtimer_cpu.c index 35f4a6deab..ff1a1cfad3 100644 --- a/cpu/msp430-common/hwtimer_cpu.c +++ b/cpu/msp430-common/hwtimer_cpu.c @@ -1,13 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -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. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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/msp430-common/include/cpu-conf.h b/cpu/msp430-common/include/cpu-conf.h index 3ce1ba1ea5..24be279586 100644 --- a/cpu/msp430-common/include/cpu-conf.h +++ b/cpu/msp430-common/include/cpu-conf.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef CPUCONF_H_ #define CPUCONF_H_ diff --git a/cpu/msp430-common/include/cpu.h b/cpu/msp430-common/include/cpu.h index 6c1a4e614b..d8e304fd75 100644 --- a/cpu/msp430-common/include/cpu.h +++ b/cpu/msp430-common/include/cpu.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef _CPU_H #define _CPU_H diff --git a/cpu/msp430-common/include/hwtimer_cpu.h b/cpu/msp430-common/include/hwtimer_cpu.h index 95d5dd392b..934d219515 100644 --- a/cpu/msp430-common/include/hwtimer_cpu.h +++ b/cpu/msp430-common/include/hwtimer_cpu.h @@ -1,14 +1,10 @@ -/****************************************************************************** -Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). -------------------------------------------------------------------------------- -This file is part of RIOT. - -This file is subject to the terms and conditions of the LGPLv2. -See the file LICENSE in the top level directory for more details. -*******************************************************************************/ +/* + * Copyright (C) 2013, Freie Universitaet Berlin (FUB). All rights reserved. + * + * 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. + */ #ifndef __HWTIMER_CPU_H #define __HWTIMER_CPU_H diff --git a/drivers/cc110x/arch_cc1100.h b/drivers/cc110x/arch_cc1100.h index 8c8225b7f7..431f3026cb 100644 --- a/drivers/cc110x/arch_cc1100.h +++ b/drivers/cc110x/arch_cc1100.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems - * and Telematics group (http://cst.mi.fu-berlin.de). - * ------------------------------------------------------------------------------ - * - * 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. -*******************************************************************************/ + */ /** * @file diff --git a/drivers/cc110x/cc1100-csmaca-mac.c b/drivers/cc110x/cc1100-csmaca-mac.c index 9678fc268f..db235425c9 100644 --- a/drivers/cc110x/cc1100-csmaca-mac.c +++ b/drivers/cc110x/cc1100-csmaca-mac.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @file diff --git a/drivers/cc110x/cc1100-csmaca-mac.h b/drivers/cc110x/cc1100-csmaca-mac.h index 16641ed3c4..a67396233a 100644 --- a/drivers/cc110x/cc1100-csmaca-mac.h +++ b/drivers/cc110x/cc1100-csmaca-mac.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @file diff --git a/drivers/cc110x/cc1100-defaultSettings.c b/drivers/cc110x/cc1100-defaultSettings.c index 14572fa58e..72b9ab5b74 100644 --- a/drivers/cc110x/cc1100-defaultSettings.c +++ b/drivers/cc110x/cc1100-defaultSettings.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup dev_cc110x diff --git a/drivers/cc110x/cc1100-defaultSettings.h b/drivers/cc110x/cc1100-defaultSettings.h index 966ade851c..7e48332804 100644 --- a/drivers/cc110x/cc1100-defaultSettings.h +++ b/drivers/cc110x/cc1100-defaultSettings.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ #ifndef CC1100_DEFAULTSETTINGS_H #define CC1100_DEFAULTSETTINGS_H diff --git a/drivers/cc110x/cc1100-internal.h b/drivers/cc110x/cc1100-internal.h index 7cdff0da56..9933466b6d 100644 --- a/drivers/cc110x/cc1100-internal.h +++ b/drivers/cc110x/cc1100-internal.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ #ifndef CC1100_INTERNAL_H #define CC1100_INTERNAL_H diff --git a/drivers/cc110x/cc1100.h b/drivers/cc110x/cc1100.h index a43de88ddc..d4c0cf2a95 100644 --- a/drivers/cc110x/cc1100.h +++ b/drivers/cc110x/cc1100.h @@ -1,16 +1,10 @@ /* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems - * and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @defgroup drivers_cc110x CC110x diff --git a/drivers/cc110x/cc1100_phy.c b/drivers/cc110x/cc1100_phy.c index 66f0234fb8..27db679eee 100644 --- a/drivers/cc110x/cc1100_phy.c +++ b/drivers/cc110x/cc1100_phy.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup dev_cc110x diff --git a/drivers/cc110x/cc1100_phy.h b/drivers/cc110x/cc1100_phy.h index aa5aa73315..28c6e729af 100644 --- a/drivers/cc110x/cc1100_phy.h +++ b/drivers/cc110x/cc1100_phy.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup dev_cc110x diff --git a/drivers/cc110x/cc1100_spi.c b/drivers/cc110x/cc1100_spi.c index ec2f2acb5f..c7c813f458 100644 --- a/drivers/cc110x/cc1100_spi.c +++ b/drivers/cc110x/cc1100_spi.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup dev_cc110x diff --git a/drivers/cc110x/cc1100_spi.h b/drivers/cc110x/cc1100_spi.h index ca22a1490a..a1cb387284 100644 --- a/drivers/cc110x/cc1100_spi.h +++ b/drivers/cc110x/cc1100_spi.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup dev_cc110x diff --git a/drivers/cc110x_ng/spi/cc110x_spi.c b/drivers/cc110x_ng/spi/cc110x_spi.c index 412c046c4e..2428d5531a 100644 --- a/drivers/cc110x_ng/spi/cc110x_spi.c +++ b/drivers/cc110x_ng/spi/cc110x_spi.c @@ -1,16 +1,10 @@ /* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems - * and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup drivers_cc110x_ng diff --git a/drivers/cc2420/include/cc2420_arch.h b/drivers/cc2420/include/cc2420_arch.h index 4560160479..f4495138b0 100644 --- a/drivers/cc2420/include/cc2420_arch.h +++ b/drivers/cc2420/include/cc2420_arch.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2014, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @file diff --git a/drivers/include/cc110x/cc1100-interface.h b/drivers/include/cc110x/cc1100-interface.h index 8f3a2c5f60..62d1197fca 100644 --- a/drivers/include/cc110x/cc1100-interface.h +++ b/drivers/include/cc110x/cc1100-interface.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup dev_cc110x diff --git a/drivers/include/cc110x_ng/cc110x-arch.h b/drivers/include/cc110x_ng/cc110x-arch.h index 721ddad071..777db2fc33 100644 --- a/drivers/include/cc110x_ng/cc110x-arch.h +++ b/drivers/include/cc110x_ng/cc110x-arch.h @@ -1,16 +1,10 @@ /* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems - * and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup drivers_cc110x_ng diff --git a/drivers/include/cc110x_ng/cc110x-defaultSettings.h b/drivers/include/cc110x_ng/cc110x-defaultSettings.h index bf29118a72..ea2a400329 100644 --- a/drivers/include/cc110x_ng/cc110x-defaultSettings.h +++ b/drivers/include/cc110x_ng/cc110x-defaultSettings.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ #ifndef __CC1100_DEFAULTSETTINGS_H #define __CC1100_DEFAULTSETTINGS_H diff --git a/drivers/include/cc110x_ng/cc110x_spi.h b/drivers/include/cc110x_ng/cc110x_spi.h index 9ca7d68eea..450753e5a8 100644 --- a/drivers/include/cc110x_ng/cc110x_spi.h +++ b/drivers/include/cc110x_ng/cc110x_spi.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup drivers_cc110x_ng diff --git a/drivers/include/gpioint.h b/drivers/include/gpioint.h index 298395532f..0e9eb24988 100644 --- a/drivers/include/gpioint.h +++ b/drivers/include/gpioint.h @@ -1,16 +1,10 @@ /* * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ #ifndef GPIOINT_H_ #define GPIOINT_H_ diff --git a/drivers/include/ltc4150_arch.h b/drivers/include/ltc4150_arch.h index 68ed9cf70e..a195554f5a 100644 --- a/drivers/include/ltc4150_arch.h +++ b/drivers/include/ltc4150_arch.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ #ifndef __LTC4150_ARCH_H #define __LTC4150_ARCH_H diff --git a/drivers/include/periph/adc.h b/drivers/include/periph/adc.h index 9f6e2b2ebd..c28f43a0c0 100644 --- a/drivers/include/periph/adc.h +++ b/drivers/include/periph/adc.h @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 Freie Universität Berlin * - * This file is subject to the terms and conditions of the LGPLv2 License. - * See the file LICENSE in the top level directory 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/include/periph/doc.txt b/drivers/include/periph/doc.txt index 62fae17f01..fa91a5cc2f 100644 --- a/drivers/include/periph/doc.txt +++ b/drivers/include/periph/doc.txt @@ -1,8 +1,9 @@ /* * Copyright (C) 2013 Freie Universität Berlin * - * This file is subject to the terms and conditions of the LGPLv2 License. - * See the file LICENSE in the top level directory 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/include/periph/gpio.h b/drivers/include/periph/gpio.h index cab7b45e7e..c6b53ca28a 100644 --- a/drivers/include/periph/gpio.h +++ b/drivers/include/periph/gpio.h @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 Freie Universität Berlin * - * This file is subject to the terms and conditions of the LGPLv2 License. - * See the file LICENSE in the top level directory 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/include/periph/uart.h b/drivers/include/periph/uart.h index 9bf2faf9bb..c933d75ad8 100644 --- a/drivers/include/periph/uart.h +++ b/drivers/include/periph/uart.h @@ -1,8 +1,9 @@ /* * Copyright (C) 2014 Freie Universität Berlin * - * This file is subject to the terms and conditions of the LGPLv2 License. - * See the file LICENSE in the top level directory 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/include/rtc.h b/drivers/include/rtc.h index be38155b4f..c0af539cbc 100644 --- a/drivers/include/rtc.h +++ b/drivers/include/rtc.h @@ -1,16 +1,10 @@ /* * Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @defgroup rtc Realtime Clock diff --git a/drivers/include/sht11.h b/drivers/include/sht11.h index 12b6a2f589..b3873ae4ff 100644 --- a/drivers/include/sht11.h +++ b/drivers/include/sht11.h @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ #ifndef SHT11_H_ #define SHT11_H_ diff --git a/drivers/ltc4150/ltc4150.c b/drivers/ltc4150/ltc4150.c index 5239bbe296..a9815f0a2e 100644 --- a/drivers/ltc4150/ltc4150.c +++ b/drivers/ltc4150/ltc4150.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @ingroup ltc4150 diff --git a/drivers/sht11/sht11.c b/drivers/sht11/sht11.c index 091491adeb..20445d1a87 100644 --- a/drivers/sht11/sht11.c +++ b/drivers/sht11/sht11.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @defgroup sht11 SHT11 diff --git a/sys/net/include/protocol-multiplex.h b/sys/net/include/protocol-multiplex.h index 13456948fa..5c89c2767f 100644 --- a/sys/net/include/protocol-multiplex.h +++ b/sys/net/include/protocol-multiplex.h @@ -1,16 +1,10 @@ /* * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems - * and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @defgroup net_mmstack Protocol multiplex diff --git a/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c b/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c index 34d494d8a2..b72db18296 100644 --- a/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c +++ b/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c @@ -1,16 +1,10 @@ -/****************************************************************************** +/* * Copyright 2009-2010, Freie Universitaet Berlin (FUB). All rights reserved. * - * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). - * ---------------------------------------------------------------------------- - * 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. - * -*******************************************************************************/ + */ /** * @addtogroup net_mmstack