1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

sock_async: add missing license header to net/sock/async/types.h

This commit is contained in:
Martine S. Lenders 2020-06-16 14:04:48 +02:00
parent 4013c616f7
commit 7dc4f78d0c
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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 * @addtogroup net_sock_async Sock extension for asynchronous access
* *