Skip to content

Commit 5296ecc

Browse files
committed
Fix the source code file header comment format.
1 parent 45401fd commit 5296ecc

9 files changed

Lines changed: 36 additions & 36 deletions

File tree

.editorconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
##
2-
## PROJECT: Mouri Internal Library Essentials
3-
## FILE: .editorconfig
4-
## PURPOSE: The root .editorconfig file
2+
## PROJECT: Mouri Internal Library Essentials
3+
## FILE: .editorconfig
4+
## PURPOSE: The root .editorconfig file
55
##
6-
## LICENSE: The MIT License
6+
## LICENSE: The MIT License
77
##
88
## MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
##

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
##
2-
## PROJECT: Mouri Internal Library Essentials
3-
## FILE: .gitignore
4-
## PURPOSE: The root .gitignore file for Visual Studio C++ Project
2+
## PROJECT: Mouri Internal Library Essentials
3+
## FILE: .gitignore
4+
## PURPOSE: The root .gitignore file for Visual Studio C++ Project
55
##
6-
## LICENSE: The MIT License
6+
## LICENSE: The MIT License
77
##
88
## MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
##

Mile.Samples.ClrConsoleApplication/Mile.Samples.ClrConsoleApplication.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.ClrConsoleApplication
3-
* FILE: Mile.Samples.ClrConsoleApplication.cpp
4-
* PURPOSE: Implementation for Mile.Samples.ClrConsoleApplication
2+
* PROJECT: Mile.Samples.ClrConsoleApplication
3+
* FILE: Mile.Samples.ClrConsoleApplication.cpp
4+
* PURPOSE: Implementation for Mile.Samples.ClrConsoleApplication
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

Mile.Samples.ConsoleApplication/Mile.Samples.ConsoleApplication.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.ConsoleApplication
3-
* FILE: Mile.Samples.ConsoleApplication.cpp
4-
* PURPOSE: Implementation for Mile.Samples.ConsoleApplication
2+
* PROJECT: Mile.Samples.ConsoleApplication
3+
* FILE: Mile.Samples.ConsoleApplication.cpp
4+
* PURPOSE: Implementation for Mile.Samples.ConsoleApplication
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

Mile.Samples.DynamicLibrary/Mile.Samples.DynamicLibrary.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.DynamicLibrary
3-
* FILE: Mile.Samples.DynamicLibrary.cpp
4-
* PURPOSE: Implementation for Mile.Samples.DynamicLibrary
2+
* PROJECT: Mile.Samples.DynamicLibrary
3+
* FILE: Mile.Samples.DynamicLibrary.cpp
4+
* PURPOSE: Implementation for Mile.Samples.DynamicLibrary
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

Mile.Samples.StaticLibrary/Mile.Samples.StaticLibrary.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.StaticLibrary
3-
* FILE: Mile.Samples.StaticLibrary.cpp
4-
* PURPOSE: Implementation for Mile.Samples.StaticLibrary
2+
* PROJECT: Mile.Samples.StaticLibrary
3+
* FILE: Mile.Samples.StaticLibrary.cpp
4+
* PURPOSE: Implementation for Mile.Samples.StaticLibrary
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

Mile.Samples.StaticLibraryForDriver/Mile.Samples.StaticLibraryForDriver.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.StaticLibraryForDriver
3-
* FILE: Mile.Samples.StaticLibraryForDriver.cpp
4-
* PURPOSE: Implementation for Mile.Samples.StaticLibraryForDriver
2+
* PROJECT: Mile.Samples.StaticLibraryForDriver
3+
* FILE: Mile.Samples.StaticLibraryForDriver.cpp
4+
* PURPOSE: Implementation for Mile.Samples.StaticLibraryForDriver
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

Mile.Samples.WDMDriver/Mile.Samples.WDMDriver.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.WDMDriver
3-
* FILE: Mile.Samples.WDMDriver.cpp
4-
* PURPOSE: Implementation for Mile.Samples.WDMDriver
2+
* PROJECT: Mile.Samples.WDMDriver
3+
* FILE: Mile.Samples.WDMDriver.cpp
4+
* PURPOSE: Implementation for Mile.Samples.WDMDriver
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

Mile.Samples.WindowsApplication/Mile.Samples.WindowsApplication.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: Mile.Samples.WindowsApplication
3-
* FILE: Mile.Samples.WindowsApplication.cpp
4-
* PURPOSE: Implementation for Mile.Samples.WindowsApplication
2+
* PROJECT: Mile.Samples.WindowsApplication
3+
* FILE: Mile.Samples.WindowsApplication.cpp
4+
* PURPOSE: Implementation for Mile.Samples.WindowsApplication
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/

0 commit comments

Comments
 (0)