Remove year range from Copyright

This commit is contained in:
Nodir Temirkhodjaev 2023-01-26 12:50:44 +03:00
parent 158a87916f
commit 3d3f332425
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#define VER_COMPANYNAME_STR "Nodir Temirkhodjaev"
#define VER_FILEDESCRIPTION_STR "Fort Firewall Driver Loader"
#define VER_INTERNALNAME_STR "fortfw"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2021 Nodir Temirkhodjaev. All Rights Reserved."
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) Nodir Temirkhodjaev. All Rights Reserved."
#define VER_LEGALTRADEMARKS1_STR ""
#define VER_LEGALTRADEMARKS2_STR ""
#define VER_ORIGINALFILENAME_STR "fortfw.sys"

View File

@ -10,7 +10,7 @@
#define APP_NAME "Fort Firewall"
#define APP_BASE "FortFirewall"
#define APP_PUBLISHER "Nodir Temirkhodjaev"
#define APP_LEGALCOPYRIGHT "Copyright (C) 2015-2023 Nodir Temirkhodjaev. All Rights Reserved."
#define APP_LEGALCOPYRIGHT "Copyright (C) Nodir Temirkhodjaev. All Rights Reserved."
#define APP_URL "https://github.com/tnodir/fort"
#define APP_UPDATES_URL "https://github.com/tnodir/fort/releases"
#define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"