[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
This commit is contained in:
Paula Toth
2020-04-08 10:16:30 -07:00
parent 94121c60d6
commit 66d00feb18
128 changed files with 174 additions and 125 deletions

View File

@@ -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.