From f26514b5dd3624076f59801cfca66cc7cbdd3313 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 15 Jan 2024 04:58:21 -0500 Subject: [PATCH] Fix SPDX headers. --- .gitignore | 2 +- .gitlab-ci.yml | 2 +- .shipper | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7aa1928..fcfc9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause advent *.gcda diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b6bd6d..b8f4b91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause stages: - ci-build diff --git a/.shipper b/.shipper index d3ed58d..5e5904c 100644 --- a/.shipper +++ b/.shipper @@ -1,4 +1,4 @@ -#SPDX-FileCopyrightText: Eric S. Raymond +#SPDX-FileCopyrightText: (C) Eric S. Raymond #SPDX-License-Identifier: BSD-2-Clause extralines="""

There is a code coverage analysis and a symbol coverage analysis

-- 2.31.1