[FREELDR][SDK] Sync copyright years with our banner and boot logo

Addendum to 831e2dea. CORE-18191
This commit is contained in:
Stanislav Motylkov 2022-06-27 21:42:01 +03:00
parent 831e2dea3d
commit 35a816a24e
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/*
* FreeLoader
* Copyright (C) 1998-2005 Brian Palmer <brianp@sginet.com>
* Copyright (C) 2001-2005 Brian Palmer <brianp@sginet.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View file

@ -19,7 +19,7 @@
#define REACTOS_DEFAULT_STR_COMPANY_NAME "ReactOS Project"
#define REACTOS_DEFAULT_STR_DESCRIPTION "ReactOS Core Component"
#define REACTOS_DEFAULT_STR_INTERNAL_NAME ""
#define REACTOS_DEFAULT_STR_LEGAL_COPYRIGHT "Copyright 1998-" COPYRIGHT_YEAR " ReactOS Project"
#define REACTOS_DEFAULT_STR_LEGAL_COPYRIGHT "Copyright 1996-" COPYRIGHT_YEAR " ReactOS Project"
#define REACTOS_DEFAULT_STR_PRODUCT_NAME "ReactOS Operating System"
/* Set defaults for everything, unless overridden */

View file

@ -59,7 +59,7 @@
/* Credit the Wine team */
#define REACTOS_STR_COMPANY_NAME "ReactOS Project/Wine Team\0"
#define REACTOS_STR_LEGAL_COPYRIGHT "Copyright 1998-" COPYRIGHT_YEAR " ReactOS Project, 1993-" COPYRIGHT_YEAR " the Wine project authors\0"
#define REACTOS_STR_LEGAL_COPYRIGHT "Copyright 1996-" COPYRIGHT_YEAR " ReactOS Project, 1993-" COPYRIGHT_YEAR " the Wine project authors\0"
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Copyright (c) 1993-" COPYRIGHT_YEAR " the Wine project authors " \
"(see the file AUTHORS for a complete list)"