From bb792ceeb667b13a89605bd3ee685b77956d88b7 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Mon, 21 Oct 2024 22:38:45 +0200 Subject: [PATCH] remove reduntant license information --- include/yaml-cpp/fptostring.h | 7 ++----- src/fptostring.cpp | 3 --- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/include/yaml-cpp/fptostring.h b/include/yaml-cpp/fptostring.h index ffaf8dbff..051053be9 100644 --- a/include/yaml-cpp/fptostring.h +++ b/include/yaml-cpp/fptostring.h @@ -1,8 +1,5 @@ -// SPDX-FileCopyrightText: 2024 Simon Gene Gottlieb -// SPDX-License-Identifier: MIT - -#ifndef YAML_H_FP_TO_STRING -#define YAML_H_FP_TO_STRING +#ifndef YAML_H_FPTOSTRING +#define YAML_H_FPTOSTRING #include "yaml-cpp/dll.h" diff --git a/src/fptostring.cpp b/src/fptostring.cpp index b27920c23..bf7244400 100644 --- a/src/fptostring.cpp +++ b/src/fptostring.cpp @@ -1,6 +1,3 @@ -// SPDX-FileCopyrightText: 2024 Simon Gene Gottlieb -// SPDX-License-Identifier: MIT - #include "yaml-cpp/fptostring.h" #include "contrib/dragonbox.h"