From 6d130a45ac536cfa62d16dc09612cc32af9c9380 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Fri, 16 Aug 2013 10:20:23 +0200 Subject: [PATCH] updated license headers (No code changes!) --- cpu/arm_common/VIC.c | 24 ++++--------- cpu/arm_common/bootloader.c | 31 +++++------------ cpu/arm_common/include/VIC.h | 24 ++++--------- cpu/arm_common/include/arm_common.h | 32 ++++++----------- cpu/arm_common/syscalls.c | 4 +-- cpu/lpc2387/linkerscript.x | 4 +-- cpu/lpc_common/lpc_cpu.c | 4 +-- cpu/lpc_common/lpc_syscalls.c | 4 +-- cpu/mc1322x/cpu.c | 4 +-- cpu/mc1322x/hwtimer_cpu.c | 4 +-- cpu/mc1322x/include/cpu-conf.h | 4 +-- cpu/mc1322x/include/cpu.h | 4 +-- cpu/mc1322x/include/mc1322x.h | 4 +-- cpu/mc1322x/mc1322x_syscalls.c | 4 +-- cpu/native/rtc/posix-rtc.c | 2 +- drivers/cc110x/arch_cc1100.h | 34 ++++++------------- drivers/cc110x/cc1100-csmaca-mac.c | 32 ++++++----------- drivers/cc110x/cc1100-csmaca-mac.h | 32 ++++++----------- drivers/cc110x/cc1100-defaultSettings.c | 32 ++++++----------- drivers/cc110x/cc1100-defaultSettings.h | 32 ++++++----------- drivers/cc110x/cc1100-interface.h | 33 ++++++------------ drivers/cc110x/cc1100-internal.h | 32 ++++++----------- drivers/cc110x/cc1100.h | 32 ++++++----------- drivers/cc110x/cc1100_phy.c | 32 ++++++----------- drivers/cc110x/cc1100_phy.h | 32 ++++++----------- drivers/cc110x/cc1100_spi.c | 32 ++++++----------- drivers/cc110x/cc1100_spi.h | 33 ++++++------------ drivers/cc110x_ng/include/cc110x-arch.h | 32 ++++++----------- .../include/cc110x-defaultSettings.h | 32 ++++++----------- drivers/cc110x_ng/include/cc110x_spi.h | 33 ++++++------------ drivers/cc110x_ng/spi/cc110x_spi.c | 32 ++++++----------- drivers/cc2420/include/cc2420_arch.h | 31 ++++++----------- drivers/include/gpioint.h | 32 ++++++----------- drivers/include/ltc4150_arch.h | 32 ++++++----------- drivers/include/rtc.h | 32 ++++++----------- drivers/include/sht11.h | 30 ++++++---------- drivers/ltc4150/ltc4150.c | 32 ++++++----------- drivers/sht11/sht11.c | 30 ++++++---------- sys/include/shell.h | 32 ++++++----------- .../protocol-multiplex/protocol-multiplex.c | 32 ++++++----------- .../protocol-multiplex/protocol-multiplex.h | 32 ++++++----------- 41 files changed, 317 insertions(+), 668 deletions(-) diff --git a/cpu/arm_common/VIC.c b/cpu/arm_common/VIC.c index 4f69deec4f..aadbfbf60c 100644 --- a/cpu/arm_common/VIC.c +++ b/cpu/arm_common/VIC.c @@ -1,21 +1,11 @@ /* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - -This file is part of the Micro-mesh SensorWeb Firmware. - -Micro-Mesh 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, or (at your option) -any later version. - -Micro-Mesh 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 Micro-Mesh; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * + */ #include "VIC.h" #include diff --git a/cpu/arm_common/bootloader.c b/cpu/arm_common/bootloader.c index f4e828058d..8601fa0462 100644 --- a/cpu/arm_common/bootloader.c +++ b/cpu/arm_common/bootloader.c @@ -1,27 +1,14 @@ /****************************************************************************** -Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. + * 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). -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 + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/cpu/arm_common/include/VIC.h b/cpu/arm_common/include/VIC.h index 6083887ec9..8d2c42a456 100644 --- a/cpu/arm_common/include/VIC.h +++ b/cpu/arm_common/include/VIC.h @@ -1,21 +1,11 @@ /* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - -This file is part of the Micro-mesh SensorWeb Firmware. - -Micro-Mesh 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, or (at your option) -any later version. - -Micro-Mesh 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 Micro-Mesh; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * + */ #ifndef __ARM_COMMON_H #define __ARM_COMMON_H diff --git a/cpu/arm_common/include/arm_common.h b/cpu/arm_common/include/arm_common.h index 2fdc7d200e..2aed13e7ea 100644 --- a/cpu/arm_common/include/arm_common.h +++ b/cpu/arm_common/include/arm_common.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. + * 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. -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 + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef __ARM_COMMON_H diff --git a/cpu/arm_common/syscalls.c b/cpu/arm_common/syscalls.c index 6d329d2b8b..953c7ccf92 100644 --- a/cpu/arm_common/syscalls.c +++ b/cpu/arm_common/syscalls.c @@ -2,8 +2,8 @@ * syscalls.c - arm system calls * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. * diff --git a/cpu/lpc2387/linkerscript.x b/cpu/lpc2387/linkerscript.x index bcf94aa5f4..a369b957d5 100644 --- a/cpu/lpc2387/linkerscript.x +++ b/cpu/lpc2387/linkerscript.x @@ -6,8 +6,8 @@ and Telematics group (http://cst.mi.fu-berlin.de). ------------------------------------------------------------------------------- This file is part of RIOT. - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * This source code is licensed under the GNU Lesser General Public License, + * Version 2. See the file LICENSE for more details. */ /* specify the LPC2387 memory areas (see LPC2387 datasheet page 15) */ diff --git a/cpu/lpc_common/lpc_cpu.c b/cpu/lpc_common/lpc_cpu.c index f6f18df95f..9828b6e888 100644 --- a/cpu/lpc_common/lpc_cpu.c +++ b/cpu/lpc_common/lpc_cpu.c @@ -2,8 +2,8 @@ * lpc_cpu.c - LPC architecture common support functions * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. * diff --git a/cpu/lpc_common/lpc_syscalls.c b/cpu/lpc_common/lpc_syscalls.c index fa8f2e2f9e..e590949739 100644 --- a/cpu/lpc_common/lpc_syscalls.c +++ b/cpu/lpc_common/lpc_syscalls.c @@ -2,8 +2,8 @@ * syscalls.c - MCU dependent syscall implementation for LPCXXXX * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. * diff --git a/cpu/mc1322x/cpu.c b/cpu/mc1322x/cpu.c index c5b7cde2fc..93f90d3a95 100644 --- a/cpu/mc1322x/cpu.c +++ b/cpu/mc1322x/cpu.c @@ -2,8 +2,8 @@ * cpu.c - MC1322X architecture common support functions * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. * diff --git a/cpu/mc1322x/hwtimer_cpu.c b/cpu/mc1322x/hwtimer_cpu.c index cc431b89e1..4f53f4d42a 100644 --- a/cpu/mc1322x/hwtimer_cpu.c +++ b/cpu/mc1322x/hwtimer_cpu.c @@ -3,8 +3,8 @@ * Copyright (C) 2013 Oliver Hahm * Copyright (C) 2013 Thomas Eichinger * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. */ diff --git a/cpu/mc1322x/include/cpu-conf.h b/cpu/mc1322x/include/cpu-conf.h index 423de61697..b1c6f5210d 100644 --- a/cpu/mc1322x/include/cpu-conf.h +++ b/cpu/mc1322x/include/cpu-conf.h @@ -2,8 +2,8 @@ * cpu.h - mc1322x specific definitions * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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 */ diff --git a/cpu/mc1322x/include/cpu.h b/cpu/mc1322x/include/cpu.h index 609828ac23..eb57ca9f79 100644 --- a/cpu/mc1322x/include/cpu.h +++ b/cpu/mc1322x/include/cpu.h @@ -2,8 +2,8 @@ * cpu.h - mc1322x specific definitions * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * This source code is licensed under the GNU Lesser General Public License, + * Version 2. See the file LICENSE for more details. */ #ifndef CPU_H diff --git a/cpu/mc1322x/include/mc1322x.h b/cpu/mc1322x/include/mc1322x.h index c2c5f8bd4d..20409bf445 100644 --- a/cpu/mc1322x/include/mc1322x.h +++ b/cpu/mc1322x/include/mc1322x.h @@ -2,8 +2,8 @@ * mc1322x.h - mc1322x specific definitions * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. */ diff --git a/cpu/mc1322x/mc1322x_syscalls.c b/cpu/mc1322x/mc1322x_syscalls.c index 3c8bd4f02b..20e0538055 100644 --- a/cpu/mc1322x/mc1322x_syscalls.c +++ b/cpu/mc1322x/mc1322x_syscalls.c @@ -2,8 +2,8 @@ * mc1322x_syscalls.c - MCU dependent syscall implementation * Copyright (C) 2013 Oliver Hahm * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * 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. */ diff --git a/cpu/native/rtc/posix-rtc.c b/cpu/native/rtc/posix-rtc.c index 1ab28fd7fc..965de49186 100644 --- a/cpu/native/rtc/posix-rtc.c +++ b/cpu/native/rtc/posix-rtc.c @@ -8,7 +8,7 @@ * * Copyright (C) 2013 Ludwig Ortmann * - * This file subject to the terms and conditions of the GNU General Public + * This file subject to the terms and conditions of the GNU Lesser General Public * License. See the file LICENSE in the top level directory for more details. * * @author Ludwig Ortmann diff --git a/drivers/cc110x/arch_cc1100.h b/drivers/cc110x/arch_cc1100.h index 7d42ed3279..17559fa717 100644 --- a/drivers/cc110x/arch_cc1100.h +++ b/drivers/cc110x/arch_cc1100.h @@ -1,27 +1,15 @@ /****************************************************************************** -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 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 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 subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100-csmaca-mac.c b/drivers/cc110x/cc1100-csmaca-mac.c index 67ae27b654..8024870b57 100644 --- a/drivers/cc110x/cc1100-csmaca-mac.c +++ b/drivers/cc110x/cc1100-csmaca-mac.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100-csmaca-mac.h b/drivers/cc110x/cc1100-csmaca-mac.h index 5d0e2b2f2a..7fda9ee73f 100644 --- a/drivers/cc110x/cc1100-csmaca-mac.h +++ b/drivers/cc110x/cc1100-csmaca-mac.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100-defaultSettings.c b/drivers/cc110x/cc1100-defaultSettings.c index b99c69e8d3..eb5e9eb79d 100644 --- a/drivers/cc110x/cc1100-defaultSettings.c +++ b/drivers/cc110x/cc1100-defaultSettings.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100-defaultSettings.h b/drivers/cc110x/cc1100-defaultSettings.h index 2d8fa84087..d791302b06 100644 --- a/drivers/cc110x/cc1100-defaultSettings.h +++ b/drivers/cc110x/cc1100-defaultSettings.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef CC1100_DEFAULTSETTINGS_H diff --git a/drivers/cc110x/cc1100-interface.h b/drivers/cc110x/cc1100-interface.h index 37944611d0..9d9108ea4b 100644 --- a/drivers/cc110x/cc1100-interface.h +++ b/drivers/cc110x/cc1100-interface.h @@ -1,30 +1,17 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ - /** * @ingroup dev_cc110x * @{ diff --git a/drivers/cc110x/cc1100-internal.h b/drivers/cc110x/cc1100-internal.h index 6f9e13acfe..8c1828150e 100644 --- a/drivers/cc110x/cc1100-internal.h +++ b/drivers/cc110x/cc1100-internal.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef CC1100_INTERNAL_H diff --git a/drivers/cc110x/cc1100.h b/drivers/cc110x/cc1100.h index cde16c3596..62d9662fdf 100644 --- a/drivers/cc110x/cc1100.h +++ b/drivers/cc110x/cc1100.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100_phy.c b/drivers/cc110x/cc1100_phy.c index 230d33cd21..238b375f5e 100644 --- a/drivers/cc110x/cc1100_phy.c +++ b/drivers/cc110x/cc1100_phy.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100_phy.h b/drivers/cc110x/cc1100_phy.h index edce736df8..3b9208896b 100644 --- a/drivers/cc110x/cc1100_phy.h +++ b/drivers/cc110x/cc1100_phy.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100_spi.c b/drivers/cc110x/cc1100_spi.c index 99c05ce406..953901a18d 100644 --- a/drivers/cc110x/cc1100_spi.c +++ b/drivers/cc110x/cc1100_spi.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x/cc1100_spi.h b/drivers/cc110x/cc1100_spi.h index c5c53c2e22..388574a146 100644 --- a/drivers/cc110x/cc1100_spi.h +++ b/drivers/cc110x/cc1100_spi.h @@ -1,28 +1,17 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ + /** * @ingroup dev_cc110x * @{ diff --git a/drivers/cc110x_ng/include/cc110x-arch.h b/drivers/cc110x_ng/include/cc110x-arch.h index fb05fef5d5..05700cbe4c 100644 --- a/drivers/cc110x_ng/include/cc110x-arch.h +++ b/drivers/cc110x_ng/include/cc110x-arch.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc110x_ng/include/cc110x-defaultSettings.h b/drivers/cc110x_ng/include/cc110x-defaultSettings.h index 76eb00d441..ff0d626c67 100644 --- a/drivers/cc110x_ng/include/cc110x-defaultSettings.h +++ b/drivers/cc110x_ng/include/cc110x-defaultSettings.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef CC1100_DEFAULTSETTINGS_H diff --git a/drivers/cc110x_ng/include/cc110x_spi.h b/drivers/cc110x_ng/include/cc110x_spi.h index 51d8c0393b..9be0e1f455 100644 --- a/drivers/cc110x_ng/include/cc110x_spi.h +++ b/drivers/cc110x_ng/include/cc110x_spi.h @@ -1,28 +1,17 @@ /****************************************************************************** -Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. 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 c5e5b3c3fd..449964182c 100644 --- a/drivers/cc110x_ng/spi/cc110x_spi.c +++ b/drivers/cc110x_ng/spi/cc110x_spi.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/cc2420/include/cc2420_arch.h b/drivers/cc2420/include/cc2420_arch.h index a206ecb399..5a4184acc7 100644 --- a/drivers/cc2420/include/cc2420_arch.h +++ b/drivers/cc2420/include/cc2420_arch.h @@ -1,26 +1,15 @@ /****************************************************************************** -Copyright 2013, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 Lesser General Public License as published by the Free Software -Foundation version 2 of the License. - -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 Lesser 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/include/gpioint.h b/drivers/include/gpioint.h index 8f4ecd260a..47ef0cb11a 100644 --- a/drivers/include/gpioint.h +++ b/drivers/include/gpioint.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2009, Freie Universität Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef GPIOINT_H_ diff --git a/drivers/include/ltc4150_arch.h b/drivers/include/ltc4150_arch.h index 89738fddae..066fc32638 100644 --- a/drivers/include/ltc4150_arch.h +++ b/drivers/include/ltc4150_arch.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef __LTC4150_ARCH_H diff --git a/drivers/include/rtc.h b/drivers/include/rtc.h index c6038d2c12..bf93582634 100644 --- a/drivers/include/rtc.h +++ b/drivers/include/rtc.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/include/sht11.h b/drivers/include/sht11.h index 6e93d67995..de6e8ea8cc 100644 --- a/drivers/include/sht11.h +++ b/drivers/include/sht11.h @@ -1,25 +1,15 @@ /****************************************************************************** -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef SHT11_H_ diff --git a/drivers/ltc4150/ltc4150.c b/drivers/ltc4150/ltc4150.c index 2b3f9ed36f..dc114cc666 100644 --- a/drivers/ltc4150/ltc4150.c +++ b/drivers/ltc4150/ltc4150.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/drivers/sht11/sht11.c b/drivers/sht11/sht11.c index 0ba69d2543..6ea2d6fc41 100644 --- a/drivers/sht11/sht11.c +++ b/drivers/sht11/sht11.c @@ -1,25 +1,15 @@ /****************************************************************************** -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/sys/include/shell.h b/sys/include/shell.h index 5f95f58c49..ed2e617767 100644 --- a/sys/include/shell.h +++ b/sys/include/shell.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef __SHELL_H diff --git a/sys/net/protocol-multiplex/protocol-multiplex.c b/sys/net/protocol-multiplex/protocol-multiplex.c index 1b7392a302..1cebb2ba48 100644 --- a/sys/net/protocol-multiplex/protocol-multiplex.c +++ b/sys/net/protocol-multiplex/protocol-multiplex.c @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2009-2010, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ /** diff --git a/sys/net/protocol-multiplex/protocol-multiplex.h b/sys/net/protocol-multiplex/protocol-multiplex.h index f235138317..441deeba01 100644 --- a/sys/net/protocol-multiplex/protocol-multiplex.h +++ b/sys/net/protocol-multiplex/protocol-multiplex.h @@ -1,27 +1,15 @@ /****************************************************************************** -Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. - -These sources were developed at the Freie Universitaet Berlin, Computer Systems + * 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 + * ---------------------------------------------------------------------------- + * This file is part of RIOT. + * + * This file subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + * *******************************************************************************/ #ifndef PROTOCOLMULTIPLEX_H_