aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorStefan Kangas2025-01-02 18:32:51 +0100
committerStefan Kangas2025-01-02 18:39:42 +0100
commit7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch)
tree98080d2e47eb14293bd131fe22e04f050759ff6f /exec
parentafe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff)
downloademacs-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.in2
-rw-r--r--exec/config-mips.m4.in2
-rw-r--r--exec/configure.ac2
-rw-r--r--exec/deps.mk2
-rw-r--r--exec/exec.c2
-rw-r--r--exec/exec.h2
-rw-r--r--exec/exec1.c2
-rw-r--r--exec/loader-aarch64.s2
-rw-r--r--exec/loader-armeabi.s2
-rw-r--r--exec/loader-mips64el.s2
-rw-r--r--exec/loader-mipsel.s2
-rw-r--r--exec/loader-x86.s2
-rw-r--r--exec/loader-x86_64.s2
-rw-r--r--exec/mipsel-user.h2
-rw-r--r--exec/mipsfpu.c2
-rw-r--r--exec/mipsfpu.h2
-rw-r--r--exec/test.c2
-rw-r--r--exec/trace.c2
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 @@
1dnl Assembler templates for MIPS computers. 1dnl Assembler templates for MIPS computers.
2dnl 2dnl
3dnl Copyright (C) 2023-2024 Free Software Foundation, Inc. 3dnl Copyright (C) 2023-2025 Free Software Foundation, Inc.
4dnl 4dnl
5dnl This file is part of GNU Emacs. 5dnl This file is part of GNU Emacs.
6dnl 6dnl
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
4dnl in the directory containing this script. 4dnl in the directory containing this script.
5dnl If you changed any AC_DEFINES, also run autoheader. 5dnl If you changed any AC_DEFINES, also run autoheader.
6dnl 6dnl
7dnl Copyright (C) 2023-2024 Free Software Foundation, Inc. 7dnl Copyright (C) 2023-2025 Free Software Foundation, Inc.
8dnl 8dnl
9dnl This file is part of GNU Emacs. 9dnl This file is part of GNU Emacs.
10dnl 10dnl
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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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 @@
1define(`CC', ` 1define(`CC', `
2dnl') 2dnl')
3 3
4CC Copyright (C) 2023-2024 Free Software Foundation, Inc. 4CC Copyright (C) 2023-2025 Free Software Foundation, Inc.
5CC 5CC
6CC This file is part of GNU Emacs. 6CC This file is part of GNU Emacs.
7CC 7CC
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 @@
1define(`CC', ` 1define(`CC', `
2dnl') 2dnl')
3 3
4CC Copyright (C) 2023-2024 Free Software Foundation, Inc. 4CC Copyright (C) 2023-2025 Free Software Foundation, Inc.
5CC 5CC
6CC This file is part of GNU Emacs. 6CC This file is part of GNU Emacs.
7CC 7CC
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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
3Copyright (C) 2023-2024 Free Software Foundation, Inc. 3Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6