From 7dc4f78d0cb2c4b4b87fcbd855c3a37fe6cde99e Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Tue, 16 Jun 2020 14:04:48 +0200 Subject: [PATCH] sock_async: add missing license header to `net/sock/async/types.h` --- sys/include/net/sock/async/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/include/net/sock/async/types.h b/sys/include/net/sock/async/types.h index f5bd149891..ee24db9940 100644 --- a/sys/include/net/sock/async/types.h +++ b/sys/include/net/sock/async/types.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2019-20 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 + * directory for more details. + */ + /** * @addtogroup net_sock_async Sock extension for asynchronous access *