From 1e004708d46515cc634ec7b34e59ba1e81aae44e Mon Sep 17 00:00:00 2001 From: "raphael.bach" <raphael.bach@etu.hesge.ch> Date: Mon, 6 Jun 2022 19:26:18 +0200 Subject: [PATCH] Minor doc fix --- include/internal/fmpi_error.h | 1 - src/fmpi_error.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/internal/fmpi_error.h b/include/internal/fmpi_error.h index 0bb9523..1c08824 100644 --- a/include/internal/fmpi_error.h +++ b/include/internal/fmpi_error.h @@ -1,7 +1,6 @@ // SPDX-License-Identifier: 0BSD /*! * @file - * @date 10.05.2022 * @license{ * BSD Zero Clause License * diff --git a/src/fmpi_error.c b/src/fmpi_error.c index 86fc18e..eec4f56 100644 --- a/src/fmpi_error.c +++ b/src/fmpi_error.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: 0BSD /*! * @file - * @date 11.05.2022 * @license{ * BSD Zero Clause License * -- GitLab