mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
Replace remaining "Google Inc." with "Google LLC" (#1187)
This follows up to our previous commit [1], which not only updated the
copyright year but also replaced "Google Inc." with "Google LLC" for
consistency.
This commit takes care of the remaining instances of "Google Inc." that
are user visible.
[1]: 060367d120
PiperOrigin-RevId: 728143764
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
//
|
||||
#ifndef MOZC_RES_COMPANY_NAME
|
||||
#if defined(GOOGLE_JAPANESE_INPUT_BUILD)
|
||||
#define MOZC_RES_COMPANY_NAME "Google Inc."
|
||||
#define MOZC_RES_COMPANY_NAME "Google LLC"
|
||||
#elif defined(MOZC_BUILD)
|
||||
#define MOZC_RES_COMPANY_NAME "Google Inc."
|
||||
#define MOZC_RES_COMPANY_NAME "Google LLC"
|
||||
#endif
|
||||
#endif
|
||||
#ifndef MOZC_RES_FILE_DESCRIPTION
|
||||
|
@ -213,7 +213,7 @@ def main():
|
||||
'exec': ibus_mozc_path + ' --ibus',
|
||||
# TODO(mazda): Generate the version number.
|
||||
'version': '0.0.0.0',
|
||||
'author': 'Google Inc.',
|
||||
'author': 'Google LLC',
|
||||
'license': 'New BSD',
|
||||
'homepage': 'https://github.com/google/mozc',
|
||||
'textdomain': 'ibus-mozc',
|
||||
|
@ -46,8 +46,8 @@
|
||||
http://msdn.microsoft.com/en-us/library/aa367850.aspx.
|
||||
So we change the product ID for every new version.
|
||||
-->
|
||||
<Package Name="Google 日本語入力" Language="1041" Codepage="932" Version="$(var.MozcVersion)" Manufacturer="Google Inc." UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500">
|
||||
<SummaryInformation Keywords="Installer" Description="Google 日本語入力 インストーラー" Manufacturer="Google Inc." Codepage="932" />
|
||||
<Package Name="Google 日本語入力" Language="1041" Codepage="932" Version="$(var.MozcVersion)" Manufacturer="Google LLC" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500">
|
||||
<SummaryInformation Keywords="Installer" Description="Google 日本語入力 インストーラー" Manufacturer="Google LLC" Codepage="932" />
|
||||
|
||||
<!--
|
||||
VersionNT
|
||||
|
@ -47,8 +47,8 @@
|
||||
http://msdn.microsoft.com/en-us/library/aa367850.aspx.
|
||||
So we change the product ID for every new version.
|
||||
-->
|
||||
<Package Name="Mozc" Language="1041" Codepage="932" Version="$(var.MozcVersion)" Manufacturer="Google Inc." UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500">
|
||||
<SummaryInformation Keywords="Installer" Description="Mozc インストーラー" Manufacturer="Google Inc." Codepage="932" />
|
||||
<Package Name="Mozc" Language="1041" Codepage="932" Version="$(var.MozcVersion)" Manufacturer="Google LLC" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500">
|
||||
<SummaryInformation Keywords="Installer" Description="Mozc インストーラー" Manufacturer="Google LLC" Codepage="932" />
|
||||
|
||||
<!--
|
||||
VersionNT
|
||||
|
Reference in New Issue
Block a user