From 38f3ea6d78bb1a84ba16b58e318a38c9a51e02a2 Mon Sep 17 00:00:00 2001 From: Thomas Eichinger <thomas.eichinger1@gmail.com> Date: Wed, 14 May 2014 09:49:37 +0200 Subject: [PATCH] fix licenses to LGPL fixes #1148 --- boards/redbee-econotag/drivers/nvm.c | 5 +++-- cpu/mc1322x/gpio.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/boards/redbee-econotag/drivers/nvm.c b/boards/redbee-econotag/drivers/nvm.c index f0429811ec..40a5610544 100644 --- a/boards/redbee-econotag/drivers/nvm.c +++ b/boards/redbee-econotag/drivers/nvm.c @@ -2,8 +2,9 @@ * nvm.c - non-volatile memory implementations * Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de> * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * This file is 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. * * This file is part of RIOT. */ diff --git a/cpu/mc1322x/gpio.c b/cpu/mc1322x/gpio.c index 5d92a26c12..590501709a 100644 --- a/cpu/mc1322x/gpio.c +++ b/cpu/mc1322x/gpio.c @@ -2,8 +2,9 @@ * gpio.c - GPIO driver for redbee * Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de> * - * This source code is licensed under the GNU General Public License, - * Version 3. See the file LICENSE for more details. + * This file is 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. * * This file is part of RIOT. */ -- GitLab