Corrected date format and removed unwanted spaces across all files.

This commit is contained in:
Ajmal Jalaludeen
2026-04-13 10:05:29 +05:30
parent 85f97f30f9
commit 853ed05e8d
27 changed files with 28 additions and 28 deletions
@@ -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