[FREELDR][SDK] Use "ReactOS Project" for consistency

CORE-18191
This commit is contained in:
Stanislav Motylkov 2022-06-27 17:20:04 +03:00
parent bbccad0ed6
commit 831e2dea3d
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -16,10 +16,10 @@
#include "buildno.h" #include "buildno.h"
/* Define some defaults (shouldn't be overwritten by applications */ /* Define some defaults (shouldn't be overwritten by applications */
#define REACTOS_DEFAULT_STR_COMPANY_NAME "ReactOS Development Team" #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 Team" #define REACTOS_DEFAULT_STR_LEGAL_COPYRIGHT "Copyright 1998-" 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 */

View file

@ -58,8 +58,8 @@
#endif /* WINE_OLESELFREGISTER */ #endif /* WINE_OLESELFREGISTER */
/* Credit the Wine team */ /* Credit the Wine team */
#define REACTOS_STR_COMPANY_NAME "ReactOS Development Team/Wine Team\0" #define REACTOS_STR_COMPANY_NAME "ReactOS Project/Wine Team\0"
#define REACTOS_STR_LEGAL_COPYRIGHT "Copyright 1998-" COPYRIGHT_YEAR " ReactOS Team, 1993-" COPYRIGHT_YEAR " the Wine project authors\0" #define REACTOS_STR_LEGAL_COPYRIGHT "Copyright 1998-" 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)"