[FREELDR] Use actual ReactOS copyright year.

This commit is contained in:
Hermès Bélusca-Maïto
2021-12-31 17:52:25 +01:00
parent 3b1c06c035
commit 50eaa449f8

View File

@@ -21,7 +21,7 @@
/* Just some stuff */
#define VERSION "FreeLoader v3.0"
#define COPYRIGHT "Copyright (C) 1998-2007 ReactOS Team"
#define COPYRIGHT "Copyright (C) 1998-" COPYRIGHT_YEAR " ReactOS Team"
#define AUTHOR_EMAIL "<www.reactos.org>"
#define BY_AUTHOR "by ReactOS Team"