From 7fa975adbce3f2ce4ba40ea52110b992a52262b6 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 2 Jan 2025 18:32:51 +0100 Subject: Update copyright year to 2025 Run "TZ=UTC0 admin/update-copyright". --- exec/Makefile.in | 2 +- exec/config-mips.m4.in | 2 +- exec/configure.ac | 2 +- exec/deps.mk | 2 +- exec/exec.c | 2 +- exec/exec.h | 2 +- exec/exec1.c | 2 +- exec/loader-aarch64.s | 2 +- exec/loader-armeabi.s | 2 +- exec/loader-mips64el.s | 2 +- exec/loader-mipsel.s | 2 +- exec/loader-x86.s | 2 +- exec/loader-x86_64.s | 2 +- exec/mipsel-user.h | 2 +- exec/mipsfpu.c | 2 +- exec/mipsfpu.h | 2 +- exec/test.c | 2 +- exec/trace.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) (limited to 'exec') 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 @@ ### @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 bc19cba4b05..4a4bdecd810 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 cbe22d4f18c..1db066342f3 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 3ce06c35311..a193a481bc7 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 aaff9a94c62..865b59cb1ff 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 216bc88f976..fd45ee9e2e5 100644 --- a/exec/loader-x86.s +++ b/exec/loader-x86.s @@ -1,7 +1,7 @@ define(`CC', ` dnl') -CC Copyright (C) 2023-2024 Free Software Foundation, Inc. +CC Copyright (C) 2023-2025 Free Software Foundation, Inc. CC CC This file is part of GNU Emacs. 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 @@ define(`CC', ` dnl') -CC Copyright (C) 2023-2024 Free Software Foundation, Inc. +CC Copyright (C) 2023-2025 Free Software Foundation, Inc. CC CC This file is part of GNU Emacs. 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 @@ /* 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 05d862f5b9f..1b4297e08ab 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. -- cgit v1.2.1