diff options
author | Paul Spooren <mail@aparcar.org> | 2020-08-31 10:55:04 -1000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-31 22:29:37 +0100 |
commit | 18b1cc283879c39ffe6b50d18b487448162f2139 (patch) | |
tree | f09007e0bb6d1bc496c1bb48db58574b98f6d841 /package/utils/px5g-wolfssl/px5g-wolfssl.c | |
parent | 2e2425ce7f40cc2aa6377fda89d9ad98809d2b75 (diff) | |
download | upstream-18b1cc283879c39ffe6b50d18b487448162f2139.tar.gz upstream-18b1cc283879c39ffe6b50d18b487448162f2139.tar.bz2 upstream-18b1cc283879c39ffe6b50d18b487448162f2139.zip |
px5g-wolfssl: cleanup Makefile and SPDX license
Minor cosmetic cleanups of the Makefile and add a SPDX compatible
license headers.
Signed-off-by: Paul Spooren <mail@aparcar.org>
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> |