From 6217c3d550cc8d677793b3bd5c80e2a1b3ce3bac Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 14 Jun 2022 10:58:23 +0100 Subject: IVGCVSW-7024 Add missing license info for reuse lint Signed-off-by: Jim Flynn Change-Id: I97dee6982e0a7be01c13e9e803c0997547a39ff1 --- third-party/cxxopts/cxxopts.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third-party/cxxopts/cxxopts.hpp') diff --git a/third-party/cxxopts/cxxopts.hpp b/third-party/cxxopts/cxxopts.hpp index 88e8a020df..5cebc4bd17 100644 --- a/third-party/cxxopts/cxxopts.hpp +++ b/third-party/cxxopts/cxxopts.hpp @@ -2,6 +2,8 @@ Copyright (c) 2014, 2015, 2016, 2017 Jarryd Beck +SPDX-License-Identifier: MIT + 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 @@ -1228,7 +1230,7 @@ namespace cxxopts public: ParseResult() {} - + ParseResult(const ParseResult&) = default; ParseResult(NameHashMap&& keys, ParsedHashMap&& values, std::vector sequential, std::vector&& unmatched_args) -- cgit v1.2.1