mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[FREELDR][SDK] Sync copyright years with our banner and boot logo
Addendum to 831e2dea
. CORE-18191
This commit is contained in:
parent
831e2dea3d
commit
35a816a24e
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* FreeLoader
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#define REACTOS_DEFAULT_STR_COMPANY_NAME "ReactOS Project"
|
#define REACTOS_DEFAULT_STR_COMPANY_NAME "ReactOS Project"
|
||||||
#define REACTOS_DEFAULT_STR_DESCRIPTION "ReactOS Core Component"
|
#define REACTOS_DEFAULT_STR_DESCRIPTION "ReactOS Core Component"
|
||||||
#define REACTOS_DEFAULT_STR_INTERNAL_NAME ""
|
#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"
|
#define REACTOS_DEFAULT_STR_PRODUCT_NAME "ReactOS Operating System"
|
||||||
|
|
||||||
/* Set defaults for everything, unless overridden */
|
/* Set defaults for everything, unless overridden */
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
/* Credit the Wine team */
|
/* Credit the Wine team */
|
||||||
#define REACTOS_STR_COMPANY_NAME "ReactOS Project/Wine Team\0"
|
#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 " \
|
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Copyright (c) 1993-" COPYRIGHT_YEAR " the Wine project authors " \
|
||||||
"(see the file AUTHORS for a complete list)"
|
"(see the file AUTHORS for a complete list)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue