diff options
| author | Sean Whitton | 2026-01-01 12:54:34 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-01-01 12:54:34 +0000 |
| commit | c31f6adc31d48076c63ad82b83b2970e1b0d7b9b (patch) | |
| tree | 33f5b9d12ef31f91b4c417523106e93a7cff7b2b /java | |
| parent | 4771cd2e5835efb6cfbc2efe2287ff58e7b5b6dc (diff) | |
| download | emacs-c31f6adc31d48076c63ad82b83b2970e1b0d7b9b.tar.gz emacs-c31f6adc31d48076c63ad82b83b2970e1b0d7b9b.zip | |
; Add 2026 to copyright years.
Diffstat (limited to 'java')
60 files changed, 60 insertions, 60 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index 77abdf0e180..a1760294046 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 1c6195c6d08..f0263037d22 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-2025 Free Software Foundation, Inc. | 2 | Copyright (C) 2023-2026 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 4988290a207..bd39f32a005 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-2025 Free Software Foundation, Inc. | 3 | # Copyright (C) 2023-2026 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 b81197675fe..ee1d50aa1f4 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-2025 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2023-2026 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 6970728998b..d0d6ac49419 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 d5670bc31b4..d5d3b015a90 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 bab0e76ddaa..1fc1d6d94b4 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 fff77612227..d32f1c9fe06 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 0b9732d2e1a..247e8d9c087 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 390a0f03bd8..d449872f675 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 c706a60158a..d380c1c3041 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 a1f3813c28a..d65c41b277b 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 86b14e51da0..06397f73cac 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 400432cb742..daf24ece451 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 7a60315c394..39069652061 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 9e7a8dcff49..b36fb2e287c 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 b1d17313feb..6d3447c2b2d 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 4bfe10060db..8f69a649570 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 03919e723ef..f960e309eec 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 1b98d420031..70e262f3f82 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 f451f53e636..1bdf041b0d0 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 dcec659ecc7..dbf00eb7606 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 74837753424..b60f4b32f21 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 fe420afbc01..02a93d8e002 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 b872212d9eb..09433a28c0e 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 36be0d15c86..25a9d68e055 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 0ee1c8cf665..0a7677b84ef 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 fac4b6f01df..2c2537da27d 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 b4d055ce4c9..4ffe33e6dbb 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 908465ad69d..d72fc50ea68 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 c4eb85d765d..12f2f426d6a 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 18bff1ed508..bbae458091b 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 3857397fe77..a02cbd50bdf 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 48715646e77..75697c116ba 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 d1c6c7faad3..fa884db5461 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 b426c3ba74e..c4ef68382a3 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 ddb2171ceb1..f5dee4c9986 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 d141f6f4d0d..9e85b195e67 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 8e76113143b..4c6f1811a85 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 312b657d336..3dc534a5ec2 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 506e940657c..c080988e3d5 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2024-2026 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 8f16dbad257..f2ec99d720f 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 7cbc1c1db43..4edae96ca0d 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 6b32c8f8614..91a2eecef19 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 a441fd2b17e..78a55e24bde 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-2025 Free Software Foundation, Inc. | 3 | # Copyright (C) 2024-2026 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 9a75ade9156..582db0dfd79 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 93bdb986489..4e6a584eaa3 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 2165eeee2ef..e749007d3d3 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 a2f7a4cd166..de7e332473a 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 5b9732614e5..f27d90b6d2f 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 e95974db6e5..d5b452e528c 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 97890257a39..6dd921f058c 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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-v20/style.xml b/java/res/values-v20/style.xml index 285cd61ced6..7b0f4babb37 100644 --- a/java/res/values-v20/style.xml +++ b/java/res/values-v20/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) 2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2025-2026 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 0b717a4425d..ebfcd00994c 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 0ecfa7fc103..268e79b55dd 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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-v35/style.xml b/java/res/values-v35/style.xml index 0f7aeea5081..b1030444b62 100644 --- a/java/res/values-v35/style.xml +++ b/java/res/values-v35/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) 2024-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2024-2026 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 ccf033b39af..dcebb5d81e6 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 f01867c6537..810b05d3f68 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 7ac16202613..3098223b439 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 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 04342e43d04..8547e327a32 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-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2023-2026 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||