remove reduntant license information

This commit is contained in:
Simon Gene Gottlieb
2024-10-21 22:38:45 +02:00
committed by Jesse Beder
parent 0b945415fd
commit 06ffaf3104
2 changed files with 2 additions and 8 deletions

View File

@@ -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"

View File

@@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: 2024 Simon Gene Gottlieb
// SPDX-License-Identifier: MIT
#include "yaml-cpp/fptostring.h"
#include "contrib/dragonbox.h"