From f5cc914ee4091f8be32f5638a209054febae73ed Mon Sep 17 00:00:00 2001 From: Wendell Pereira da Silva Date: Mon, 18 May 2026 08:43:52 -0300 Subject: [PATCH] Add copyright notice to fmt.cc Closes #4781. --- src/fmt.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/fmt.cc b/src/fmt.cc index 1973a1ac..1180ef15 100644 --- a/src/fmt.cc +++ b/src/fmt.cc @@ -1,3 +1,10 @@ +// Formatting library for C++ +// +// Copyright (c) 2012 - 2016, Victor Zverovich +// All rights reserved. +// +// For the license information refer to format.h. + module; #define FMT_MODULE