diff options
author | Po Lu <luangruo@yahoo.com> | 2024-01-02 09:47:10 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2024-01-02 09:47:10 +0800 |
commit | 8e1c56ae46754dd7baedff49a464f078f0e9912d (patch) | |
tree | 2181ad80108b88c975be1967d292c26d388ba354 /lisp/mh-e | |
parent | 3204825f56040df0a783de4fc99052eabb62b84b (diff) | |
download | emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.tar.gz emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.tar.bz2 emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.zip |
; Add 2024 to copyright years
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog.2 | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-acros.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-alias.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-buffers.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-comp.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-e.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-folder.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-gnus.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-identity.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-inc.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-junk.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-letter.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-limit.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-mime.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-print.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-scan.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-search.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-seq.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-show.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-speed.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-thread.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-tool-bar.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-utils.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-xface.el | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 011ed123986..10a19fdc49f 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 @@ -11419,7 +11419,7 @@ (dist): Leave release in current directory. - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lisp/mh-e/ChangeLog.2 b/lisp/mh-e/ChangeLog.2 index d4f650be5f4..e632bcf1858 100644 --- a/lisp/mh-e/ChangeLog.2 +++ b/lisp/mh-e/ChangeLog.2 @@ -3673,7 +3673,7 @@ See ChangeLog.1 for earlier changes. - Copyright (C) 2005-2023 Free Software Foundation, Inc. + Copyright (C) 2005-2024 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index 3981bb7f709..3942783ec5a 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el @@ -1,6 +1,6 @@ ;;; mh-acros.el --- macros used in MH-E -*- lexical-binding: t; -*- -;; Copyright (C) 2004, 2006-2023 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2006-2024 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 2b567411e0f..023bccad71a 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el @@ -1,6 +1,6 @@ ;;; mh-alias.el --- MH-E mail alias completion and expansion -*- lexical-binding: t; -*- -;; Copyright (C) 1994-1997, 2001-2023 Free Software Foundation, Inc. +;; Copyright (C) 1994-1997, 2001-2024 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-buffers.el b/lisp/mh-e/mh-buffers.el index b0f2e1963d6..e757f330675 100644 --- a/lisp/mh-e/mh-buffers.el +++ b/lisp/mh-e/mh-buffers.el @@ -1,6 +1,6 @@ ;;; mh-buffers.el --- MH-E buffer constants and utilities -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2024 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 0d1dcdf626a..df2ca6ebd08 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el @@ -1,6 +1,6 @@ ;;; mh-comp.el --- MH-E functions for composing and sending messages -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2024 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 34c809a5ecd..1a535620602 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -1,6 +1,6 @@ ;;; mh-e.el --- GNU Emacs interface to the MH mail system -*- lexical-binding: t; -*- -;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2023 Free +;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2024 Free ;; Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index dbed3c83994..4c29929e5bb 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el @@ -1,6 +1,6 @@ ;;; mh-folder.el --- MH-Folder mode -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index df128c8f709..2684722eb26 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -1,6 +1,6 @@ ;;; mh-funcs.el --- MH-E functions not everyone will use right away -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2024 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-gnus.el b/lisp/mh-e/mh-gnus.el index 4bc7119cb80..2053dcc708a 100644 --- a/lisp/mh-e/mh-gnus.el +++ b/lisp/mh-e/mh-gnus.el @@ -1,6 +1,6 @@ ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2004, 2006-2023 Free Software Foundation, Inc. +;; Copyright (C) 2003-2004, 2006-2024 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 502036f78b7..9221d399b5a 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el @@ -1,6 +1,6 @@ ;;; mh-identity.el --- multiple identify support for MH-E -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2023 Free Software Foundation, Inc. +;; Copyright (C) 2002-2024 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index e4e88b36e3d..acb0474a8f9 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el @@ -1,6 +1,6 @@ ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2004, 2006-2023 Free Software Foundation, Inc. +;; Copyright (C) 2003-2004, 2006-2024 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index c01ecc69285..9eb4f8d500c 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -1,6 +1,6 @@ ;;; mh-junk.el --- MH-E interface to anti-spam measures -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2023 Free Software Foundation, Inc. +;; Copyright (C) 2003-2024 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, ;; Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index f75e2b9b80d..8e0241f345e 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el @@ -1,6 +1,6 @@ ;;; mh-letter.el --- MH-Letter mode -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2024 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el index 845b6f99cf7..7af7f768b60 100644 --- a/lisp/mh-e/mh-limit.el +++ b/lisp/mh-e/mh-limit.el @@ -1,6 +1,6 @@ ;;; mh-limit.el --- MH-E display limits -*- lexical-binding: t; -*- -;; Copyright (C) 2001-2003, 2006-2023 Free Software Foundation, Inc. +;; Copyright (C) 2001-2003, 2006-2024 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Keywords: mail diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 6c498d8df71..347500f1135 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -1,6 +1,6 @@ ;;; mh-mime.el --- MH-E MIME support -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2024 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index 76116010b33..9253587ae2c 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el @@ -1,6 +1,6 @@ ;;; mh-print.el --- MH-E printing support -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2023 Free Software Foundation, Inc. +;; Copyright (C) 2003-2024 Free Software Foundation, Inc. ;; Author: Jeffrey C Honig <jch@honig.net> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index d0a279eac97..b076ff5dbec 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el @@ -1,6 +1,6 @@ ;;; mh-scan.el --- MH-E scan line constants and utilities -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2024 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 63b4304985c..f475973631c 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el @@ -1,6 +1,6 @@ ;;; mh-search.el --- MH-Search mode -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2024 Free Software Foundation, Inc. ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index f5716fe968f..0251d4875d4 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el @@ -1,6 +1,6 @@ ;;; mh-seq.el --- MH-E sequences support -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2024 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 54d986edc1e..b3e9e7ca934 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el @@ -1,6 +1,6 @@ ;;; mh-show.el --- MH-Show mode -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2024 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el index 0258f0b3939..5b5ad48a291 100644 --- a/lisp/mh-e/mh-speed.el +++ b/lisp/mh-e/mh-speed.el @@ -1,6 +1,6 @@ ;;; mh-speed.el --- MH-E speedbar support -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2023 Free Software Foundation, Inc. +;; Copyright (C) 2002-2024 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 980a6a38902..8119de486a1 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el @@ -1,6 +1,6 @@ ;;; mh-thread.el --- MH-E threading support -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2004, 2006-2023 Free Software Foundation, Inc. +;; Copyright (C) 2002-2004, 2006-2024 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index c0fadc66096..580faf7c5df 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el @@ -1,6 +1,6 @@ ;;; mh-tool-bar.el --- MH-E tool bar support -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index 6f84fcdb2ba..7943879d887 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -1,6 +1,6 @@ ;;; mh-utils.el --- MH-E general utilities -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2024 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el index 06233b1b217..83269146c41 100644 --- a/lisp/mh-e/mh-xface.el +++ b/lisp/mh-e/mh-xface.el @@ -1,6 +1,6 @@ ;;; mh-xface.el --- MH-E X-Face and Face header field display -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail |