Skip to content

Commit 067a533

Browse files
committed
Fix the source code file header comment format.
1 parent 8364abb commit 067a533

16 files changed

+74
-74
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
##

Documents/GenerateVmmsCertificate.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# PROJECT: Mouri Internal Library Essentials
3-
# FILE: GenerateVmmsCertificate.ps1
4-
# PURPOSE: The script for generating a self-signed certificate for VMMS
5-
# service with 100 years validity.
2+
# PROJECT: Mouri Internal Library Essentials
3+
# FILE: GenerateVmmsCertificate.ps1
4+
# PURPOSE: The script for generating a self-signed certificate for VMMS
5+
# service with 100 years validity.
66
#
7-
# LICENSE: The MIT License
7+
# LICENSE: The MIT License
88
#
99
# MAINTAINER: MouriNaruto ([email protected])
1010
#

NanaBox/ConfigurationManager.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: NanaBox
3-
* FILE: ConfigurationManager.cpp
4-
* PURPOSE: Implementation for the Virtual Machine Configuration Manager
2+
* PROJECT: NanaBox
3+
* FILE: ConfigurationManager.cpp
4+
* PURPOSE: Implementation for the Virtual Machine Configuration Manager
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto ([email protected])
99
*/

NanaBox/ConfigurationManager.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: NanaBox
3-
* FILE: ConfigurationManager.h
4-
* PURPOSE: Definition for the Virtual Machine Configuration Manager
2+
* PROJECT: NanaBox
3+
* FILE: ConfigurationManager.h
4+
* PURPOSE: Definition for the Virtual Machine Configuration Manager
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto ([email protected])
99
*/

NanaBox/HostCompute.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* PROJECT: NanaBox
3-
* FILE: HostCompute.cpp
4-
* PURPOSE: Implementation for the Host Compute API C++/WinRT wrapper
2+
* PROJECT: NanaBox
3+
* FILE: HostCompute.cpp
4+
* PURPOSE: Implementation for the Host Compute API C++/WinRT wrapper
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 "HostCompute.h"

NanaBox/HostCompute.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* PROJECT: NanaBox
3-
* FILE: HostCompute.h
4-
* PURPOSE: Definition for the Host Compute API C++/WinRT wrapper
2+
* PROJECT: NanaBox
3+
* FILE: HostCompute.h
4+
* PURPOSE: Definition for the Host Compute API C++/WinRT wrapper
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
#ifndef NANABOX_HOSTCOMPUTE

NanaBox/MsTscAx.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* PROJECT: NanaBox
3-
* FILE: MsTscAx.h
4-
* PURPOSE: Definition for the Remote Desktop ActiveX control interfaces
2+
* PROJECT: NanaBox
3+
* FILE: MsTscAx.h
4+
* PURPOSE: Definition for the Remote Desktop ActiveX control interfaces
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
#ifndef MSTSCAX_H

NanaBox/NanaBox.Configuration.Parser.cpp

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: NanaBox.Configuration.Parser.cpp
4-
* PURPOSE: Implementation for Virtual Machine Configuration Parser
2+
* PROJECT: Mouri Internal Library Essentials
3+
* FILE: NanaBox.Configuration.Parser.cpp
4+
* PURPOSE: Implementation for Virtual Machine Configuration Parser
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto ([email protected])
99
*/

NanaBox/NanaBox.Configuration.Parser.h

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: NanaBox.Configuration.Parser.h
4-
* PURPOSE: Definition for Virtual Machine Configuration Parser
2+
* PROJECT: Mouri Internal Library Essentials
3+
* FILE: NanaBox.Configuration.Parser.h
4+
* PURPOSE: Definition for Virtual Machine Configuration Parser
55
*
6-
* LICENSE: The MIT License
6+
* LICENSE: The MIT License
77
*
88
* MAINTAINER: MouriNaruto ([email protected])
99
*/

0 commit comments

Comments
 (0)