From 0dcef5322e300ec765363d3c0398c2a4404a9a46 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/fmt/README.rst.license | 4 ++++ third-party/fmt/core.h | 1 + third-party/fmt/format-inl.h | 1 + third-party/fmt/format.h | 2 ++ third-party/fmt/src/format.cc | 1 + 5 files changed, 9 insertions(+) create mode 100644 third-party/fmt/README.rst.license (limited to 'third-party/fmt') diff --git a/third-party/fmt/README.rst.license b/third-party/fmt/README.rst.license new file mode 100644 index 0000000000..3755e294c2 --- /dev/null +++ b/third-party/fmt/README.rst.license @@ -0,0 +1,4 @@ +# +# Copyright (c) 2012 - present, Victor Zverovich +# SPDX-License-Identifier: MIT +# diff --git a/third-party/fmt/core.h b/third-party/fmt/core.h index 338e0c708c..a9924188d4 100644 --- a/third-party/fmt/core.h +++ b/third-party/fmt/core.h @@ -2,6 +2,7 @@ // // Copyright (c) 2012 - present, Victor Zverovich // All rights reserved. +// SPDX-License-Identifier: MIT // // For the license information refer to format.h. diff --git a/third-party/fmt/format-inl.h b/third-party/fmt/format-inl.h index d3970d47fa..f4e3392d4a 100644 --- a/third-party/fmt/format-inl.h +++ b/third-party/fmt/format-inl.h @@ -2,6 +2,7 @@ // // Copyright (c) 2012 - 2016, Victor Zverovich // All rights reserved. +// SPDX-License-Identifier: MIT // // For the license information refer to format.h. diff --git a/third-party/fmt/format.h b/third-party/fmt/format.h index 712c6ebe4e..20ed0bb426 100644 --- a/third-party/fmt/format.h +++ b/third-party/fmt/format.h @@ -3,6 +3,8 @@ Copyright (c) 2012 - present, Victor Zverovich + 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 diff --git a/third-party/fmt/src/format.cc b/third-party/fmt/src/format.cc index a64a1f3893..10af1f543e 100644 --- a/third-party/fmt/src/format.cc +++ b/third-party/fmt/src/format.cc @@ -2,6 +2,7 @@ // // Copyright (c) 2012 - 2016, Victor Zverovich // All rights reserved. +// SPDX-License-Identifier: MIT // // For the license information refer to format.h. -- cgit v1.2.1