diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 65beba5b..c0b51aee 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -1,13 +1,9 @@ -// Formatting library for C++ - experimental range support +// Formatting library for C++ - range and tuple support // -// Copyright (c) 2012 - present, Victor Zverovich +// Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors // All rights reserved. // // For the license information refer to format.h. -// -// Copyright (c) 2018 - present, Remotion (Igor Schulz) -// All Rights Reserved -// {fmt} support for ranges, containers and types tuple interface. #ifndef FMT_RANGES_H_ #define FMT_RANGES_H_