[libc][NFC] Make all top of file comments consistent.
authorPaula Toth <paulatoth@google.com>
Wed, 8 Apr 2020 17:16:30 +0000 (10:16 -0700)
committerPaula Toth <paulatoth@google.com>
Wed, 8 Apr 2020 17:18:37 +0000 (10:18 -0700)
commit66d00feb186619cc5919a18ab56334558e6bbd45
treeb7b24d80f96812faa4eb5a14314bda98a9e0ecf4
parent94121c60d622e3af682970b2af3420415e14ba63
[libc][NFC] Make all top of file comments consistent.

Summary:
Made all header files consistent based of this documentation: https://llvm.org/docs/CodingStandards.html#file-headers.
And did the same for all source files top of file comments.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra, abrachet

Subscribers: MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D77533
128 files changed:
libc/config/linux/errno.h.in
libc/config/linux/signal.h.in
libc/config/linux/threads.h.in
libc/fuzzing/string/strcpy_fuzz.cpp
libc/include/__llvm-libc-common.h
libc/include/__posix-types.h
libc/include/assert.h.def
libc/include/ctype.h
libc/include/errno.h.def
libc/include/math.h.def
libc/include/signal.h.def
libc/include/stdlib.h.def
libc/include/string.h.def
libc/include/sys/mman.h.def
libc/include/sys/syscall.h.def
libc/include/threads.h.def
libc/loader/linux/x86_64/start.cpp
libc/src/__support/common.h.def
libc/src/assert/__assert_fail.cpp
libc/src/assert/assert.h
libc/src/errno/errno_location.cpp
libc/src/errno/llvmlibc_errno.h
libc/src/math/round.cpp
libc/src/math/round.h
libc/src/math/round_redirector.cpp
libc/src/signal/linux/__restore.cpp
libc/src/signal/linux/raise.cpp
libc/src/signal/linux/sigaction.cpp
libc/src/signal/linux/sigaddset.cpp
libc/src/signal/linux/sigdelset.cpp
libc/src/signal/linux/sigemptyset.cpp
libc/src/signal/linux/sigfillset.cpp
libc/src/signal/linux/signal.cpp
libc/src/signal/linux/signal.h
libc/src/signal/linux/sigprocmask.cpp
libc/src/signal/raise.h
libc/src/signal/sigaction.h
libc/src/signal/sigaddset.h
libc/src/signal/sigdelset.h
libc/src/signal/sigemptyset.h
libc/src/signal/sigfillset.h
libc/src/signal/signal.h
libc/src/signal/sigprocmask.h
libc/src/stdlib/_Exit.h
libc/src/stdlib/abort.cpp
libc/src/stdlib/abort.h
libc/src/string/memcpy.cpp
libc/src/string/memcpy.h
libc/src/string/memcpy_arch_specific.h.def
libc/src/string/memory_utils/cacheline_size.h.def
libc/src/string/memory_utils/memcpy_utils.h
libc/src/string/memory_utils/utils.h
libc/src/string/strcat.cpp
libc/src/string/strcat.h
libc/src/string/strcpy.cpp
libc/src/string/strcpy.h
libc/src/string/strlen.cpp
libc/src/string/strlen.h
libc/src/sys/mman/mmap.h
libc/src/sys/mman/munmap.h
libc/src/threads/linux/mtx_init.cpp
libc/src/threads/linux/mtx_lock.cpp
libc/src/threads/linux/mtx_unlock.cpp
libc/src/threads/linux/thrd_create.cpp
libc/src/threads/linux/thrd_join.cpp
libc/src/threads/linux/thread_start_args.h.def
libc/src/threads/mtx_init.h
libc/src/threads/mtx_lock.h
libc/src/threads/mtx_unlock.h
libc/src/threads/thrd_create.h
libc/src/threads/thrd_join.h
libc/test/config/linux/x86_64/syscall_test.cpp
libc/test/loader/linux/args_test.cpp
libc/test/loader/linux/main_without_args.cpp
libc/test/loader/linux/main_without_envp.cpp
libc/test/src/assert/assert_test.cpp
libc/test/src/errno/errno_test.cpp
libc/test/src/signal/raise_test.cpp
libc/test/src/signal/sigaction_test.cpp
libc/test/src/signal/sigaddset_test.cpp
libc/test/src/signal/sigdelset_test.cpp
libc/test/src/signal/sigfillset_test.cpp
libc/test/src/signal/signal_test.cpp
libc/test/src/signal/sigprocmask_test.cpp
libc/test/src/stdlib/_Exit_test.cpp
libc/test/src/stdlib/abort_test.cpp
libc/test/src/string/memory_utils/memcpy_utils_test.cpp
libc/test/src/string/memory_utils/utils_test.cpp
libc/test/src/string/strcat_test.cpp
libc/test/src/string/strcpy_test.cpp
libc/test/src/string/strlen_test.cpp
libc/test/src/sys/mman/linux/mmap_test.cpp
libc/test/src/threads/mtx_test.cpp
libc/test/src/threads/thrd_test.cpp
libc/utils/CPP/Array.h
libc/utils/CPP/ArrayRef.h
libc/utils/CPP/StringRef.h
libc/utils/CPP/TypeTraits.h
libc/utils/HdrGen/Command.cpp
libc/utils/HdrGen/Command.h
libc/utils/HdrGen/Generator.cpp
libc/utils/HdrGen/Generator.h
libc/utils/HdrGen/IncludeFileCommand.cpp
libc/utils/HdrGen/IncludeFileCommand.h
libc/utils/HdrGen/Main.cpp
libc/utils/HdrGen/PublicAPICommand.cpp
libc/utils/HdrGen/PublicAPICommand.h
libc/utils/UnitTest/ErrnoSetterMatcher.h
libc/utils/UnitTest/Test.cpp
libc/utils/UnitTest/Test.h
libc/utils/benchmarks/JSON.cpp
libc/utils/benchmarks/JSON.h
libc/utils/benchmarks/JSONTest.cpp
libc/utils/benchmarks/LibcBenchmark.cpp
libc/utils/benchmarks/LibcBenchmark.h
libc/utils/benchmarks/LibcBenchmarkTest.cpp
libc/utils/benchmarks/LibcMemoryBenchmark.cpp
libc/utils/benchmarks/LibcMemoryBenchmark.h
libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
libc/utils/benchmarks/Memcmp.cpp
libc/utils/benchmarks/Memcpy.cpp
libc/utils/benchmarks/Memset.cpp
libc/utils/testutils/ExecuteFunction.h
libc/utils/testutils/ExecuteFunctionUnix.cpp
libc/utils/testutils/StreamWrapper.cpp
libc/utils/testutils/StreamWrapper.h