From d61ea1a3aa2a42543734ecd582523096aa9dcc52 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Tue, 26 May 2026 23:08:21 +0800 Subject: [PATCH] fix: add copyright notice to src/fmt.cc SBOM scanners expect a copyright header consistent with other translation units in the repository. Fixes #4781 --- src/fmt.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/fmt.cc b/src/fmt.cc index 1973a1ac9d23..17896a64bca9 100644 --- a/src/fmt.cc +++ b/src/fmt.cc @@ -1,3 +1,10 @@ +// Formatting library for C++ - module implementation +// +// Copyright (c) 2012 - present, Victor Zverovich +// All rights reserved. +// +// For the license information refer to format.h. + module; #define FMT_MODULE