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:
parent
76347a8549
commit
920e48beff
@ -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>
|
||||
|
@ -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
|
||||
|
8
dist/tools/linux-border_router/flowcontrol.c
vendored
8
dist/tools/linux-border_router/flowcontrol.c
vendored
@ -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>
|
||||
|
8
dist/tools/linux-border_router/flowcontrol.h
vendored
8
dist/tools/linux-border_router/flowcontrol.h
vendored
@ -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
|
||||
|
8
dist/tools/linux-border_router/main.c
vendored
8
dist/tools/linux-border_router/main.c
vendored
@ -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>
|
||||
|
8
dist/tools/linux-border_router/multiplex.c
vendored
8
dist/tools/linux-border_router/multiplex.c
vendored
@ -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>
|
||||
|
8
dist/tools/linux-border_router/multiplex.h
vendored
8
dist/tools/linux-border_router/multiplex.h
vendored
@ -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
|
||||
|
8
dist/tools/linux-border_router/serial.h
vendored
8
dist/tools/linux-border_router/serial.h
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
8
dist/tools/linux-border_router/testing.c
vendored
8
dist/tools/linux-border_router/testing.c
vendored
@ -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>
|
||||
|
8
dist/tools/linux-border_router/testing.h
vendored
8
dist/tools/linux-border_router/testing.h
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user