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