From 28c0a1bc25ea1d241ebc8a3e3c9f16dde030fbf5 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Mon, 29 Jul 2024 18:13:11 +0200 Subject: [PATCH] doc: add a little more information to dragonbox file --- include/yaml-cpp/contrib/dragonbox.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/yaml-cpp/contrib/dragonbox.h b/include/yaml-cpp/contrib/dragonbox.h index 73d8df8..499a157 100644 --- a/include/yaml-cpp/contrib/dragonbox.h +++ b/include/yaml-cpp/contrib/dragonbox.h @@ -6,6 +6,10 @@ // This file is an adjusted copy of https://github.com/jk-jeon/dragonbox // Junekey Jeon agreed to license this file under MIT license explicitly for // usage in yaml-cpp. +// +// Changes to the original dragonbox library: +// - Added additional license information and information at top +// - Wrapped the 'jkj' namespace in an additional 'YAML' namespace #ifndef JKJ_HEADER_DRAGONBOX #define JKJ_HEADER_DRAGONBOX