From 457bb6a98f1564214767577f2d7f9e3dee64b327 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 4 Sep 2023 09:09:01 -0700 Subject: [PATCH] Merge the copyright comment since there are many contributors --- test/ranges-test.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/ranges-test.cc b/test/ranges-test.cc index afd3c0f8..d011b292 100644 --- a/test/ranges-test.cc +++ b/test/ranges-test.cc @@ -1,13 +1,9 @@ -// Formatting library for C++ - the core API +// Formatting library for C++ - ranges tests // -// 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. #include "fmt/ranges.h"