From 99e5f51d5b0398d2a90005dfa3f838cca644d40b Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Tue, 4 Apr 2023 12:10:59 +0200 Subject: [PATCH] [SDK] Shorten autogenerated Copyright strings (#5210) that we do compile into almost every dll and exe. Reduces unnecessary scrolling in the Versions tab of file properties dlg, which precedes the Copyright phrase anyway. MS also uses shorter strings and therefore doesn't require to scroll at all. See attached screenshots in the PR. --- sdk/include/reactos/version.rc | 2 +- sdk/include/reactos/wine/wine_common_ver.rc | 24 +++++---------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/sdk/include/reactos/version.rc b/sdk/include/reactos/version.rc index 498c0c788d2..32c612b65a9 100644 --- a/sdk/include/reactos/version.rc +++ b/sdk/include/reactos/version.rc @@ -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 1996-" COPYRIGHT_YEAR " ReactOS Project" +#define REACTOS_DEFAULT_STR_LEGAL_COPYRIGHT "(C) 1996-" COPYRIGHT_YEAR " ReactOS Project" #define REACTOS_DEFAULT_STR_PRODUCT_NAME "ReactOS Operating System" /* Set defaults for everything, unless overridden */ diff --git a/sdk/include/reactos/wine/wine_common_ver.rc b/sdk/include/reactos/wine/wine_common_ver.rc index 936fd33bc54..a9893689686 100644 --- a/sdk/include/reactos/wine/wine_common_ver.rc +++ b/sdk/include/reactos/wine/wine_common_ver.rc @@ -1,20 +1,7 @@ /* - * Copyright 2001 Dmitry Timoshkov - * Copyright 2004 Ivan Leo Puoti - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+) + * COPYRIGHT: Copyright 2001 Dmitry Timoshkov + * Copyright 2004 Ivan Leo Puoti */ #include "windef.h" @@ -59,9 +46,8 @@ /* Credit the Wine team */ #define REACTOS_STR_COMPANY_NAME "ReactOS Project/Wine Team\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)" +#define REACTOS_STR_LEGAL_COPYRIGHT "(C) 1996-" COPYRIGHT_YEAR " ReactOS Project, 1993-" COPYRIGHT_YEAR " the Wine project authors\0" +#define REACTOS_STR_ORIGINAL_COPYRIGHT "(C) 1993-" COPYRIGHT_YEAR " the Wine project authors" #define REACTOS_VERSION_DLL