diff --git a/inc/ini/ini.h b/inc/ini/ini.h index 43a6afdff5dfd0239ca46b333c55ddb5f08a0afb..449d2dce0d01f9d0dc8c60f89ee2c6fece17d9ce 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 3a480689220d1811f80543b85f071c987f406ece..25e3870318e7efb1201ff8e3831067e1777f7e1e 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>