diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2026-01-01 12:54:34 +0000 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2026-01-01 12:54:34 +0000 |
| commit | c31f6adc31d48076c63ad82b83b2970e1b0d7b9b (patch) | |
| tree | 33f5b9d12ef31f91b4c417523106e93a7cff7b2b /exec | |
| parent | 4771cd2e5835efb6cfbc2efe2287ff58e7b5b6dc (diff) | |
; Add 2026 to copyright years.
Diffstat (limited to 'exec')
| -rw-r--r-- | exec/Makefile.in | 2 | ||||
| -rw-r--r-- | exec/config-mips.m4.in | 2 | ||||
| -rw-r--r-- | exec/configure.ac | 4 | ||||
| -rw-r--r-- | exec/deps.mk | 2 | ||||
| -rw-r--r-- | exec/exec.c | 2 | ||||
| -rw-r--r-- | exec/exec.h | 2 | ||||
| -rw-r--r-- | exec/exec1.c | 2 | ||||
| -rw-r--r-- | exec/loader-aarch64.s | 2 | ||||
| -rw-r--r-- | exec/loader-armeabi.s | 2 | ||||
| -rw-r--r-- | exec/loader-mips64el.s | 2 | ||||
| -rw-r--r-- | exec/loader-mipsel.s | 2 | ||||
| -rw-r--r-- | exec/loader-x86.s | 2 | ||||
| -rw-r--r-- | exec/loader-x86_64.s | 2 | ||||
| -rw-r--r-- | exec/mipsel-user.h | 2 | ||||
| -rw-r--r-- | exec/mipsfpu.c | 2 | ||||
| -rw-r--r-- | exec/mipsfpu.h | 2 | ||||
| -rw-r--r-- | exec/test.c | 2 | ||||
| -rw-r--r-- | exec/trace.c | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/exec/Makefile.in b/exec/Makefile.in index 08dcdd66851..b135357a619 100644 --- a/exec/Makefile.in +++ b/exec/Makefile.in @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/exec/config-mips.m4.in b/exec/config-mips.m4.in index 4ab395ff2cb..480717f2cc1 100644 --- a/exec/config-mips.m4.in +++ b/exec/config-mips.m4.in @@ -1,6 +1,6 @@ dnl Assembler templates for MIPS computers. dnl -dnl Copyright (C) 2023-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2023-2026 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl diff --git a/exec/configure.ac b/exec/configure.ac index ef825e26788..bc35b41e14e 100644 --- a/exec/configure.ac +++ b/exec/configure.ac @@ -4,7 +4,7 @@ dnl autoconf dnl in the directory containing this script. dnl If you changed any AC_DEFINES, also run autoheader. dnl -dnl Copyright (C) 2023-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2023-2026 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl @@ -25,7 +25,7 @@ AC_PREREQ([2.65]) AC_INIT([libexec], [31.0.50], [bug-gnu-emacs@gnu.org], [], [https://www.gnu.org/software/emacs/]) -AH_TOP([/* Copyright (C) 2025 Free Software Foundation, Inc. +AH_TOP([/* Copyright (C) 2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/deps.mk b/exec/deps.mk index 7f598e82ce8..f997be2ae85 100644 --- a/exec/deps.mk +++ b/exec/deps.mk @@ -1,6 +1,6 @@ ### deps.mk -## Copyright (C) 2023-2025 Free Software Foundation, Inc. +## Copyright (C) 2023-2026 Free Software Foundation, Inc. ## This file is part of GNU Emacs. diff --git a/exec/exec.c b/exec/exec.c index b83e34bc1b2..7736c0dab27 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/exec.h b/exec/exec.h index d420061ff87..be4bc3fba09 100644 --- a/exec/exec.h +++ b/exec/exec.h @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/exec1.c b/exec/exec1.c index 911c92d8c97..b0d63174fba 100644 --- a/exec/exec1.c +++ b/exec/exec1.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/loader-aarch64.s b/exec/loader-aarch64.s index d3c565bf3f8..0ffd701beb3 100644 --- a/exec/loader-aarch64.s +++ b/exec/loader-aarch64.s @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2025 Free Software Foundation, Inc. +// Copyright (C) 2023-2026 Free Software Foundation, Inc. // // This file is part of GNU Emacs. // diff --git a/exec/loader-armeabi.s b/exec/loader-armeabi.s index 572020bb573..540795bdfbb 100644 --- a/exec/loader-armeabi.s +++ b/exec/loader-armeabi.s @@ -1,4 +1,4 @@ -@ Copyright (C) 2023-2025 Free Software Foundation, Inc. +@ Copyright (C) 2023-2026 Free Software Foundation, Inc. @ @ This file is part of GNU Emacs. @ diff --git a/exec/loader-mips64el.s b/exec/loader-mips64el.s index 2f20c2cf5d3..2607e2dd4c8 100644 --- a/exec/loader-mips64el.s +++ b/exec/loader-mips64el.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/loader-mipsel.s b/exec/loader-mipsel.s index 92239614de3..34e1431362a 100644 --- a/exec/loader-mipsel.s +++ b/exec/loader-mipsel.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/loader-x86.s b/exec/loader-x86.s index d9cfa28f6a3..cd46763a8e9 100644 --- a/exec/loader-x86.s +++ b/exec/loader-x86.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/loader-x86_64.s b/exec/loader-x86_64.s index 9340ac8fc65..70911ffd64d 100644 --- a/exec/loader-x86_64.s +++ b/exec/loader-x86_64.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/mipsel-user.h b/exec/mipsel-user.h index 03fc4cbcec3..fcee04b877f 100644 --- a/exec/mipsel-user.h +++ b/exec/mipsel-user.h @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/mipsfpu.c b/exec/mipsfpu.c index 198b24aae44..b9cb811e6a7 100644 --- a/exec/mipsfpu.c +++ b/exec/mipsfpu.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/mipsfpu.h b/exec/mipsfpu.h index 426e6afd27d..21ff507498f 100644 --- a/exec/mipsfpu.h +++ b/exec/mipsfpu.h @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/test.c b/exec/test.c index 896a379db42..38b77d31838 100644 --- a/exec/test.c +++ b/exec/test.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/trace.c b/exec/trace.c index 2421785a80a..da9ac96c6ff 100644 --- a/exec/trace.c +++ b/exec/trace.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2025 Free Software Foundation, Inc. +Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GNU Emacs. |
