From 922d4cd7eb70286478178509ebd54f732f6c59af Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Wed, 19 Feb 2025 12:25:20 +0900 Subject: [PATCH] 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]: 060367d120dcd64060df1fcc5ac0bbbf52c6ba11 PiperOrigin-RevId: 728143764 --- src/build_tools/mozc_win32_resource_template.rc | 4 ++-- src/unix/ibus/gen_mozc_xml.py | 2 +- src/win32/installer/installer_64bit.wxs | 4 ++-- src/win32/installer/installer_oss_64bit.wxs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/build_tools/mozc_win32_resource_template.rc b/src/build_tools/mozc_win32_resource_template.rc index d45c1aa6b..b3c2e4eb4 100644 --- a/src/build_tools/mozc_win32_resource_template.rc +++ b/src/build_tools/mozc_win32_resource_template.rc @@ -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 diff --git a/src/unix/ibus/gen_mozc_xml.py b/src/unix/ibus/gen_mozc_xml.py index f431d9aa3..87e6aec09 100755 --- a/src/unix/ibus/gen_mozc_xml.py +++ b/src/unix/ibus/gen_mozc_xml.py @@ -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', diff --git a/src/win32/installer/installer_64bit.wxs b/src/win32/installer/installer_64bit.wxs index 7f70da780..ce41b4218 100644 --- a/src/win32/installer/installer_64bit.wxs +++ b/src/win32/installer/installer_64bit.wxs @@ -46,8 +46,8 @@ http://msdn.microsoft.com/en-us/library/aa367850.aspx. So we change the product ID for every new version. --> - - + + - - + +