added missing Licence in at86rf231 driver files.

This commit is contained in:
Alaeddine Weslati 2014-05-14 10:36:45 +02:00
parent 61152df449
commit 2427029c1c
3 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) 2014 INRIA
*
* 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.
*/
#include "at86rf231.h"
#include "at86rf231_arch.h"

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 INRIA
*
* 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.
*/
#include "at86rf231_spi.h"
#include "at86rf231_arch.h"
#include "at86rf231.h"

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 INRIA
*
* 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.
*/
#include "at86rf231.h"
#include "at86rf231_arch.h"
#include "at86rf231_spi.h"