diff options
| author | Stefan Kangas | 2025-01-02 18:32:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-02 18:39:42 +0100 |
| commit | 7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch) | |
| tree | 98080d2e47eb14293bd131fe22e04f050759ff6f /java | |
| parent | afe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff) | |
| download | emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.tar.gz emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.zip | |
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'java')
58 files changed, 58 insertions, 58 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index df00e497f8f..6243c5e13ba 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- @configure_input@ | 1 | <!-- @configure_input@ |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/INSTALL b/java/INSTALL index 91916c6586c..24f5e0c2ad8 100644 --- a/java/INSTALL +++ b/java/INSTALL | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Installation instructions for Android | 1 | Installation instructions for Android |
| 2 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 2 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| 5 | Please read the entirety of this file before attempting to build Emacs | 5 | Please read the entirety of this file before attempting to build Emacs |
diff --git a/java/Makefile.in b/java/Makefile.in index 465f99162ec..0befcdeb91f 100644 --- a/java/Makefile.in +++ b/java/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | # Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/debug.sh b/java/debug.sh index c5d40141355..b81197675fe 100755 --- a/java/debug.sh +++ b/java/debug.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ### Run Emacs under GDB or JDB on Android. | 2 | ### Run Emacs under GDB or JDB on Android. |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2023-2024 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## This file is part of GNU Emacs. | 6 | ## This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/java/org/gnu/emacs/EmacsActivity.java b/java/org/gnu/emacs/EmacsActivity.java index 0c9e8312b90..8a5ccb4625b 100644 --- a/java/org/gnu/emacs/EmacsActivity.java +++ b/java/org/gnu/emacs/EmacsActivity.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsApplication.java b/java/org/gnu/emacs/EmacsApplication.java index b5f8e688b65..d5670bc31b4 100644 --- a/java/org/gnu/emacs/EmacsApplication.java +++ b/java/org/gnu/emacs/EmacsApplication.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsClipboard.java b/java/org/gnu/emacs/EmacsClipboard.java index 2560ef793c2..bab0e76ddaa 100644 --- a/java/org/gnu/emacs/EmacsClipboard.java +++ b/java/org/gnu/emacs/EmacsClipboard.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsContextMenu.java b/java/org/gnu/emacs/EmacsContextMenu.java index 365a7ec40af..fff77612227 100644 --- a/java/org/gnu/emacs/EmacsContextMenu.java +++ b/java/org/gnu/emacs/EmacsContextMenu.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsCursor.java b/java/org/gnu/emacs/EmacsCursor.java index e5f22c23cfc..0b9732d2e1a 100644 --- a/java/org/gnu/emacs/EmacsCursor.java +++ b/java/org/gnu/emacs/EmacsCursor.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDesktopNotification.java b/java/org/gnu/emacs/EmacsDesktopNotification.java index 2bbfd867afa..390a0f03bd8 100644 --- a/java/org/gnu/emacs/EmacsDesktopNotification.java +++ b/java/org/gnu/emacs/EmacsDesktopNotification.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDialog.java b/java/org/gnu/emacs/EmacsDialog.java index 31b2969197e..c706a60158a 100644 --- a/java/org/gnu/emacs/EmacsDialog.java +++ b/java/org/gnu/emacs/EmacsDialog.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDialogButtonLayout.java b/java/org/gnu/emacs/EmacsDialogButtonLayout.java index da57d1c4404..a1f3813c28a 100644 --- a/java/org/gnu/emacs/EmacsDialogButtonLayout.java +++ b/java/org/gnu/emacs/EmacsDialogButtonLayout.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDirectoryEntry.java b/java/org/gnu/emacs/EmacsDirectoryEntry.java index 4a7526dddc6..86b14e51da0 100644 --- a/java/org/gnu/emacs/EmacsDirectoryEntry.java +++ b/java/org/gnu/emacs/EmacsDirectoryEntry.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDocumentsProvider.java b/java/org/gnu/emacs/EmacsDocumentsProvider.java index 7c5de9e0e14..400432cb742 100644 --- a/java/org/gnu/emacs/EmacsDocumentsProvider.java +++ b/java/org/gnu/emacs/EmacsDocumentsProvider.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDrawLine.java b/java/org/gnu/emacs/EmacsDrawLine.java index c3399b4a75e..7a60315c394 100644 --- a/java/org/gnu/emacs/EmacsDrawLine.java +++ b/java/org/gnu/emacs/EmacsDrawLine.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDrawPoint.java b/java/org/gnu/emacs/EmacsDrawPoint.java index 859c590b1d0..9e7a8dcff49 100644 --- a/java/org/gnu/emacs/EmacsDrawPoint.java +++ b/java/org/gnu/emacs/EmacsDrawPoint.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDrawRectangle.java b/java/org/gnu/emacs/EmacsDrawRectangle.java index ea0f1c28106..b1d17313feb 100644 --- a/java/org/gnu/emacs/EmacsDrawRectangle.java +++ b/java/org/gnu/emacs/EmacsDrawRectangle.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsDrawable.java b/java/org/gnu/emacs/EmacsDrawable.java index a75a8f7017d..4bfe10060db 100644 --- a/java/org/gnu/emacs/EmacsDrawable.java +++ b/java/org/gnu/emacs/EmacsDrawable.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsFillPolygon.java b/java/org/gnu/emacs/EmacsFillPolygon.java index 6bc8333984a..8257bf35b92 100644 --- a/java/org/gnu/emacs/EmacsFillPolygon.java +++ b/java/org/gnu/emacs/EmacsFillPolygon.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsFillRectangle.java b/java/org/gnu/emacs/EmacsFillRectangle.java index 7642deed7c3..1b98d420031 100644 --- a/java/org/gnu/emacs/EmacsFillRectangle.java +++ b/java/org/gnu/emacs/EmacsFillRectangle.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsFontDriver.java b/java/org/gnu/emacs/EmacsFontDriver.java index 09d0377bd5e..f451f53e636 100644 --- a/java/org/gnu/emacs/EmacsFontDriver.java +++ b/java/org/gnu/emacs/EmacsFontDriver.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Font backend for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Font backend for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsGC.java b/java/org/gnu/emacs/EmacsGC.java index 0b0f09c7ab9..dcec659ecc7 100644 --- a/java/org/gnu/emacs/EmacsGC.java +++ b/java/org/gnu/emacs/EmacsGC.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsHandleObject.java b/java/org/gnu/emacs/EmacsHandleObject.java index cbd579bac5b..74837753424 100644 --- a/java/org/gnu/emacs/EmacsHandleObject.java +++ b/java/org/gnu/emacs/EmacsHandleObject.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsHolder.java b/java/org/gnu/emacs/EmacsHolder.java index 6d093d27e06..fe420afbc01 100644 --- a/java/org/gnu/emacs/EmacsHolder.java +++ b/java/org/gnu/emacs/EmacsHolder.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsInputConnection.java b/java/org/gnu/emacs/EmacsInputConnection.java index 5b409fa1f57..dafeebca4d6 100644 --- a/java/org/gnu/emacs/EmacsInputConnection.java +++ b/java/org/gnu/emacs/EmacsInputConnection.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsLauncherPreferencesActivity.java b/java/org/gnu/emacs/EmacsLauncherPreferencesActivity.java index 21a43b261a0..36be0d15c86 100644 --- a/java/org/gnu/emacs/EmacsLauncherPreferencesActivity.java +++ b/java/org/gnu/emacs/EmacsLauncherPreferencesActivity.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsMultitaskActivity.java b/java/org/gnu/emacs/EmacsMultitaskActivity.java index 10963ecfd3f..0ee1c8cf665 100644 --- a/java/org/gnu/emacs/EmacsMultitaskActivity.java +++ b/java/org/gnu/emacs/EmacsMultitaskActivity.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsNative.java b/java/org/gnu/emacs/EmacsNative.java index 97415fcb876..94df9ff39b4 100644 --- a/java/org/gnu/emacs/EmacsNative.java +++ b/java/org/gnu/emacs/EmacsNative.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsNoninteractive.java b/java/org/gnu/emacs/EmacsNoninteractive.java index 8a1ad98d8f9..83ef04b1cf1 100644 --- a/java/org/gnu/emacs/EmacsNoninteractive.java +++ b/java/org/gnu/emacs/EmacsNoninteractive.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsOpenActivity.java b/java/org/gnu/emacs/EmacsOpenActivity.java index 366283168dd..908465ad69d 100644 --- a/java/org/gnu/emacs/EmacsOpenActivity.java +++ b/java/org/gnu/emacs/EmacsOpenActivity.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsPixmap.java b/java/org/gnu/emacs/EmacsPixmap.java index bd4e085994e..c4eb85d765d 100644 --- a/java/org/gnu/emacs/EmacsPixmap.java +++ b/java/org/gnu/emacs/EmacsPixmap.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsPreferencesActivity.java b/java/org/gnu/emacs/EmacsPreferencesActivity.java index a3edd6388b4..717de479530 100644 --- a/java/org/gnu/emacs/EmacsPreferencesActivity.java +++ b/java/org/gnu/emacs/EmacsPreferencesActivity.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsSafThread.java b/java/org/gnu/emacs/EmacsSafThread.java index ee8c2e7e0c3..3857397fe77 100644 --- a/java/org/gnu/emacs/EmacsSafThread.java +++ b/java/org/gnu/emacs/EmacsSafThread.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsSdk11Clipboard.java b/java/org/gnu/emacs/EmacsSdk11Clipboard.java index e179551c14d..48715646e77 100644 --- a/java/org/gnu/emacs/EmacsSdk11Clipboard.java +++ b/java/org/gnu/emacs/EmacsSdk11Clipboard.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsSdk23FontDriver.java b/java/org/gnu/emacs/EmacsSdk23FontDriver.java index 91153feaa11..d1c6c7faad3 100644 --- a/java/org/gnu/emacs/EmacsSdk23FontDriver.java +++ b/java/org/gnu/emacs/EmacsSdk23FontDriver.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Font backend for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Font backend for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsSdk7FontDriver.java b/java/org/gnu/emacs/EmacsSdk7FontDriver.java index 5d5f05ba247..2fc40551984 100644 --- a/java/org/gnu/emacs/EmacsSdk7FontDriver.java +++ b/java/org/gnu/emacs/EmacsSdk7FontDriver.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Font backend for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Font backend for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsSdk8Clipboard.java b/java/org/gnu/emacs/EmacsSdk8Clipboard.java index afd235babf5..ddb2171ceb1 100644 --- a/java/org/gnu/emacs/EmacsSdk8Clipboard.java +++ b/java/org/gnu/emacs/EmacsSdk8Clipboard.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsService.java b/java/org/gnu/emacs/EmacsService.java index 7afe4c7f82e..04563590dc4 100644 --- a/java/org/gnu/emacs/EmacsService.java +++ b/java/org/gnu/emacs/EmacsService.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsSurfaceView.java b/java/org/gnu/emacs/EmacsSurfaceView.java index e5601041538..8e76113143b 100644 --- a/java/org/gnu/emacs/EmacsSurfaceView.java +++ b/java/org/gnu/emacs/EmacsSurfaceView.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsThread.java b/java/org/gnu/emacs/EmacsThread.java index a90eb73b1ef..312b657d336 100644 --- a/java/org/gnu/emacs/EmacsThread.java +++ b/java/org/gnu/emacs/EmacsThread.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsTileObject.java b/java/org/gnu/emacs/EmacsTileObject.java index 93b09f5a8bc..506e940657c 100644 --- a/java/org/gnu/emacs/EmacsTileObject.java +++ b/java/org/gnu/emacs/EmacsTileObject.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2024-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsView.java b/java/org/gnu/emacs/EmacsView.java index 1c06d394817..8af76c73937 100644 --- a/java/org/gnu/emacs/EmacsView.java +++ b/java/org/gnu/emacs/EmacsView.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsWindow.java b/java/org/gnu/emacs/EmacsWindow.java index 218c5639c89..f935850b22b 100644 --- a/java/org/gnu/emacs/EmacsWindow.java +++ b/java/org/gnu/emacs/EmacsWindow.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/org/gnu/emacs/EmacsWindowManager.java b/java/org/gnu/emacs/EmacsWindowManager.java index e4bd995f15a..6b32c8f8614 100644 --- a/java/org/gnu/emacs/EmacsWindowManager.java +++ b/java/org/gnu/emacs/EmacsWindowManager.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- | 1 | /* Communication module for Android terminals. -*- c-file-style: "GNU" -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/proguard.conf b/java/proguard.conf index 5da402946bb..a441fd2b17e 100644 --- a/java/proguard.conf +++ b/java/proguard.conf | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Proguard configuration files for Emacs | 1 | # Proguard configuration files for Emacs |
| 2 | # | 2 | # |
| 3 | # Copyright (C) 2024 Free Software Foundation, Inc. | 3 | # Copyright (C) 2024-2025 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
diff --git a/java/res/drawable/emacs_background.xml b/java/res/drawable/emacs_background.xml index c6b6decc3b0..9a75ade9156 100644 --- a/java/res/drawable/emacs_background.xml +++ b/java/res/drawable/emacs_background.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Adaptive icon for Emacs. | 1 | <!-- Adaptive icon for Emacs. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/drawable/emacs_foreground.xml b/java/res/drawable/emacs_foreground.xml index 06a03240e28..93bdb986489 100644 --- a/java/res/drawable/emacs_foreground.xml +++ b/java/res/drawable/emacs_foreground.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Adaptive icon for Emacs. | 1 | <!-- Adaptive icon for Emacs. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/layout/sdk8_notifications_view.xml b/java/res/layout/sdk8_notifications_view.xml index a6a441b098f..2165eeee2ef 100644 --- a/java/res/layout/sdk8_notifications_view.xml +++ b/java/res/layout/sdk8_notifications_view.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Notification content widget tree for GNU Emacs on Android 2.3. | 1 | <!-- Notification content widget tree for GNU Emacs on Android 2.3. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/mipmap-v26/emacs_icon.xml b/java/res/mipmap-v26/emacs_icon.xml index 5b720e8210f..a2f7a4cd166 100644 --- a/java/res/mipmap-v26/emacs_icon.xml +++ b/java/res/mipmap-v26/emacs_icon.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Adaptive icon for Emacs. | 1 | <!-- Adaptive icon for Emacs. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values-v11/style.xml b/java/res/values-v11/style.xml index f55dd378e39..5b9732614e5 100644 --- a/java/res/values-v11/style.xml +++ b/java/res/values-v11/style.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Style resources for GNU Emacs on Android. | 1 | <!-- Style resources for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values-v14/style.xml b/java/res/values-v14/style.xml index aa19067d4ec..e95974db6e5 100644 --- a/java/res/values-v14/style.xml +++ b/java/res/values-v14/style.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Style resources for GNU Emacs on Android. | 1 | <!-- Style resources for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values-v19/bool.xml b/java/res/values-v19/bool.xml index fa0f8b5c486..97890257a39 100644 --- a/java/res/values-v19/bool.xml +++ b/java/res/values-v19/bool.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Boolean resources for GNU Emacs on Android 4.4 or later. | 1 | <!-- Boolean resources for GNU Emacs on Android 4.4 or later. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values-v24/bool.xml b/java/res/values-v24/bool.xml index aeab90a0da0..0b717a4425d 100644 --- a/java/res/values-v24/bool.xml +++ b/java/res/values-v24/bool.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Boolean resources for GNU Emacs on Android. | 1 | <!-- Boolean resources for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values-v29/style.xml b/java/res/values-v29/style.xml index 4de416c645e..5e6700a27e0 100644 --- a/java/res/values-v29/style.xml +++ b/java/res/values-v29/style.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Style resources for GNU Emacs on Android. | 1 | <!-- Style resources for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values/bool.xml b/java/res/values/bool.xml index f7a7528bead..ccf033b39af 100644 --- a/java/res/values/bool.xml +++ b/java/res/values/bool.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Boolean resources for GNU Emacs on Android. | 1 | <!-- Boolean resources for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index f858b44fe4b..f01867c6537 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- String resources used by GNU Emacs on Android. | 1 | <!-- String resources used by GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/values/style.xml b/java/res/values/style.xml index 64f2f68aea9..7ac16202613 100644 --- a/java/res/values/style.xml +++ b/java/res/values/style.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Style resources for GNU Emacs on Android. | 1 | <!-- Style resources for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/java/res/xml/preferences.xml b/java/res/xml/preferences.xml index 8ff93910446..04342e43d04 100644 --- a/java/res/xml/preferences.xml +++ b/java/res/xml/preferences.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!-- Descriptions for the preferences screen for GNU Emacs on Android. | 1 | <!-- Descriptions for the preferences screen for GNU Emacs on Android. |
| 2 | 2 | ||
| 3 | Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||