mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:11:48 +00:00
[REACTOS] Remove references to ReactOS Foundation (#4557)
See https://reactos.org/wiki/ReactOS_Foundation for more information. CORE-18191
This commit is contained in:
parent
e1c89ce397
commit
6881d8c624
31 changed files with 37 additions and 37 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue