Skip to content

Commit 77db672

Browse files
committed
Fix the source code file header comment format.
1 parent 9332153 commit 77db672

File tree

10 files changed

+40
-40
lines changed

10 files changed

+40
-40
lines changed

.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 ([email protected])
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 ([email protected])
99
##

MinSudo/MinSudo.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* PROJECT: NanaRun
3-
* FILE: MinSudo.cpp
4-
* PURPOSE: Implementation for MinSudo
2+
* PROJECT: NanaRun
3+
* FILE: MinSudo.cpp
4+
* PURPOSE: Implementation for MinSudo
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
8-
* DEVELOPER: MouriNaruto (KurikoMouri@outlook.jp)
8+
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/
1010

1111
#include <Windows.h>

MinSudo/Resources/en/Translations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
```
2-
* PROJECT: NanaRun
3-
* FILE: Translations.md
4-
* PURPOSE: The English translation for MinSudo
2+
* PROJECT: NanaRun
3+
* FILE: Translations.md
4+
* PURPOSE: The English translation for MinSudo
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
8-
* DEVELOPER: MouriNaruto (KurikoMouri@outlook.jp)
8+
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
```
1010

1111
- InvalidCommandLineError

MinSudo/Resources/zh-Hans/Translations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
```
2-
* PROJECT: NanaRun
3-
* FILE: Translations.md
4-
* PURPOSE: The Chinese (Simplified) translation for MinSudo
2+
* PROJECT: NanaRun
3+
* FILE: Translations.md
4+
* PURPOSE: The Chinese (Simplified) translation for MinSudo
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
8-
* DEVELOPER: MouriNaruto (KurikoMouri@outlook.jp)
8+
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
```
1010

1111
- InvalidCommandLineError

NanaRun.IconResource/NanaRun.IconResource.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: NanaRun
3-
* FILE: NanaRun.IconResource.h
4-
* PURPOSE: Windows icon resource for NanaRun
2+
* PROJECT: NanaRun
3+
* FILE: NanaRun.IconResource.h
4+
* PURPOSE: Windows icon resource for NanaRun
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto ([email protected])
99
*/

NanaRun.IconResource/NanaRun.IconResource.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
PROJECT: NanaRun
4-
FILE: NanaRun.IconResource.props
5-
PURPOSE: Windows icon resource for NanaRun
3+
PROJECT: NanaRun
4+
FILE: NanaRun.IconResource.props
5+
PURPOSE: Windows icon resource for NanaRun
66
7-
LICENSE: The MIT License
7+
LICENSE: The MIT License
88
99
MAINTAINER: MouriNaruto ([email protected])
1010
-->
8 Bytes
Binary file not shown.

NanaRun/NanaRun.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* PROJECT: NanaRun
3-
* FILE: NanaRun.cpp
4-
* PURPOSE: Implementation for NanaRun
2+
* PROJECT: NanaRun
3+
* FILE: NanaRun.cpp
4+
* PURPOSE: Implementation for NanaRun
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
8-
* DEVELOPER: MouriNaruto (KurikoMouri@outlook.jp)
8+
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
99
*/
1010

1111
#include <cstdint>

SynthRdp/SynthRdp.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: NanaRun
3-
* FILE: SynthRdp.cpp
4-
* PURPOSE: Implementation for Hyper-V Enhanced Session Proxy Service
2+
* PROJECT: NanaRun
3+
* FILE: SynthRdp.cpp
4+
* PURPOSE: Implementation for Hyper-V Enhanced Session Proxy Service
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto ([email protected])
99
*/

0 commit comments

Comments
 (0)