Skip to content

Commit

Permalink
updated license headers
Browse files Browse the repository at this point in the history
(No code changes!)
  • Loading branch information
OlegHahm committed Aug 16, 2013
1 parent fed90e2 commit 6d130a4
Show file tree
Hide file tree
Showing 41 changed files with 318 additions and 669 deletions.
24 changes: 7 additions & 17 deletions cpu/arm_common/VIC.c
Original file line number Diff line number Diff line change
@@ -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 <stdbool.h>
Expand Down
33 changes: 10 additions & 23 deletions cpu/arm_common/bootloader.c
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
/******************************************************************************
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)
[email protected]
* 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 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.
*
*******************************************************************************/

/**
Expand Down
24 changes: 7 additions & 17 deletions cpu/arm_common/include/VIC.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
32 changes: 10 additions & 22 deletions cpu/arm_common/include/arm_common.h
Original file line number Diff line number Diff line change
@@ -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
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.
* 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.
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)
[email protected]
* 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
Expand Down
4 changes: 2 additions & 2 deletions cpu/arm_common/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* syscalls.c - arm system calls
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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.
*
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc2387/linkerscript.x
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc_common/lpc_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* lpc_cpu.c - LPC architecture common support functions
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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.
*
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc_common/lpc_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* syscalls.c - MCU dependent syscall implementation for LPCXXXX
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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.
*
Expand Down
4 changes: 2 additions & 2 deletions cpu/mc1322x/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* cpu.c - MC1322X architecture common support functions
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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.
*
Expand Down
4 changes: 2 additions & 2 deletions cpu/mc1322x/hwtimer_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Copyright (C) 2013 Oliver Hahm <[email protected]>
* Copyright (C) 2013 Thomas Eichinger <[email protected]>
*
* 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.
*/
Expand Down
4 changes: 2 additions & 2 deletions cpu/mc1322x/include/cpu-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* cpu.h - mc1322x specific definitions
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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
*/
Expand Down
4 changes: 2 additions & 2 deletions cpu/mc1322x/include/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* cpu.h - mc1322x specific definitions
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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
Expand Down
4 changes: 2 additions & 2 deletions cpu/mc1322x/include/mc1322x.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* mc1322x.h - mc1322x specific definitions
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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.
*/
Expand Down
4 changes: 2 additions & 2 deletions cpu/mc1322x/mc1322x_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* mc1322x_syscalls.c - MCU dependent syscall implementation
* Copyright (C) 2013 Oliver Hahm <[email protected]>
*
* 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion cpu/native/rtc/posix-rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
34 changes: 11 additions & 23 deletions drivers/cc110x/arch_cc1100.h
Original file line number Diff line number Diff line change
@@ -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)
[email protected]
* 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.
*******************************************************************************/

/**
Expand Down
32 changes: 10 additions & 22 deletions drivers/cc110x/cc1100-csmaca-mac.c
Original file line number Diff line number Diff line change
@@ -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)
[email protected]
* ----------------------------------------------------------------------------
* 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.
*
*******************************************************************************/

/**
Expand Down
32 changes: 10 additions & 22 deletions drivers/cc110x/cc1100-csmaca-mac.h
Original file line number Diff line number Diff line change
@@ -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)
[email protected]
* ----------------------------------------------------------------------------
* 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.
*
*******************************************************************************/

/**
Expand Down
Loading

0 comments on commit 6d130a4

Please sign in to comment.