[REACTOS] Remove references to ReactOS Foundation (#4557)

See https://reactos.org/wiki/ReactOS_Foundation for more information.

CORE-18191
This commit is contained in:
Gary Sims 2022-06-23 14:03:45 +03:00 committed by Stanislav Motylkov
parent e1c89ce397
commit 6881d8c624
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
31 changed files with 37 additions and 37 deletions

View file

@ -18,9 +18,9 @@
//
#ifndef VER_LEGALCOPYRIGHT_STR
#if defined(RC_INVOKED) && !defined(WIN16)
#define VER_LEGALCOPYRIGHT_STR L"\251 ReactOS Foundation. All rights reserved."
#define VER_LEGALCOPYRIGHT_STR L"\251 ReactOS Project. All rights reserved."
#else
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) ReactOS Foundation. All rights reserved."
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) ReactOS Project. All rights reserved."
#endif
#endif
@ -29,9 +29,9 @@
//
#ifndef VER_PRODUCTNAME_STR
#ifdef RC_INVOKED
#define VER_PRODUCTNAME_STR L"ReactOS\256 Operating System"
#define VER_PRODUCTNAME_STR L"ReactOS Operating System"
#else
#define VER_PRODUCTNAME_STR "ReactOS (R) Operating System"
#define VER_PRODUCTNAME_STR "ReactOS Operating System"
#endif
#endif

View file

@ -144,8 +144,8 @@
// Company and Trademarks
//
#define VER_COMPANYNAME_STR \
"ReactOS(R) Foundation"
"ReactOS Project"
#define VER_PRODUCTNAME_STR \
"ReactOS(R) Operating System"
"ReactOS Operating System"
#define VER_LEGALTRADEMARKS_STR \
"ReactOS(R) is a registered trademark of the ReactOS Foundation."
"ReactOS is a registered trademark of ReactOS Deutschland e.V."