2 changes: 1 addition & 1 deletion libc/src/threads/linux/mtx_unlock.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------- Linux implementation of the mtx_unlock function -----------===//
//===-- Linux implementation of the mtx_unlock function -------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/linux/thrd_create.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------- Linux implementation of the thrd_create function ----------===//
//===-- Linux implementation of the thrd_create function ------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/linux/thrd_join.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------- Linux implementation of the thrd_join function -----------===//
//===-- Linux implementation of the thrd_join function --------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/linux/thread_start_args.h.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---- Implementation of the get_start_args_addr function -----*- C++ -*===//
//===-- Implementation of the get_start_args_addr function ------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/mtx_init.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------- Implementation header for mtx_init function ------ *-C++-* ===//
//===-- Implementation header for mtx_init function -------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/mtx_lock.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------- Implementation header for mtx_lock function ------ *-C++-* ===//
//===-- Implementation header for mtx_lock function -------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/mtx_unlock.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Implementation header for mtx_unlock function ------ *-C++-* ===//
//===-- Implementation header for mtx_unlock function -----------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/thrd_create.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------- Implementation header for thrd_create function ------ *-C++-* ===//
//===-- Implementation header for thrd_create function ----------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/src/threads/thrd_join.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Implementation header for thrd_join function ------- *-C++-* ===//
//===-- Implementation header for thrd_join function ------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/config/linux/x86_64/syscall_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------------ Unittests for x86_64 syscalls ---------------------===//
//===-- Unittests for x86_64 syscalls -------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/loader/linux/args_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------- Loader test to check args to main ------------------===//
//===-- Loader test to check args to main ---------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/loader/linux/main_without_args.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------- Loader test for main without args ------------------===//
//===-- Loader test for main without args ---------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/loader/linux/main_without_envp.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------- Loader test for main without envp ------------------===//
//===-- Loader test for main without envp ---------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/assert/assert_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------------- Unittests for assert --------------------------===//
//===-- Unittests for assert ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/errno/errno_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------------- Unittests for errno --------------------------===//
//===-- Unittests for errno -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/raise_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for raise --------------------------===//
//===-- Unittests for raise -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/sigaction_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for sigaction ----------------------===//
//===-- Unittests for sigaction -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/sigaddset_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for sigaddset ----------------------===//
//===-- Unittests for sigaddset -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/sigdelset_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------------------- Unittests for sigdelset ------------------------===//
//===-- Unittests for sigdelset -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/sigfillset_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------------------- Unittests for sigfillset ------------------------===//
//===-- Unittests for sigfillset ------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/signal_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------------------ Unittests for signal ------------------------===//
//===-- Unittests for signal ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/signal/sigprocmask_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------------------- Unittests for sigprocmask ----------------------===//
//===-- Unittests for sigprocmask -----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/stdlib/_Exit_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for _Exit --------------------------===//
//===-- Unittests for _Exit -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/stdlib/abort_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for abort --------------------------===//
//===-- Unittests for abort -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/string/memory_utils/memcpy_utils_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------------------- Unittests for memory_utils ----------------------===//
//===-- Unittests for memory_utils ----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/string/memory_utils/utils_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------------------- Unittests for memory_utils ----------------------===//
//===-- Unittests for memory_utils ----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/string/strcat_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------------- Unittests for strcat --------------------------===//
//===-- Unittests for strcat ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/string/strcpy_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for strcpy -------------------------===//
//===-- Unittests for strcpy ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/string/strlen_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------------------- Unittests for strlen -------------------------===//
//===-- Unittests for strlen ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/sys/mman/linux/mmap_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------------ Unittests for mmap and munmap ---------------------===//
//===-- Unittests for mmap and munmap -------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/threads/mtx_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------------- Unittests for mtx_t ---------------------------===//
//===-- Unittests for mtx_t -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/test/src/threads/thrd_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------------- Unittests for thrd_t --------------------------===//
//===-- Unittests for thrd_t ----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
7 changes: 6 additions & 1 deletion libc/utils/CPP/Array.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
//===--------- A self contained equivalent of std::array --------*- C++ -*-===//
//===-- A self contained equivalent of std::array ---------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBC_UTILS_CPP_ARRAY_H
#define LLVM_LIBC_UTILS_CPP_ARRAY_H

#include <stddef.h> // For size_t.

namespace __llvm_libc {
Expand Down Expand Up @@ -45,3 +48,5 @@ template <class T, size_t N> struct Array {

} // namespace cpp
} // namespace __llvm_libc

#endif // LLVM_LIBC_UTILS_CPP_ARRAY_H
7 changes: 6 additions & 1 deletion libc/utils/CPP/ArrayRef.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
//===----------------- Self contained ArrayRef type -------------*- C++ -*-===//
//===-- Self contained ArrayRef type ----------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBC_UTILS_CPP_ARRAYREF_H
#define LLVM_LIBC_UTILS_CPP_ARRAYREF_H

#include "Array.h"

#include <stddef.h> // For size_t.
Expand Down Expand Up @@ -88,3 +91,5 @@ template <typename T> class MutableArrayRef : public ArrayRef<T> {

} // namespace cpp
} // namespace __llvm_libc

#endif // LLVM_LIBC_UTILS_CPP_ARRAYREF_H
7 changes: 6 additions & 1 deletion libc/utils/CPP/StringRef.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
//===----------------- A standalone StringRef type -------------*- C++ -*-===//
//===-- A standalone StringRef type -----------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBC_UTILS_CPP_STRINGREF_H
#define LLVM_LIBC_UTILS_CPP_STRINGREF_H

#include "ArrayRef.h"

namespace __llvm_libc {
Expand All @@ -17,3 +20,5 @@ class StringRef : public ArrayRef<char> {

} // namespace cpp
} // namespace __llvm_libc

#endif // LLVM_LIBC_UTILS_CPP_STRINGREF_H
7 changes: 6 additions & 1 deletion libc/utils/CPP/TypeTraits.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
//===----------------- Self contained C++ type traits -----------*- C++ -*-===//
//===-- Self contained C++ type traits --------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBC_UTILS_CPP_TYPETRAITS_H
#define LLVM_LIBC_UTILS_CPP_TYPETRAITS_H

namespace __llvm_libc {
namespace cpp {

Expand Down Expand Up @@ -45,3 +48,5 @@ template <typename T> struct IsSame<T, T> : public TrueValue {};

} // namespace cpp
} // namespace __llvm_libc

#endif // LLVM_LIBC_UTILS_CPP_TYPETRAITS_H
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/Command.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Base class for header generation commands ---------*- C++ -*-===//
//===-- Base class for header generation commands -------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/Command.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Base class for header generation commands ---------*- C++ -*-===//
//===-- Base class for header generation commands ---------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/Generator.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---- Implementation of the main header generation class -----*- C++ -*===//
//===-- Implementation of the main header generation class ----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/Generator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------- - The main header generation class -----------*- C++ -*-===//
//===-- The main header generation class ------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/IncludeFileCommand.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----------- Implementation of IncludeFileCommand -----------*- C++ -*-===//
//===-- Implementation of IncludeFileCommand ------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/IncludeFileCommand.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Class which implements the %%include_file command -*- C++ -*-===//
//===-- Class which implements the %%include_file command -------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/Main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------- "main" function of libc-hdrgen ------------*- C++ -*-===//
//===-- "main" function of libc-hdrgen ------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/HdrGen/PublicAPICommand.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------------- Implementation of PublicAPICommand ----------*-C++ -*-===//
//===-- Implementation of PublicAPICommand --------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
7 changes: 6 additions & 1 deletion libc/utils/HdrGen/PublicAPICommand.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
//===---------- Implementation of PublicAPICommand --------------*- C++ -*-===//
//===-- Implementation of PublicAPICommand ----------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBC_UTILS_HDRGEN_PUBLICAPICOMMAND_H
#define LLVM_LIBC_UTILS_HDRGEN_PUBLICAPICOMMAND_H

#include "Command.h"

#include "llvm/ADT/StringRef.h"
Expand Down Expand Up @@ -34,3 +37,5 @@ class PublicAPICommand : public Command {
};

} // namespace llvm_libc

#endif // LLVM_LIBC_UTILS_HDRGEN_PUBLICAPICOMMAND_H
2 changes: 1 addition & 1 deletion libc/utils/UnitTest/ErrnoSetterMatcher.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------------------- ErrnoSetterMatcher.h -----------------*- C++ -*-===//
//===-- ErrnoSetterMatcher.h ------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/UnitTest/Test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------- Implementation of the base class for libc unittests --------===//
//===-- Implementation of the base class for libc unittests ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/UnitTest/Test.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------------ Base class for libc unittests -----------*- C++ -*-===//
//===-- Base class for libc unittests ---------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/JSON.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- JSON serialization routines ---------------------------------===//
//===-- JSON serialization routines ---------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/JSON.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- JSON serialization routines -----------------------*- C++ -*-===//
//===-- JSON serialization routines -----------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
8 changes: 8 additions & 0 deletions libc/utils/benchmarks/JSONTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//===-- JSON Tests --------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "JSON.h"
#include "LibcBenchmark.h"
#include "LibcMemoryBenchmark.h"
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/LibcBenchmark.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- `Benchmark` function ----------------------------------------===//
//===-- Benchmark function -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/LibcBenchmark.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- `Benchmark` function ------------------------------*- C++ -*-===//
//===-- Benchmark function --------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
8 changes: 8 additions & 0 deletions libc/utils/benchmarks/LibcBenchmarkTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//===-- Benchmark function tests -----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "LibcBenchmark.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/LibcMemoryBenchmark.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Benchmark memory specific tools -----------------------------===//
//===-- Benchmark memory specific tools -----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/LibcMemoryBenchmark.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Benchmark memory specific tools -------------------*- C++ -*-===//
//===-- Benchmark memory specific tools -------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Benchmark --------------------------------------------------===//
//===-- Benchmark ---------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- BenchmarkRunner interface -------------------------*- C++ -*-===//
//===-- BenchmarkRunner interface -------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
8 changes: 8 additions & 0 deletions libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//===-- Benchmark Memory Test ---------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "LibcMemoryBenchmark.h"
#include "llvm/Support/Alignment.h"
#include "gmock/gmock.h"
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/Memcmp.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Benchmark memcmp implementation -----------------------------===//
//===-- Benchmark memcmp implementation -----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/Memcpy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Benchmark memcpy implementation -----------------------------===//
//===-- Benchmark memcpy implementation -----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/benchmarks/Memset.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-------- Benchmark memset implementation -----------------------------===//
//===-- Benchmark memset implementation -----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/testutils/ExecuteFunction.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------------------- ExecuteFunction.h -------------------*- C++ -*-===//
//===-- ExecuteFunction.h ---------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/testutils/ExecuteFunctionUnix.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------- ExecuteFunction implementation for Unix-like Systems ---------===//
//===-- ExecuteFunction implementation for Unix-like Systems --------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/testutils/StreamWrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--------------------------- StreamWrapper.cpp ------------------------===//
//===-- StreamWrapper.cpp -------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion libc/utils/testutils/StreamWrapper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===------------------------ StreamWrapper.h -------------------*- C++ -*-===//
//===-- StreamWrapper.h -----------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down