fix licenses to LGPL fixes #1148

This commit is contained in:
Thomas Eichinger 2014-05-14 09:49:37 +02:00
parent 3cc435c074
commit 38f3ea6d78
2 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,9 @@
* nvm.c - non-volatile memory implementations * nvm.c - non-volatile memory implementations
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de> * Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@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.
* *
* This file is part of RIOT. * This file is part of RIOT.
*/ */

View File

@ -2,8 +2,9 @@
* gpio.c - GPIO driver for redbee * gpio.c - GPIO driver for redbee
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de> * Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@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.
* *
* This file is part of RIOT. * This file is part of RIOT.
*/ */