diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 07:39:17 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 07:39:17 +0000 |
| commit | 4da38c632161867e914b3a13dc760f8019255f94 (patch) | |
| tree | e671154ab2f52e0b1537f15c3ed79b6211cf8f9c /exec | |
| parent | 5d70928f2afea5ee4e1aa117aa9cfded56193b56 (diff) | |
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
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 | 2 | ||||
| -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, 18 insertions, 18 deletions
diff --git a/exec/Makefile.in b/exec/Makefile.in index 7e681c0c3d8..f1b6d0307a4 100644 --- a/exec/Makefile.in +++ b/exec/Makefile.in @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 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 67a14e36b61..c42bbbad2ec 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-2024 Free Software Foundation, Inc. +dnl Copyright (C) 2023-2025 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 634daa7906a..d17d4410918 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-2024 Free Software Foundation, Inc. +dnl Copyright (C) 2023-2025 Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. dnl diff --git a/exec/deps.mk b/exec/deps.mk index 2425503ab44..7f598e82ce8 100644 --- a/exec/deps.mk +++ b/exec/deps.mk @@ -1,6 +1,6 @@ ### deps.mk -## Copyright (C) 2023-2024 Free Software Foundation, Inc. +## Copyright (C) 2023-2025 Free Software Foundation, Inc. ## This file is part of GNU Emacs. diff --git a/exec/exec.c b/exec/exec.c index f31c9a89744..b1c9825daff 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/exec.h b/exec/exec.h index 59963587573..eee48dfe2ed 100644 --- a/exec/exec.h +++ b/exec/exec.h @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/exec1.c b/exec/exec1.c index cbd756d3d5c..911c92d8c97 100644 --- a/exec/exec1.c +++ b/exec/exec1.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/loader-aarch64.s b/exec/loader-aarch64.s index 0fc9606c62a..686a804aa0e 100644 --- a/exec/loader-aarch64.s +++ b/exec/loader-aarch64.s @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 Free Software Foundation, Inc. +// Copyright (C) 2023-2025 Free Software Foundation, Inc. // // This file is part of GNU Emacs. // diff --git a/exec/loader-armeabi.s b/exec/loader-armeabi.s index 5601088262c..2aa52f3e006 100644 --- a/exec/loader-armeabi.s +++ b/exec/loader-armeabi.s @@ -1,4 +1,4 @@ -@ Copyright (C) 2023-2024 Free Software Foundation, Inc. +@ Copyright (C) 2023-2025 Free Software Foundation, Inc. @ @ This file is part of GNU Emacs. @ diff --git a/exec/loader-mips64el.s b/exec/loader-mips64el.s index 0ff140f9f31..491b7ccfb60 100644 --- a/exec/loader-mips64el.s +++ b/exec/loader-mips64el.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/loader-mipsel.s b/exec/loader-mipsel.s index f1cdcfcf149..9ffe7e928e7 100644 --- a/exec/loader-mipsel.s +++ b/exec/loader-mipsel.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/loader-x86.s b/exec/loader-x86.s index 3d132dd99e8..5e5bb7253ab 100644 --- a/exec/loader-x86.s +++ b/exec/loader-x86.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 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 ea2958b91e0..0854df98db9 100644 --- a/exec/loader-x86_64.s +++ b/exec/loader-x86_64.s @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # diff --git a/exec/mipsel-user.h b/exec/mipsel-user.h index 14d8f6d0d5e..03fc4cbcec3 100644 --- a/exec/mipsel-user.h +++ b/exec/mipsel-user.h @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/mipsfpu.c b/exec/mipsfpu.c index 5fd81fb9237..198b24aae44 100644 --- a/exec/mipsfpu.c +++ b/exec/mipsfpu.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/mipsfpu.h b/exec/mipsfpu.h index 1669102942b..426e6afd27d 100644 --- a/exec/mipsfpu.h +++ b/exec/mipsfpu.h @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/test.c b/exec/test.c index 7185c958b87..896a379db42 100644 --- a/exec/test.c +++ b/exec/test.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/exec/trace.c b/exec/trace.c index 5e1ef1f74a1..e222f0fc21a 100644 --- a/exec/trace.c +++ b/exec/trace.c @@ -1,6 +1,6 @@ /* Program execution for Emacs. -Copyright (C) 2023-2024 Free Software Foundation, Inc. +Copyright (C) 2023-2025 Free Software Foundation, Inc. This file is part of GNU Emacs. |
