mirror of
https://github.com/mii443/mozc.git
synced 2025-12-03 03:08:18 +00:00
Update copyright years from 2024 to 2025.
PiperOrigin-RevId: 715203471
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[Mozc - a Japanese Input Method Editor designed for multi-platform](https://github.com/google/mozc)
|
||||
===================================
|
||||
|
||||
Copyright 2010-2024 Google LLC
|
||||
Copyright 2010-2025 Google LLC
|
||||
|
||||
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as
|
||||
Android OS, Apple macOS, Chromium OS, GNU/Linux and Microsoft Windows. This
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
#endif
|
||||
#ifndef MOZC_RES_LEGAL_COPYRIGHT
|
||||
#if defined(GOOGLE_JAPANESE_INPUT_BUILD)
|
||||
#define MOZC_RES_LEGAL_COPYRIGHT "Copyright 2024 Google LLC. All Rights Reserved."
|
||||
#define MOZC_RES_LEGAL_COPYRIGHT "Copyright 2025 Google LLC. All Rights Reserved."
|
||||
#elif defined(MOZC_BUILD)
|
||||
#define MOZC_RES_LEGAL_COPYRIGHT "Copyright 2024 Google LLC. All Rights Reserved."
|
||||
#define MOZC_RES_LEGAL_COPYRIGHT "Copyright 2025 Google LLC. All Rights Reserved."
|
||||
#endif
|
||||
#endif
|
||||
#ifndef MOZC_RES_ORIGINAL_FILENAME
|
||||
|
||||
@@ -64,7 +64,7 @@ body {
|
||||
<div class="licence">
|
||||
<h3>Mozc is licensed as follows:</h3>
|
||||
<pre>
|
||||
Copyright 2010-2024 Google LLC
|
||||
Copyright 2010-2025 Google LLC
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "${CF_BUNDLE_NAME_EN} Preferences";
|
||||
NSHumanReadableCopyright = "Copyright 2024 Google LLC";
|
||||
NSHumanReadableCopyright = "Copyright 2025 Google LLC";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "${CF_BUNDLE_NAME_JA} 環境設定";
|
||||
NSHumanReadableCopyright = "Copyright 2024 Google LLC";
|
||||
NSHumanReadableCopyright = "Copyright 2025 Google LLC";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Dictionary Tool";
|
||||
NSHumanReadableCopyright = "Copyright 2024 Google LLC";
|
||||
NSHumanReadableCopyright = "Copyright 2025 Google LLC";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "辞書ツール";
|
||||
NSHumanReadableCopyright = "Copyright 2024 Google LLC";
|
||||
NSHumanReadableCopyright = "Copyright 2025 Google LLC";
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Copyright 2024 Google LLC. All rights reserved.</string>
|
||||
<string>Copyright 2025 Google LLC. All rights reserved.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about_dialog.ui" line="80"/>
|
||||
<source>Copyright 2024 Google LLC. All rights reserved.</source>
|
||||
<source>Copyright 2025 Google LLC. All rights reserved.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about_dialog.ui" line="80"/>
|
||||
<source>Copyright 2024 Google LLC. All rights reserved.</source>
|
||||
<source>Copyright 2025 Google LLC. All rights reserved.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
Reference in New Issue
Block a user