From 0bbc18869720ad042b668742ca48e5cb8a37491a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 21 May 2024 01:21:34 +0200 Subject: *: modernize file headers (spdx and include guards) --- tests/blogc-make/check_atom.c | 9 ++------- tests/blogc-make/check_blogc_make.sh.in | 3 +++ tests/blogc-make/check_exec.c | 9 ++------- tests/blogc-make/check_rules.c | 9 ++------- tests/blogc-make/check_settings.c | 9 ++------- tests/blogc-make/check_utils.c | 9 ++------- 6 files changed, 13 insertions(+), 35 deletions(-) (limited to 'tests/blogc-make') diff --git a/tests/blogc-make/check_atom.c b/tests/blogc-make/check_atom.c index e93bc76..125ca85 100644 --- a/tests/blogc-make/check_atom.c +++ b/tests/blogc-make/check_atom.c @@ -1,10 +1,5 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2020 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ +// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins +// SPDX-License-Identifier: BSD-3-Clause #include #include diff --git a/tests/blogc-make/check_blogc_make.sh.in b/tests/blogc-make/check_blogc_make.sh.in index 73393d4..d999840 100755 --- a/tests/blogc-make/check_blogc_make.sh.in +++ b/tests/blogc-make/check_blogc_make.sh.in @@ -1,5 +1,8 @@ #!@BASH@ +# SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins +# SPDX-License-Identifier: BSD-3-Clause + set -xe -o pipefail export LC_ALL=C diff --git a/tests/blogc-make/check_exec.c b/tests/blogc-make/check_exec.c index 6b15423..05fc440 100644 --- a/tests/blogc-make/check_exec.c +++ b/tests/blogc-make/check_exec.c @@ -1,10 +1,5 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ +// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins +// SPDX-License-Identifier: BSD-3-Clause #ifdef HAVE_CONFIG_H #include diff --git a/tests/blogc-make/check_rules.c b/tests/blogc-make/check_rules.c index 5da412f..9f3ad10 100644 --- a/tests/blogc-make/check_rules.c +++ b/tests/blogc-make/check_rules.c @@ -1,10 +1,5 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ +// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins +// SPDX-License-Identifier: BSD-3-Clause #include #include diff --git a/tests/blogc-make/check_settings.c b/tests/blogc-make/check_settings.c index b268570..3b136e7 100644 --- a/tests/blogc-make/check_settings.c +++ b/tests/blogc-make/check_settings.c @@ -1,10 +1,5 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ +// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins +// SPDX-License-Identifier: BSD-3-Clause #include #include diff --git a/tests/blogc-make/check_utils.c b/tests/blogc-make/check_utils.c index 09d1580..cc4fd60 100644 --- a/tests/blogc-make/check_utils.c +++ b/tests/blogc-make/check_utils.c @@ -1,10 +1,5 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ +// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins +// SPDX-License-Identifier: BSD-3-Clause #include #include -- cgit v1.2.3-18-g5258