Unify copyright notices

This commit is contained in:
Victor Zverovich
2026-05-31 08:54:06 -07:00
parent a823ba0699
commit 46cf422f54
51 changed files with 63 additions and 53 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - dynamic argument lists // Formatting library for C++ - dynamic argument lists
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - the base API for char/UTF-8 // Formatting library for C++ - the base API for char/UTF-8
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - chrono support // Formatting library for C++ - chrono support
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - color support // Formatting library for C++ - color support
// //
// Copyright (c) 2018 - present, Victor Zverovich and fmt contributors // Copyright (c) 2018 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - experimental format string compilation // Formatting library for C++ - experimental format string compilation
// //
// Copyright (c) 2012 - present, Victor Zverovich and fmt contributors // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+7
View File
@@ -1,3 +1,10 @@
// Formatting library for C++ - core API
//
// Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved.
//
// For the license information refer to format.h.
#include "base.h" #include "base.h"
// Using fmt::format via fmt/core.h has been deprecated since version 11 // Using fmt::format via fmt/core.h has been deprecated since version 11
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - the C API // Formatting library for C++ - the C API
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - implementation // Formatting library for C++ - implementation
// //
// Copyright (c) 2012 - 2016, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
Formatting library for C++ Formatting library for C++
Copyright (c) 2012 - present, Victor Zverovich Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - optional OS-specific functionality // Formatting library for C++ - optional OS-specific functionality
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - std::ostream support // Formatting library for C++ - std::ostream support
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - legacy printf implementation // Formatting library for C++ - legacy printf implementation
// //
// Copyright (c) 2012 - 2016, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatters for standard library types // Formatting library for C++ - formatters for standard library types
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - optional wchar_t and exotic character support // Formatting library for C++ - optional wchar_t and exotic character support
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - the C API // Formatting library for C++ - the C API
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+7
View File
@@ -1,3 +1,10 @@
// Formatting library for C++ - C++20 module
//
// Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved.
//
// For the license information refer to format.h.
module; module;
#define FMT_MODULE #define FMT_MODULE
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ // Formatting library for C++
// //
// Copyright (c) 2012 - 2016, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - optional OS-specific functionality // Formatting library for C++ - optional OS-specific functionality
// //
// Copyright (c) 2012 - 2016, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - dynamic argument store tests // Formatting library for C++ - dynamic argument store tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -4,7 +4,7 @@
// which are slow on some platforms. In other tests FMT_ASSERT is made to throw // which are slow on some platforms. In other tests FMT_ASSERT is made to throw
// an exception which is much faster and easier to check. // an exception which is much faster and easier to check.
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - core tests // Formatting library for C++ - core tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - the C API tests // Formatting library for C++ - the C API tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - time formatting tests // Formatting library for C++ - time formatting tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - color tests // Formatting library for C++ - color tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatting library tests // Formatting library for C++ - formatting library tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - tests of formatters for standard library types // Formatting library for C++ - tests of formatters for standard library types
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatting library tests // Formatting library for C++ - formatting library tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatting library implementation tests // Formatting library for C++ - formatting library implementation tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatting library tests // Formatting library for C++ - formatting library tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - tests of custom Google Test assertions // Formatting library for C++ - tests of custom Google Test assertions
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - custom Google Test assertions // Formatting library for C++ - custom Google Test assertions
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - custom Google Test assertions // Formatting library for C++ - custom Google Test assertions
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - mock allocator // Formatting library for C++ - mock allocator
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -5
View File
@@ -1,13 +1,9 @@
// Formatting library for C++ - module tests // Formatting library for C++ - module tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
//
// Copyright (c) 2021 - present, Daniela Engert
// All Rights Reserved
// {fmt} module.
#include <bit> #include <bit>
#include <chrono> #include <chrono>
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatting library tests // Formatting library for C++ - formatting library tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - Noexception tests // Formatting library for C++ - Noexception tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - tests of the OS-specific functionality // Formatting library for C++ - tests of the OS-specific functionality
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - std::ostream support tests // Formatting library for C++ - std::ostream support tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Tests of the C++ interface to POSIX functions that require mocks // Tests of the C++ interface to POSIX functions that require mocks
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - mocks of POSIX functions // Formatting library for C++ - mocks of POSIX functions
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - printf tests // Formatting library for C++ - printf tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - the core API // Formatting library for C++ - the core API
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - scanning API test // Formatting library for C++ - scanning API test
// //
// Copyright (c) 2019 - present, Victor Zverovich // Copyright (c) 2019 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - scanning API proof of concept // Formatting library for C++ - scanning API proof of concept
// //
// Copyright (c) 2019 - present, Victor Zverovich // Copyright (c) 2019 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - tests of formatters for standard library types // Formatting library for C++ - tests of formatters for standard library types
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - test version of FMT_ASSERT // Formatting library for C++ - test version of FMT_ASSERT
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - test main function. // Formatting library for C++ - test main function.
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - Unicode tests // Formatting library for C++ - Unicode tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - test utilities // Formatting library for C++ - test utilities
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - test utilities // Formatting library for C++ - test utilities
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.
+1 -1
View File
@@ -1,6 +1,6 @@
// Formatting library for C++ - formatting library tests // Formatting library for C++ - formatting library tests
// //
// Copyright (c) 2012 - present, Victor Zverovich // Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
// All rights reserved. // All rights reserved.
// //
// For the license information refer to format.h. // For the license information refer to format.h.