fix: add copyright notice to src/fmt.cc

SBOM scanners expect a copyright header consistent with other
translation units in the repository.

Fixes #4781
This commit is contained in:
wuyangfan 2026-05-26 23:08:21 +08:00
parent 0acf106c52
commit d61ea1a3aa

View File

@ -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