diff --git a/boards/pyboard/board.c b/boards/pyboard/board.c index 57575de46f..053c6e2050 100644 --- a/boards/pyboard/board.c +++ b/boards/pyboard/board.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2019 Inria + * 2019 Freie Universität Berlin * 2019 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser diff --git a/core/clist.c b/core/clist.c index c776d64f7b..a1b5652ff7 100644 --- a/core/clist.c +++ b/core/clist.c @@ -1,5 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Freie Universität Berlin + * 2017 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/core/include/clist.h b/core/include/clist.h index 488c3ec041..511c3348f6 100644 --- a/core/include/clist.h +++ b/core/include/clist.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2016 Kaspar Schleiser * 2013 Freie Universität Berlin + * 2017 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/event/callback.c b/sys/event/callback.c index ec6da559be..5acb5fd3cd 100644 --- a/sys/event/callback.c +++ b/sys/event/callback.c @@ -1,5 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Freie Universität Berlin + * 2017 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/event/event.c b/sys/event/event.c index 19fac6d691..8acd98a062 100644 --- a/sys/event/event.c +++ b/sys/event/event.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Kaspar Schleiser * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser diff --git a/sys/event/timeout.c b/sys/event/timeout.c index e7d4d0a4d3..fb18c273bd 100644 --- a/sys/event/timeout.c +++ b/sys/event/timeout.c @@ -1,5 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Freie Universität Berlin + * 2017 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/event.h b/sys/include/event.h index 62ddda31c9..096c3870bc 100644 --- a/sys/include/event.h +++ b/sys/include/event.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Kaspar Schleiser * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser diff --git a/sys/include/event/callback.h b/sys/include/event/callback.h index c92de38b49..ab09cbe5c0 100644 --- a/sys/include/event/callback.h +++ b/sys/include/event/callback.h @@ -1,5 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Freie Universität Berlin + * 2017 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/event/timeout.h b/sys/include/event/timeout.h index 0b309b4eea..cb55e888f5 100644 --- a/sys/include/event/timeout.h +++ b/sys/include/event/timeout.h @@ -1,5 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Freie Universität Berlin + * 2017 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/iolist.h b/sys/include/iolist.h index 9ccd45011e..987c760ce4 100644 --- a/sys/include/iolist.h +++ b/sys/include/iolist.h @@ -1,5 +1,7 @@ /* * Copyright (C) 2018 Kaspar Schleiser + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/net/nanocoap.h b/sys/include/net/nanocoap.h index 4de1f2cd15..cfab54e674 100644 --- a/sys/include/net/nanocoap.h +++ b/sys/include/net/nanocoap.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2016-17 Kaspar Schleiser + * Copyright (C) 2016-18 Kaspar Schleiser * 2018 Freie Universität Berlin + * 2018 Inria * 2018 Ken Bannister * * This file is subject to the terms and conditions of the GNU Lesser diff --git a/sys/include/net/nanocoap_sock.h b/sys/include/net/nanocoap_sock.h index 7180c35454..5e72ff002a 100644 --- a/sys/include/net/nanocoap_sock.h +++ b/sys/include/net/nanocoap_sock.h @@ -1,5 +1,7 @@ /* * Copyright (C) 2017 Kaspar Schleiser + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/riotboot/flashwrite.h b/sys/include/riotboot/flashwrite.h index 29c1c51a2e..2ad6988296 100644 --- a/sys/include/riotboot/flashwrite.h +++ b/sys/include/riotboot/flashwrite.h @@ -1,5 +1,7 @@ /* * Copyright (C) 2018 Kaspar Schleiser + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/riotboot/hdr.h b/sys/include/riotboot/hdr.h index f4300657c7..a04acfc3e4 100644 --- a/sys/include/riotboot/hdr.h +++ b/sys/include/riotboot/hdr.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2018 Kaspar Schleiser - * Inria + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/include/riotboot/slot.h b/sys/include/riotboot/slot.h index 8e35950fb4..f1cbbba7b4 100644 --- a/sys/include/riotboot/slot.h +++ b/sys/include/riotboot/slot.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2018 Kaspar Schleiser - * Inria + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/iolist/iolist.c b/sys/iolist/iolist.c index 75e206004f..b10e4e982c 100644 --- a/sys/iolist/iolist.c +++ b/sys/iolist/iolist.c @@ -1,5 +1,7 @@ /* * Copyright (C) 2018 Kaspar Schleiser + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/net/application_layer/nanocoap/nanocoap.c b/sys/net/application_layer/nanocoap/nanocoap.c index b1d2085c88..1df28c123a 100644 --- a/sys/net/application_layer/nanocoap/nanocoap.c +++ b/sys/net/application_layer/nanocoap/nanocoap.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2016-18 Kaspar Schleiser + * 2018 Inria * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser diff --git a/sys/net/application_layer/nanocoap/sock.c b/sys/net/application_layer/nanocoap/sock.c index ae8d310b43..07fa374fe2 100644 --- a/sys/net/application_layer/nanocoap/sock.c +++ b/sys/net/application_layer/nanocoap/sock.c @@ -1,5 +1,7 @@ /* - * Copyright (C) 2016-17 Kaspar Schleiser + * Copyright (C) 2016-18 Kaspar Schleiser + * 2018 Inria + * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/random/xorshift.c b/sys/random/xorshift.c index ef4f69e959..4e15ac3099 100644 --- a/sys/random/xorshift.c +++ b/sys/random/xorshift.c @@ -1,5 +1,7 @@ /** - * Copyright (C) 2017 Kaspar Schleiser + * Copyright (C) 2017 Inria + * 2017 Freie Universität Berlin + * 2017 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/riotboot/flashwrite.c b/sys/riotboot/flashwrite.c index 4e4b4a9153..2a968da5cd 100644 --- a/sys/riotboot/flashwrite.c +++ b/sys/riotboot/flashwrite.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2019 Inria + * 2019 Freie Universität Berlin * 2019 Kaspar Schleiser * * This file is subject to the terms and conditions of the GNU Lesser diff --git a/sys/riotboot/hdr.c b/sys/riotboot/hdr.c index 53493051a1..8db37eff11 100644 --- a/sys/riotboot/hdr.c +++ b/sys/riotboot/hdr.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2017 Kaspar Schleiser - * Inria + * 2017 Inria + * 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/sys/riotboot/slot.c b/sys/riotboot/slot.c index b7c288d3f6..0a0df2c78d 100644 --- a/sys/riotboot/slot.c +++ b/sys/riotboot/slot.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2017 Kaspar Schleiser - * Inria + * 2017 Inria + * 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level