Skip to content

Commit

Permalink
Replace remaining "Google Inc." with "Google LLC" (#1187)
Browse files Browse the repository at this point in the history
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]: 060367d

PiperOrigin-RevId: 728143764
  • Loading branch information
yukawa authored Feb 19, 2025
1 parent 76343ff commit 922d4cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/build_tools/mozc_win32_resource_template.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/unix/ibus/gen_mozc_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions src/win32/installer/installer_64bit.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/win32/installer/installer_oss_64bit.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 922d4cd

Please sign in to comment.