Enforce licence header consistency

Also do some basic cleanup: capitalize first letters, add `.`
at the end of the sentences, and so on.
This commit is contained in:
Ivan Krysak
2023-07-02 15:06:50 +02:00
parent 5f6003346c
commit 7d235f4fd0
171 changed files with 115 additions and 225 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/// \file GeneratedCodeBasicInfo.cpp
/// \brief Implements the GeneratedCodeBasicInfo pass which provides basic
/// information about the translated code (e.g., which CSV is the PC).
/// Implements the GeneratedCodeBasicInfo pass which provides basic information
/// about the translated code (e.g., which CSV is the PC).
//
// This file is distributed under the MIT License. See LICENSE.md for details.