mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 08:26:13 +08:00
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:
parent
0acf106c52
commit
d61ea1a3aa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user