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 /exec | |
| 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 '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 36f0c0c74a9..9441440ed5d 100644 --- a/exec/Makefile.in +++ b/exec/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/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 @@ | |||
| 1 | dnl Assembler templates for MIPS computers. | 1 | dnl Assembler templates for MIPS computers. |
| 2 | dnl | 2 | dnl |
| 3 | dnl Copyright (C) 2023-2024 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 4 | dnl | 4 | dnl |
| 5 | dnl This file is part of GNU Emacs. | 5 | dnl This file is part of GNU Emacs. |
| 6 | dnl | 6 | dnl |
diff --git a/exec/configure.ac b/exec/configure.ac index bc19cba4b05..4a4bdecd810 100644 --- a/exec/configure.ac +++ b/exec/configure.ac | |||
| @@ -4,7 +4,7 @@ dnl autoconf | |||
| 4 | dnl in the directory containing this script. | 4 | dnl in the directory containing this script. |
| 5 | dnl If you changed any AC_DEFINES, also run autoheader. | 5 | dnl If you changed any AC_DEFINES, also run autoheader. |
| 6 | dnl | 6 | dnl |
| 7 | dnl Copyright (C) 2023-2024 Free Software Foundation, Inc. | 7 | dnl Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 8 | dnl | 8 | dnl |
| 9 | dnl This file is part of GNU Emacs. | 9 | dnl This file is part of GNU Emacs. |
| 10 | dnl | 10 | 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 @@ | |||
| 1 | ### deps.mk | 1 | ### deps.mk |
| 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/exec/exec.c b/exec/exec.c index cbe22d4f18c..1db066342f3 100644 --- a/exec/exec.c +++ b/exec/exec.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/exec/exec.h b/exec/exec.h index 3ce06c35311..a193a481bc7 100644 --- a/exec/exec.h +++ b/exec/exec.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/exec/exec1.c b/exec/exec1.c index aaff9a94c62..865b59cb1ff 100644 --- a/exec/exec1.c +++ b/exec/exec1.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/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 @@ | |||
| 1 | // Copyright (C) 2023-2024 Free Software Foundation, Inc. | 1 | // Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 2 | // | 2 | // |
| 3 | // This file is part of GNU Emacs. | 3 | // This file is part of GNU Emacs. |
| 4 | // | 4 | // |
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 @@ | |||
| 1 | @ Copyright (C) 2023-2024 Free Software Foundation, Inc. | 1 | @ Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 2 | @ | 2 | @ |
| 3 | @ This file is part of GNU Emacs. | 3 | @ This file is part of GNU Emacs. |
| 4 | @ | 4 | @ |
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 @@ | |||
| 1 | # Copyright (C) 2023-2024 Free Software Foundation, Inc. | 1 | # Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 2 | # | 2 | # |
| 3 | # This file is part of GNU Emacs. | 3 | # This file is part of GNU Emacs. |
| 4 | # | 4 | # |
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 @@ | |||
| 1 | # Copyright (C) 2023-2024 Free Software Foundation, Inc. | 1 | # Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 2 | # | 2 | # |
| 3 | # This file is part of GNU Emacs. | 3 | # This file is part of GNU Emacs. |
| 4 | # | 4 | # |
diff --git a/exec/loader-x86.s b/exec/loader-x86.s index 216bc88f976..fd45ee9e2e5 100644 --- a/exec/loader-x86.s +++ b/exec/loader-x86.s | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | define(`CC', ` | 1 | define(`CC', ` |
| 2 | dnl') | 2 | dnl') |
| 3 | 3 | ||
| 4 | CC Copyright (C) 2023-2024 Free Software Foundation, Inc. | 4 | CC Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 5 | CC | 5 | CC |
| 6 | CC This file is part of GNU Emacs. | 6 | CC This file is part of GNU Emacs. |
| 7 | CC | 7 | CC |
diff --git a/exec/loader-x86_64.s b/exec/loader-x86_64.s index 2ef779e4504..0bd77861f46 100644 --- a/exec/loader-x86_64.s +++ b/exec/loader-x86_64.s | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | define(`CC', ` | 1 | define(`CC', ` |
| 2 | dnl') | 2 | dnl') |
| 3 | 3 | ||
| 4 | CC Copyright (C) 2023-2024 Free Software Foundation, Inc. | 4 | CC Copyright (C) 2023-2025 Free Software Foundation, Inc. |
| 5 | CC | 5 | CC |
| 6 | CC This file is part of GNU Emacs. | 6 | CC This file is part of GNU Emacs. |
| 7 | CC | 7 | CC |
diff --git a/exec/mipsel-user.h b/exec/mipsel-user.h index 04f4a2a5089..23abc82604b 100644 --- a/exec/mipsel-user.h +++ b/exec/mipsel-user.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/exec/mipsfpu.c b/exec/mipsfpu.c index 5fd81fb9237..198b24aae44 100644 --- a/exec/mipsfpu.c +++ b/exec/mipsfpu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/exec/mipsfpu.h b/exec/mipsfpu.h index 1669102942b..426e6afd27d 100644 --- a/exec/mipsfpu.h +++ b/exec/mipsfpu.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/exec/test.c b/exec/test.c index 7185c958b87..896a379db42 100644 --- a/exec/test.c +++ b/exec/test.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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/exec/trace.c b/exec/trace.c index 05d862f5b9f..1b4297e08ab 100644 --- a/exec/trace.c +++ b/exec/trace.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Program execution for Emacs. | 1 | /* Program execution 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 | ||