diff --git a/dist/tools/linux-border_router/control_2xxx.c b/dist/tools/linux-border_router/control_2xxx.c index dd455f7673..e95f100d10 100644 --- a/dist/tools/linux-border_router/control_2xxx.c +++ b/dist/tools/linux-border_router/control_2xxx.c @@ -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 diff --git a/dist/tools/linux-border_router/control_2xxx.h b/dist/tools/linux-border_router/control_2xxx.h index 425dde34bd..3d05ae6dfe 100644 --- a/dist/tools/linux-border_router/control_2xxx.h +++ b/dist/tools/linux-border_router/control_2xxx.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 diff --git a/dist/tools/linux-border_router/flowcontrol.c b/dist/tools/linux-border_router/flowcontrol.c index d4f33112c3..e8b9bea470 100644 --- a/dist/tools/linux-border_router/flowcontrol.c +++ b/dist/tools/linux-border_router/flowcontrol.c @@ -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 #include #include diff --git a/dist/tools/linux-border_router/flowcontrol.h b/dist/tools/linux-border_router/flowcontrol.h index 8f2bd5b98a..a96ec78263 100644 --- a/dist/tools/linux-border_router/flowcontrol.h +++ b/dist/tools/linux-border_router/flowcontrol.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 flowcontrol.h * @author Freie Universität Berlin, Computer Systems & Telemetics diff --git a/dist/tools/linux-border_router/main.c b/dist/tools/linux-border_router/main.c index e18074359a..4c7830c2b8 100644 --- a/dist/tools/linux-border_router/main.c +++ b/dist/tools/linux-border_router/main.c @@ -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 #include #include diff --git a/dist/tools/linux-border_router/multiplex.c b/dist/tools/linux-border_router/multiplex.c index c210d31d85..edbfffd508 100644 --- a/dist/tools/linux-border_router/multiplex.c +++ b/dist/tools/linux-border_router/multiplex.c @@ -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 #include #include diff --git a/dist/tools/linux-border_router/multiplex.h b/dist/tools/linux-border_router/multiplex.h index c88e2091dd..42c8b332cb 100644 --- a/dist/tools/linux-border_router/multiplex.h +++ b/dist/tools/linux-border_router/multiplex.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 multiplex.h * @author Freie Universität Berlin, Computer Systems & Telemetics diff --git a/dist/tools/linux-border_router/serial.h b/dist/tools/linux-border_router/serial.h index c707b26cb0..610438353a 100644 --- a/dist/tools/linux-border_router/serial.h +++ b/dist/tools/linux-border_router/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. + */ + /* token from pseudoterm */ #ifndef SERIAL_H #define SERIAL_H diff --git a/dist/tools/linux-border_router/serialnumber.c b/dist/tools/linux-border_router/serialnumber.c index 2e26154017..3acddd1062 100644 --- a/dist/tools/linux-border_router/serialnumber.c +++ b/dist/tools/linux-border_router/serialnumber.c @@ -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) diff --git a/dist/tools/linux-border_router/serialnumber.h b/dist/tools/linux-border_router/serialnumber.h index 7e336c46e5..3e0094c96f 100644 --- a/dist/tools/linux-border_router/serialnumber.h +++ b/dist/tools/linux-border_router/serialnumber.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 serialnumber.h * @author Freie Universität Berlin, Computer Systems & Telemetics diff --git a/dist/tools/linux-border_router/sixlowdriver.c b/dist/tools/linux-border_router/sixlowdriver.c index e2e7fe25f9..2b69f675c4 100644 --- a/dist/tools/linux-border_router/sixlowdriver.c +++ b/dist/tools/linux-border_router/sixlowdriver.c @@ -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 #include #include diff --git a/dist/tools/linux-border_router/sixlowdriver.h b/dist/tools/linux-border_router/sixlowdriver.h index 71e4721e9c..95fa1edac8 100644 --- a/dist/tools/linux-border_router/sixlowdriver.h +++ b/dist/tools/linux-border_router/sixlowdriver.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 diff --git a/dist/tools/linux-border_router/testing.c b/dist/tools/linux-border_router/testing.c index abc85f2eaa..cbbcbd7a7a 100644 --- a/dist/tools/linux-border_router/testing.c +++ b/dist/tools/linux-border_router/testing.c @@ -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 #include #include diff --git a/dist/tools/linux-border_router/testing.h b/dist/tools/linux-border_router/testing.h index 0aa8f0dd03..a013086cd5 100644 --- a/dist/tools/linux-border_router/testing.h +++ b/dist/tools/linux-border_router/testing.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 testing.h * @brief Test suite for the 6LoWPAN Border Router.