mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Raspberry Pi (Trading) Limited -> Raspberry Pi Ltd
Same legal entity, just a company name change. https://find-and-update.company-information.service.gov.uk/company/08207441/filing-history
This commit is contained in:
parent
078985b312
commit
b8222915f8
44 changed files with 45 additions and 46 deletions
|
@ -5,11 +5,10 @@
|
|||
############################################################################################
|
||||
|
||||
!define APP_NAME "Raspberry Pi Imager"
|
||||
!define COMP_NAME "Raspberry Pi"
|
||||
#!define WEB_SITE "https://www.raspberrypi.org/"
|
||||
!define COMP_NAME "Raspberry Pi Ltd"
|
||||
!define VERSION "@IMAGER_VERSION_STR@"
|
||||
!define INSTALLER_NAME "imager-${VERSION}.exe"
|
||||
!define COPYRIGHT "Raspberry Pi"
|
||||
!define COPYRIGHT "Raspberry Pi Ltd"
|
||||
!define DESCRIPTION "Raspberry Pi Imager"
|
||||
!define MAIN_APP_EXE "rpi-imager.exe"
|
||||
!define INSTALL_TYPE "SetShellVarContext current"
|
||||
|
|
|
@ -11,7 +11,7 @@ PRODUCTVERSION IMAGER_VERSION_CSV
|
|||
{
|
||||
BLOCK "040904b0"
|
||||
{
|
||||
VALUE "CompanyName", "Raspberry Pi"
|
||||
VALUE "CompanyName", "Raspberry Pi Ltd"
|
||||
VALUE "FileDescription", "Raspberry Pi Imager"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* Copyright (C) 2020 Raspberry Pi (Trading) Limited
|
||||
* Copyright (C) 2020 Raspberry Pi Ltd
|
||||
*/
|
||||
|
||||
#include "winfile.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* Copyright (C) 2020 Raspberry Pi (Trading) Limited
|
||||
* Copyright (C) 2020 Raspberry Pi Ltd
|
||||
*/
|
||||
|
||||
#include <QObject>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue