]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update copyright years in more files
authorPo Lu <luangruo@yahoo.com>
Tue, 2 Jan 2024 02:31:42 +0000 (10:31 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 08:50:39 +0000 (09:50 +0100)
(cherry picked from commit d2528f5c0f90a6c36ad270d8f9fb1b92042db721)

admin/notes/years
exec/configure.ac

index 113e6608d3f0207b8525aab7e79f1639508adbd8..0510cb24b81d1dd4116336954b2dfd6407695a9d 100644 (file)
@@ -24,6 +24,8 @@ A few known problems with the build-aux/update-copyright script:
   . several README and XPM files under etc/images/, and also
     etc/refcards/README, msdos/README, and nt/icons/README aren't
     updated either
+  - the copyright notice for headers generated by exec/configure.ac is
+    not updated as the file already bears a notice above it
 
 These files need to be updated by hand.
 
index 594e82ce6245931960a120e898f27b4e31fbd08d..9008c84f6a69c8a02734d1175c736206b994eaf7 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ([2.65])
 AC_INIT([libexec], [30.0.50], [bug-gnu-emacs@gnu.org], [],
   [https://www.gnu.org/software/emacs/])
 
-AH_TOP([/* Copyright (C) 2023 Free Software Foundation, Inc.
+AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.