From e5cd2d957df422f21e25f8be0ea87787c1d3c32f Mon Sep 17 00:00:00 2001 From: otavepto Date: Sat, 23 Dec 2023 16:00:47 +0200 Subject: [PATCH] separate the fifo_map library into separate folder --- fifo_map/LICENSE.mit | 21 +++++++++++++++++++++ {json => fifo_map}/fifo_map.hpp | 0 fifo_map/source.txt | 1 + 3 files changed, 22 insertions(+) create mode 100644 fifo_map/LICENSE.mit rename {json => fifo_map}/fifo_map.hpp (100%) create mode 100644 fifo_map/source.txt diff --git a/fifo_map/LICENSE.mit b/fifo_map/LICENSE.mit new file mode 100644 index 00000000..8c59cdf2 --- /dev/null +++ b/fifo_map/LICENSE.mit @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2015-2017 Niels Lohmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/json/fifo_map.hpp b/fifo_map/fifo_map.hpp similarity index 100% rename from json/fifo_map.hpp rename to fifo_map/fifo_map.hpp diff --git a/fifo_map/source.txt b/fifo_map/source.txt new file mode 100644 index 00000000..3405f127 --- /dev/null +++ b/fifo_map/source.txt @@ -0,0 +1 @@ +https://github.com/nlohmann/fifo_map \ No newline at end of file