Corrected date format and removed unwanted spaces across all files.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* File: ZenvyController.cpp
|
||||
* Description : Controls data flow between UI and Service Layers.
|
||||
* Author: Trenser
|
||||
* Created : 01-04-2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#include "ZenvyController.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: ZenvyController.h
|
||||
* Description : Controls data flow between UI and Service Layers.
|
||||
* Author: Trenser
|
||||
* Created : 01-04-2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: DataStore.cpp
|
||||
* Description: Central Storage for all the System Data.
|
||||
* Author: Trenser
|
||||
* Created: 01-04-2026
|
||||
* Created: 01-Apr-2026
|
||||
*/
|
||||
|
||||
#include "DataStore.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: DataStore.h
|
||||
* Description: Central Storage for all the System Data.
|
||||
* Author: Trenser
|
||||
* Created: 01-04-2026
|
||||
* Created: 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: Factory.h
|
||||
* Description: Provides a generic factory utility to create shared_ptr instances of objects.
|
||||
* Author: Ajmal J S
|
||||
* Created: 01-04-2026
|
||||
* Created: 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
Reference in New Issue
Block a user