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

License border router driver under LGPL.

This commit is contained in:
Martin Lenders 2014-05-14 09:55:16 +02:00
parent 76347a8549
commit 920e48beff
14 changed files with 112 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 "control_2xxx.h"
#include <stdio.h>

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/* token from pseudoterm */
#ifndef CONTROL_2XXXX_H
#define CONTROL_2XXXX_H

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 <pthread.h>
#include <semaphore.h>
#include <stdint.h>

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/**
* @file flowcontrol.h
* @author Freie Universität Berlin, Computer Systems & Telemetics

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 <string.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/**
* @file multiplex.h
* @author Freie Universität Berlin, Computer Systems & Telemetics

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/* token from pseudoterm */
#ifndef SERIAL_H
#define SERIAL_H

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 "serialnumber.h"
int serial_add8(uint8_t s, uint8_t n)

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/**
* @file serialnumber.h
* @author Freie Universität Berlin, Computer Systems & Telemetics

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 <stdio.h>
#include <stdlib.h>
#include <stdint.h>

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/**
* @file sixlowdriver.h
* @author Freie Universität Berlin, Computer Systems & Telemetics

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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 <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,3 +1,11 @@
/*
* Copyright (C) 2014 Freie Universität Berlin.
*
* 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.
*/
/**
* @file testing.h
* @brief Test suite for the 6LoWPAN Border Router.