diff options
Diffstat (limited to 'package/utils/px5g-wolfssl/px5g-wolfssl.c')
-rw-r--r-- | package/utils/px5g-wolfssl/px5g-wolfssl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/utils/px5g-wolfssl/px5g-wolfssl.c b/package/utils/px5g-wolfssl/px5g-wolfssl.c index 54ae9bb3ec..b937d220ca 100644 --- a/package/utils/px5g-wolfssl/px5g-wolfssl.c +++ b/package/utils/px5g-wolfssl/px5g-wolfssl.c @@ -1,3 +1,7 @@ +// Copyright 2020 Paul Spooren <mail@aparcar.org> +// +// SPDX-License-Identifier: GPL-2.0-or-later + #define _GNU_SOURCE #include <stdbool.h> #include <stdint.h> |