diff --git a/ChangeLog.android b/ChangeLog.android index 96419ebe351..e86ef7a2a77 100644 --- a/ChangeLog.android +++ b/ChangeLog.android @@ -7261,7 +7261,7 @@ and those made after the Android port was installed. ;; coding: utf-8 ;; End: - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-2024 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/admin/notes/java b/admin/notes/java index 6a66d1aa765..891096cd406 100644 --- a/admin/notes/java +++ b/admin/notes/java @@ -1,5 +1,5 @@ Installation instructions for Android -Copyright (C) 2023 Free Software Foundation, Inc. +Copyright (C) 2023-2024 Free Software Foundation, Inc. See the end of the file for license conditions. diff --git a/build-aux/git-hooks/commit-msg-files.awk b/build-aux/git-hooks/commit-msg-files.awk index 5c9b70a5de5..2fbbd059500 100644 --- a/build-aux/git-hooks/commit-msg-files.awk +++ b/build-aux/git-hooks/commit-msg-files.awk @@ -1,6 +1,6 @@ # Check the file list of GNU Emacs change log entries for each commit SHA. -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/build-aux/git-hooks/post-commit b/build-aux/git-hooks/post-commit index e02fee48db4..e6b5effc93a 100755 --- a/build-aux/git-hooks/post-commit +++ b/build-aux/git-hooks/post-commit @@ -1,7 +1,7 @@ #!/bin/sh # Check the file list of GNU Emacs change log entries after committing. -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/build-aux/git-hooks/pre-push b/build-aux/git-hooks/pre-push index a342814c1e3..86c81e02d9a 100755 --- a/build-aux/git-hooks/pre-push +++ b/build-aux/git-hooks/pre-push @@ -1,7 +1,7 @@ #!/bin/sh # Check the file list of GNU Emacs change log entries before pushing. -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/build-aux/makecounter.sh b/build-aux/makecounter.sh index 3bebd288031..a63fcbb7c61 100755 --- a/build-aux/makecounter.sh +++ b/build-aux/makecounter.sh @@ -2,7 +2,7 @@ # Generate or update a C file containing an increasing counter # variable. # -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # # This file is part of GNU Emacs. GNU Emacs is free software: you can # redistribute it and/or modify it under the terms of the GNU General diff --git a/build-aux/ndk-build-helper-1.mk b/build-aux/ndk-build-helper-1.mk index 2cde5146301..5681728154c 100644 --- a/build-aux/ndk-build-helper-1.mk +++ b/build-aux/ndk-build-helper-1.mk @@ -1,5 +1,5 @@ # ndk-build-helper-1.mk -- Helper for ndk-build.m4. -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify diff --git a/build-aux/ndk-build-helper-2.mk b/build-aux/ndk-build-helper-2.mk index 186f3aec333..1c2409cfd57 100644 --- a/build-aux/ndk-build-helper-2.mk +++ b/build-aux/ndk-build-helper-2.mk @@ -1,5 +1,5 @@ # ndk-build-helper-2.mk -- Helper for ndk-build.m4. -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify diff --git a/build-aux/ndk-build-helper-3.mk b/build-aux/ndk-build-helper-3.mk index 4d0358d4f77..e360a347bb4 100644 --- a/build-aux/ndk-build-helper-3.mk +++ b/build-aux/ndk-build-helper-3.mk @@ -1,5 +1,5 @@ # ndk-build-helper-3.mk -- Helper for ndk-build.m4. -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify diff --git a/build-aux/ndk-build-helper-4.mk b/build-aux/ndk-build-helper-4.mk index a41679c53af..54f781bdbaa 100644 --- a/build-aux/ndk-build-helper-4.mk +++ b/build-aux/ndk-build-helper-4.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify diff --git a/build-aux/ndk-build-helper.mk b/build-aux/ndk-build-helper.mk index 05f0af76411..521e1b24ce3 100644 --- a/build-aux/ndk-build-helper.mk +++ b/build-aux/ndk-build-helper.mk @@ -1,5 +1,5 @@ # ndk-build-helper.mk -- Helper for ndk-build.m4. -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify diff --git a/cross/Makefile.in b/cross/Makefile.in index b66025283aa..6f2250fe02f 100644 --- a/cross/Makefile.in +++ b/cross/Makefile.in @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/langinfo.h b/cross/langinfo.h index b296ba8db80..0edb0082bda 100644 --- a/cross/langinfo.h +++ b/cross/langinfo.h @@ -1,6 +1,6 @@ /* Replacement langinfo.h file for building GNU Emacs on Android. -Copyright (C) 2023 Free Software Foundation, Inc. +Copyright (C) 2023-2024 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/cross/ndk-build/Makefile.in b/cross/ndk-build/Makefile.in index cdf18471ff3..8ba2d356f27 100644 --- a/cross/ndk-build/Makefile.in +++ b/cross/ndk-build/Makefile.in @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/README b/cross/ndk-build/README index d6cf2908014..84a131443c4 100644 --- a/cross/ndk-build/README +++ b/cross/ndk-build/README @@ -1,6 +1,6 @@ NDK BUILD SYSTEM IMPLEMENTATION -Copyright (C) 2023 Free Software Foundation, Inc. +Copyright (C) 2023-2024 Free Software Foundation, Inc. See the end of the file for license conditions. Emacs implements ndk-build itself, because the version that comes with diff --git a/cross/ndk-build/ndk-build-executable.mk b/cross/ndk-build/ndk-build-executable.mk index 9591c862b18..4f520074c7f 100644 --- a/cross/ndk-build/ndk-build-executable.mk +++ b/cross/ndk-build/ndk-build-executable.mk @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-build-shared-library.mk b/cross/ndk-build/ndk-build-shared-library.mk index d60802da1d0..74c6756a0c1 100644 --- a/cross/ndk-build/ndk-build-shared-library.mk +++ b/cross/ndk-build/ndk-build-shared-library.mk @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-build-static-library.mk b/cross/ndk-build/ndk-build-static-library.mk index 98afd864ed6..aba4539f6bb 100644 --- a/cross/ndk-build/ndk-build-static-library.mk +++ b/cross/ndk-build/ndk-build-static-library.mk @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-build.mk.in b/cross/ndk-build/ndk-build.mk.in index 57006901721..6c85ff5044e 100644 --- a/cross/ndk-build/ndk-build.mk.in +++ b/cross/ndk-build/ndk-build.mk.in @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-clear-vars.mk b/cross/ndk-build/ndk-clear-vars.mk index 7309b7bb513..0803522f3d4 100644 --- a/cross/ndk-build/ndk-clear-vars.mk +++ b/cross/ndk-build/ndk-clear-vars.mk @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-prebuilt-shared-library.mk b/cross/ndk-build/ndk-prebuilt-shared-library.mk index 2a8260f9851..d63ca4a0c76 100644 --- a/cross/ndk-build/ndk-prebuilt-shared-library.mk +++ b/cross/ndk-build/ndk-prebuilt-shared-library.mk @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-prebuilt-static-library.mk b/cross/ndk-build/ndk-prebuilt-static-library.mk index 9230f690bb1..94c98435d5f 100644 --- a/cross/ndk-build/ndk-prebuilt-static-library.mk +++ b/cross/ndk-build/ndk-prebuilt-static-library.mk @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/ndk-build/ndk-resolve.mk b/cross/ndk-build/ndk-resolve.mk index b29a2c6dc39..d3b398bca62 100644 --- a/cross/ndk-build/ndk-resolve.mk +++ b/cross/ndk-build/ndk-resolve.mk @@ -1,4 +1,4 @@ -# Copyright 2023 Free Software Foundation, Inc. +# Copyright 2023-2024 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/cross/verbose.mk.android b/cross/verbose.mk.android index d41d6b6aac0..958cf237c58 100644 --- a/cross/verbose.mk.android +++ b/cross/verbose.mk.android @@ -1,7 +1,7 @@ ### verbose.mk --- Makefile fragment for GNU Emacs during ### cross-compilation. -## Copyright (C) 2023 Free Software Foundation, Inc. +## Copyright (C) 2023-2024 Free Software Foundation, Inc. ## This file is part of GNU Emacs. diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index 3b81f5cb43f..0ea96d91492 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2023 Free Software Foundation, Inc. +@c Copyright (C) 2023--2024 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Android @appendix Emacs and Android diff --git a/doc/emacs/input.texi b/doc/emacs/input.texi index 7f9d37b52de..67679b00e89 100644 --- a/doc/emacs/input.texi +++ b/doc/emacs/input.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2023 Free Software Foundation, Inc. +@c Copyright (C) 2023--2024 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Other Input @section Touchscreen Input and Virtual Keyboards diff --git a/doc/lang/fr/misc/ses-fr.texi b/doc/lang/fr/misc/ses-fr.texi index ff49974bd48..e1b9cac5fc3 100644 --- a/doc/lang/fr/misc/ses-fr.texi +++ b/doc/lang/fr/misc/ses-fr.texi @@ -15,7 +15,7 @@ Ce fichier documente @acronym{SES} : le tableur simple d’Emacs (Simple Emacs Spreadsheet). -Copyright @copyright{} 2002--2023 Free Software Foundation, Inc. +Copyright @copyright{} 2002--2024 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/etc/NEWS b/etc/NEWS index 7ae8529b33a..a6b0beb6ee5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2022-2023 Free Software Foundation, Inc. +Copyright (C) 2022-2024 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to 'bug-gnu-emacs@gnu.org'. diff --git a/etc/images/gnus/gnus-pointer.svg b/etc/images/gnus/gnus-pointer.svg index 67a631cdcf5..590e0f56d89 100644 --- a/etc/images/gnus/gnus-pointer.svg +++ b/etc/images/gnus/gnus-pointer.svg @@ -1,7 +1,7 @@