From ab29595ca89eabc7f5183d7dce31c252e1473726 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 17 Apr 2020 18:27:57 +0200 Subject: [PATCH] Copyright and licence for inih --- inc/ini/ini.h | 13 ++----------- src/ini/ini.c | 13 ++----------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/inc/ini/ini.h b/inc/ini/ini.h index 43a6afdf..449d2dce 100644 --- a/inc/ini/ini.h +++ b/inc/ini/ini.h @@ -1,15 +1,6 @@ /* inih -- simple .INI file parser - -SPDX-License-Identifier: BSD-3-Clause - -Copyright (C) 2009-2020, Ben Hoyt - -inih is released under the New BSD license (see LICENSE.txt). Go to the project -home page for more info: - -https://github.com/benhoyt/inih - -*/ + SPDX-License-Identifier: BSD-3-Clause + Copyright (C) 2009-2020, Ben Hoyt */ #ifndef __INI_H__ #define __INI_H__ diff --git a/src/ini/ini.c b/src/ini/ini.c index 3a480689..25e38703 100644 --- a/src/ini/ini.c +++ b/src/ini/ini.c @@ -1,15 +1,6 @@ /* inih -- simple .INI file parser - -SPDX-License-Identifier: BSD-3-Clause - -Copyright (C) 2009-2020, Ben Hoyt - -inih is released under the New BSD license (see LICENSE.txt). Go to the project -home page for more info: - -https://github.com/benhoyt/inih - -*/ + SPDX-License-Identifier: BSD-3-Clause + Copyright (C) 2009-2020, Ben Hoyt */ #include <stdio.h> #include <ctype.h> -- GitLab