1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1162 from AlaeddineWeslati/master

added missing Licence in at86rf231 driver files.
This commit is contained in:
Martine Lenders 2014-05-14 11:17:37 +02:00
commit 9d28ea4d43
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"