Skip to content
Snippets Groups Projects
Commit b06eaeee authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

Merge pull request #1176 from thomaseichinger/fix_1160

boards: fix license headers to LGPL
parents ec974014 c6bf3f1a
No related branches found
No related tags found
No related merge requests found
/* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will /*
* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will
This file is part of the Micro-mesh SensorWeb Firmware. *
* This file is subject to the terms and conditions of the GNU Lesser General
Micro-Mesh is free software; you can redistribute it and/or modify * Public License. See the file LICENSE in the top level directory for more
it under the terms of the GNU General Public License as published by * details.
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. */
#include <stdio.h> #include <stdio.h>
......
/****************************************************************************** /*
Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. * Copyright (C) 2008-2009, Freie Universitaet Berlin
*
These sources were developed at the Freie Universitaet Berlin, Computer Systems * This file is subject to the terms and conditions of the GNU Lesser General
and Telematics group (http://cst.mi.fu-berlin.de). * Public License. See the file LICENSE in the top level directory for more
------------------------------------------------------------------------------- * details.
This file is part of RIOT. */
RIOT 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
RIOT. 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
*******************************************************************************/
/** /**
* @ingroup msba2 * @ingroup msba2
......
/****************************************************************************** /*
Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. * Copyright (C) 2008-2009, Freie Universitaet Berlin
*
These sources were developed at the Freie Universitaet Berlin, Computer Systems * This file is subject to the terms and conditions of the GNU Lesser General
and Telematics group (http://cst.mi.fu-berlin.de). * Public License. See the file LICENSE in the top level directory for more
------------------------------------------------------------------------------- * details.
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
*******************************************************************************/
/** /**
* @ingroup msba2 * @ingroup msba2
......
/****************************************************************************** /*
Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. * Copyright (C) 2008-2009, Freie Universitaet Berlin
*
These sources were developed at the Freie Universitaet Berlin, Computer Systems * This file is subject to the terms and conditions of the GNU Lesser General
and Telematics group (http://cst.mi.fu-berlin.de). * Public License. See the file LICENSE in the top level directory for more
------------------------------------------------------------------------------- * details.
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
*******************************************************************************/
/* /*
* debug_uart.c: provides initial serial debug output * debug_uart.c: provides initial serial debug output
......
/****************************************************************************** /*
Copyright 2008, Freie Universitaet Berlin (FUB). All rights reserved. * Copyright (C) 2008, Freie Universitaet Berlin
*
These sources were developed at the Freie Universitaet Berlin, Computer Systems * This file is subject to the terms and conditions of the GNU Lesser General
and Telematics group (http://cst.mi.fu-berlin.de). * Public License. See the file LICENSE in the top level directory for more
------------------------------------------------------------------------------- * details.
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
*******************************************************************************/
/** /**
* @file * @file
......
/* /*
* uart0.c - Implementation of the uart. * uart0.c - Implementation of the uart.
* Copyright (C) 2013 Milan Babel <babel@inf.fu-berlin.de> * Copyright (C) 2013 Milan Babel <babel@inf.fu-berlin.de>
* *
* This source code is licensed under the GNU General Public License, * This file is subject to the terms and conditions of the GNU Lesser General
* Version 3. See the file LICENSE for more details. * Public License. See the file LICENSE in the top level directory for more
*/ * details.
*/
#include <stdio.h> #include <stdio.h>
#include "board.h" #include "board.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment