branch: elpa/vm
commit 70a1db8b8d277e09b9f1aa9382f376678d240db6
Author: Mark Diekhans <ma...@ucsc.edu>
Commit: Mark Diekhans <ma...@ucsc.edu>

    add copyright for VM Developers to cover new development (closes #497)
---
 configure.ac                                    |  3 ++-
 contrib/org-html-mail.el                        |  1 +
 contrib/org-vm.el                               |  1 +
 contrib/vm-bogofilter.el                        |  1 +
 contrib/vm-mime-display-internal-application.el |  1 +
 contrib/vm-sumurg.el                            |  1 +
 example.vm                                      |  1 +
 info/vm-pcrisis.texinfo                         |  8 +++++---
 info/vm.texinfo                                 | 10 ++++++----
 lisp/tapestry.el                                |  1 +
 lisp/u-vm-color.el                              |  3 ++-
 lisp/vcard.el                                   |  1 +
 lisp/vm-avirtual.el                             |  1 +
 lisp/vm-biff.el                                 |  1 +
 lisp/vm-crypto.el                               |  1 +
 lisp/vm-delete.el                               |  1 +
 lisp/vm-digest.el                               |  1 +
 lisp/vm-dired.el                                |  1 +
 lisp/vm-edit.el                                 |  1 +
 lisp/vm-folder.el                               |  1 +
 lisp/vm-grepmail.el                             |  1 +
 lisp/vm-imap.el                                 |  1 +
 lisp/vm-license.el                              |  1 +
 lisp/vm-macro.el                                |  1 +
 lisp/vm-mark.el                                 |  1 +
 lisp/vm-menu.el                                 |  1 +
 lisp/vm-message-history.el                      |  1 +
 lisp/vm-message.el                              |  1 +
 lisp/vm-mime.el                                 |  2 ++
 lisp/vm-minibuf.el                              |  1 +
 lisp/vm-misc.el                                 |  1 +
 lisp/vm-motion.el                               |  1 +
 lisp/vm-mouse.el                                |  1 +
 lisp/vm-page.el                                 |  1 +
 lisp/vm-pcrisis.el                              |  5 +++--
 lisp/vm-pgg.el                                  |  1 +
 lisp/vm-pine.el                                 |  1 +
 lisp/vm-pop.el                                  |  1 +
 lisp/vm-ps-print.el                             |  1 +
 lisp/vm-reply.el                                |  2 ++
 lisp/vm-rfaddons.el                             |  1 +
 lisp/vm-save.el                                 |  1 +
 lisp/vm-search.el                               |  1 +
 lisp/vm-serial.el                               |  1 +
 lisp/vm-smime.el                                |  1 +
 lisp/vm-sort.el                                 |  1 +
 lisp/vm-summary-faces.el                        |  1 +
 lisp/vm-summary.el                              |  1 +
 lisp/vm-thread.el                               |  1 +
 lisp/vm-toolbar.el                              |  1 +
 lisp/vm-undo.el                                 |  1 +
 lisp/vm-user.el                                 |  1 +
 lisp/vm-vars.el                                 |  1 +
 lisp/vm-vcard.el                                |  1 +
 lisp/vm-version.el                              |  1 +
 lisp/vm-virtual.el                              |  1 +
 lisp/vm-w3.el                                   |  1 +
 lisp/vm-w3m.el                                  |  3 ++-
 lisp/vm-window.el                               |  1 +
 lisp/vm.el                                      |  1 +
 src/vm-mail                                     |  1 +
 61 files changed, 77 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1afbfed296..e26f37a19c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@
 
 # Copyright (C) 2006-2007  Robert Widhopf-Fenk <h...@robf.de>
 # Copyright (C) 2010       Uday S Reddy <reddyu...@launchpad.net>
+# Copyright (C) 2024-2025  The VM Developers
 
 # VM is free software; you can redistribute it and/or modify it under the
 # terms of the GNU Library General Public License as published by the Free
@@ -241,7 +242,7 @@ AC_INIT([VM],[8.3.x],[viewmail-i...@nongnu.org])
 # Version (release) number
 # Contact address
 
-AC_COPYRIGHT([Copyright (C) 2009-2010 VM Development Team 
<v...@lists.launchpad.net>])
+AC_COPYRIGHT([Copyright (C) 2024-2025 The VM Developers])
 
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_FILES([Makefile lisp/Makefile info/Makefile pixmaps/Makefile 
vm-load.el])
diff --git a/contrib/org-html-mail.el b/contrib/org-html-mail.el
index 4a09a11ee3..3fd3136243 100644
--- a/contrib/org-html-mail.el
+++ b/contrib/org-html-mail.el
@@ -1,4 +1,5 @@
 ;; Copyright © 2008  Eric Schulte  -*- lexical-binding: t; -*-
+;; Copyright © 2024-2025 The VM Developers
 ;;
 ;; WYSWYG, html mail composition using orgmode
 ;;
diff --git a/contrib/org-vm.el b/contrib/org-vm.el
index a21e24eaf1..f772d1a325 100644
--- a/contrib/org-vm.el
+++ b/contrib/org-vm.el
@@ -1,6 +1,7 @@
 ;;; org-vm.el --- Support for links to VM messages from within Org-mode  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2004-2024  Free Software Foundation, Inc.
+;; Copyright (C) 2024-2025  The VM Developers
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;        Uday S Reddy <reddyuday at launchpad dot net>
diff --git a/contrib/vm-bogofilter.el b/contrib/vm-bogofilter.el
index e2901bcea9..d975106bfa 100644
--- a/contrib/vm-bogofilter.el
+++ b/contrib/vm-bogofilter.el
@@ -3,6 +3,7 @@
 ;; An interface between the VM mail reader and the bogofilter spam filter.
 ;;
 ;; Copyright (C) 2003-2006 by Bjorn Knutsson
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Home page: http://www.cis.upenn.edu/~bjornk/
 ;;
diff --git a/contrib/vm-mime-display-internal-application.el 
b/contrib/vm-mime-display-internal-application.el
index e9caee3732..14f23cfe97 100644
--- a/contrib/vm-mime-display-internal-application.el
+++ b/contrib/vm-mime-display-internal-application.el
@@ -1,6 +1,7 @@
 ;;; vm-mime-display-internal-application.el --- Display application 
attachments  -*- lexical-binding: t; -*-
 
 ;; Copyright © 2004 Kevin Rodgers
+;; Copyright © 2024-2025 The VM Developers
 
 ;; Author: Kevin Rodgers <ihs_4...@yahoo.com>
 ;; Created: 11 Jun 2004
diff --git a/contrib/vm-sumurg.el b/contrib/vm-sumurg.el
index e2dc5bfb99..0dcbb6e511 100644
--- a/contrib/vm-sumurg.el
+++ b/contrib/vm-sumurg.el
@@ -4,6 +4,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 2011 Julian Bradfield
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Julian Bradfield
 ;; Status:      Tested for VM 8.2.x running under XEmacs
diff --git a/example.vm b/example.vm
index 575dcfc268..f7ee35f978 100644
--- a/example.vm
+++ b/example.vm
@@ -3,6 +3,7 @@
 ;;; -*- emacs-lisp -*-
 ;;;
 ;;; Copyright (C) 2007 Robert Widhopf-Fenk
+;;; Copyright (C) 2024-2025 The VM Developers
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
diff --git a/info/vm-pcrisis.texinfo b/info/vm-pcrisis.texinfo
index e602826cd9..68509d456b 100644
--- a/info/vm-pcrisis.texinfo
+++ b/info/vm-pcrisis.texinfo
@@ -21,9 +21,10 @@ mail reader VM which allows you to manage personality 
profiles
 automatically when you compose new mail messages or replies.
 
 @table @asis
-@item Copyright (C) 1999  Rob Hodges
-@item Copyright (C) 2006-2008 Robert Widhopf-Fenk
-@item Copyright (C) 2011 Uday S. Reddy
+@item Copyright @copyright{} 1999  Rob Hodges
+@item Copyright @copyright{} 2006-2008 Robert Widhopf-Fenk
+@item Copyright @copyright{} 2011 Uday S. Reddy
+@item Copyright @copyright{} 2024-2025 The VM Developers
 @end table
 
 Permission is granted to make and distribute verbatim copies of
@@ -51,6 +52,7 @@ notice identical to this one except for the removal of this 
paragraph
 Copyright @copyright{} 1999  Rob Hodges
 Copyright @copyright{} 2006-2008 Robert Widhopf-Fenk
 Copyright @copyright{} 2011 Uday S. Reddy
+Copyright @copyright{} 2024-2025 The VM Developers
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/info/vm.texinfo b/info/vm.texinfo
index 63434896a8..b5b991e0da 100644
--- a/info/vm.texinfo
+++ b/info/vm.texinfo
@@ -20,10 +20,11 @@
 @ifinfo
 This file documents the VM mail reader.
 @table @asis
-@item Copyright (C) 1989, 1991, 1999 Kyle E. Jones
-@item Copyright (C) 2003 - 2008 Robert Widhopf-Fenk
-@item Copyright (C) 2008 - 2012 Uday S. Reddy
-@end table
+@item Copyright @copyright{} 1989, 1991, 1999 Kyle E. Jones
+@item Copyright @copyright{} 2003 - 2008 Robert Widhopf-Fenk
+@item Copyright @copyright{} 2008 - 2012 Uday S. Reddy
+@item Copyright @copyright{} 2024-2025 The VM Developers
+o@end table
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -50,6 +51,7 @@ notice identical to this one except for the removal of this 
paragraph
 Copyright @copyright{} 1989, 1991, 1999, 2002, 2003 Kyle E. Jones
 Copyright @copyright{} 2003 - 2008 Robert Widhopf-Fenk
 Copyright @copyright{} 2008 - 2009 Uday S. Reddy
+Copyright @copyright{} 2024-2025 The VM Developers
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
diff --git a/lisp/tapestry.el b/lisp/tapestry.el
index 06b7cb5cf4..c5d473adde 100644
--- a/lisp/tapestry.el
+++ b/lisp/tapestry.el
@@ -3,6 +3,7 @@
 ;; This file is part of VM
 ;;
 ;; Copyright (C) 1991, 1993, 1994, 1995, 1997 Kyle E. Jones
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/u-vm-color.el b/lisp/u-vm-color.el
index 073300ae4e..73ec3b2b3e 100644
--- a/lisp/u-vm-color.el
+++ b/lisp/u-vm-color.el
@@ -2,7 +2,8 @@
 ;;
 ;; This file is an add-on for VM
 
-;;  Copyright (C) 2001-2007 by Ulf Jasper
+;; Copyright (C) 2001-2007 by Ulf Jasper
+;; Copyright (C) 2024-2025 The VM Developers
 
 ;;  Emacs Lisp Archive Entry
 ;;  Author:     Ulf Jasper <ulf.jas...@web.de>
diff --git a/lisp/vcard.el b/lisp/vcard.el
index 0467b804c8..af7af7d22f 100644
--- a/lisp/vcard.el
+++ b/lisp/vcard.el
@@ -3,6 +3,7 @@
 ;; This file is not part of VM; it is a utility used there.
 ;;
 ;; Copyright (C) 1997, 1999, 2000 Noah S. Friedman
+;; Copyright (C) 2024-2025 The VM Developers
 
 ;; Author: Noah Friedman <fried...@splode.com>
 ;; Maintainer: fried...@splode.com
diff --git a/lisp/vm-avirtual.el b/lisp/vm-avirtual.el
index 8dd0440a51..1899a4c388 100644
--- a/lisp/vm-avirtual.el
+++ b/lisp/vm-avirtual.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 2000-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Widhopf-Fenk
 ;; Status:      Tested with XEmacs 21.4.19 & VM 7.19
diff --git a/lisp/vm-biff.el b/lisp/vm-biff.el
index dd7fafc094..fd851ee5de 100644
--- a/lisp/vm-biff.el
+++ b/lisp/vm-biff.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 2001 Robert Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Fenk
 ;; Status:      Tested with XEmacs 21.4.15 & VM 7.18
diff --git a/lisp/vm-crypto.el b/lisp/vm-crypto.el
index 950d350275..2aa46b7de1 100644
--- a/lisp/vm-crypto.el
+++ b/lisp/vm-crypto.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-delete.el b/lisp/vm-delete.el
index ef886edcae..04fcdf8bbc 100644
--- a/lisp/vm-delete.el
+++ b/lisp/vm-delete.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-digest.el b/lisp/vm-digest.el
index 47d7b5df25..30c7416c23 100644
--- a/lisp/vm-digest.el
+++ b/lisp/vm-digest.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989, 1990, 1993, 1994, 1997, 2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-dired.el b/lisp/vm-dired.el
index 21db23b0d4..537e60d273 100644
--- a/lisp/vm-dired.el
+++ b/lisp/vm-dired.el
@@ -3,6 +3,7 @@
 ;; This file is part of VM
 ;;
 ;; Copyright (C) 2011 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-edit.el b/lisp/vm-edit.el
index 35181198e0..cc365b081e 100644
--- a/lisp/vm-edit.el
+++ b/lisp/vm-edit.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1990, 1991, 1993, 1994, 1997, 2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-folder.el b/lisp/vm-folder.el
index 43bf63b9ef..fd6e5d2f30 100644
--- a/lisp/vm-folder.el
+++ b/lisp/vm-folder.el
@@ -5,6 +5,7 @@
 ;; Copyright (C) 1989-2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
 ;; Copyright (C) 2008-2010 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-grepmail.el b/lisp/vm-grepmail.el
index 8f1fa3f74e..3a3dfdb515 100644
--- a/lisp/vm-grepmail.el
+++ b/lisp/vm-grepmail.el
@@ -3,6 +3,7 @@
 ;; This file is part of VM
 ;; 
 ;; Copyright (C) 2001-2005 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Widhopf-Fenk
 ;; Status:      Tested with XEmacs 21.4.15 & VM 7.19
diff --git a/lisp/vm-imap.el b/lisp/vm-imap.el
index 4db5282b89..1c9f55f28b 100644
--- a/lisp/vm-imap.el
+++ b/lisp/vm-imap.el
@@ -6,6 +6,7 @@
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
 ;; Copyright (C) 2006 Robert P. Goldman
 ;; Copyright (C) 2008-2011 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-license.el b/lisp/vm-license.el
index 06171657ec..0c3269e3e0 100644
--- a/lisp/vm-license.el
+++ b/lisp/vm-license.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989, 1994 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-macro.el b/lisp/vm-macro.el
index 8f11e6395f..c8d1d26b56 100644
--- a/lisp/vm-macro.el
+++ b/lisp/vm-macro.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-mark.el b/lisp/vm-mark.el
index 8f404103a6..427e90b536 100644
--- a/lisp/vm-mark.el
+++ b/lisp/vm-mark.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1990, 1993, 1994 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-menu.el b/lisp/vm-menu.el
index fc655e9f23..ba2be5667b 100644
--- a/lisp/vm-menu.el
+++ b/lisp/vm-menu.el
@@ -5,6 +5,7 @@
 ;; Copyright (C) 1994 Heiko Muenkel
 ;; Copyright (C) 1995, 1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;;
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/vm-message-history.el b/lisp/vm-message-history.el
index 842aac6d40..05bd09467d 100644
--- a/lisp/vm-message-history.el
+++ b/lisp/vm-message-history.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 
 ;; Copyright © 2003 Kevin Rodgers, 2008 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 
 ;; Author: Kevin Rodgers <ihs_4...@yahoo.com>
 ;; Created: 6 Oct 2003
diff --git a/lisp/vm-message.el b/lisp/vm-message.el
index fd0edecfc5..5c88edc78a 100644
--- a/lisp/vm-message.el
+++ b/lisp/vm-message.el
@@ -5,6 +5,7 @@
 ;;
 ;; Copyright (C) 1989-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-mime.el b/lisp/vm-mime.el
index 1eae230c74..343c3b03f8 100644
--- a/lisp/vm-mime.el
+++ b/lisp/vm-mime.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1997-2003 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -7738,6 +7739,7 @@ This is a destructive operation and cannot be undone!"
 ;; The following functions are taken from vm-pine.el
 ;; Copyright (C) Robert Widhopf-Fenk
 ;; Copyright (C) Uday S. Reddy, 2010-2011
+;; Copyright (C) 2024-2025 The VM Developers
 
 ;;;###autoload
 (defun vm-mime-convert-to-attachment-buttons ()
diff --git a/lisp/vm-minibuf.el b/lisp/vm-minibuf.el
index f49d7f16cf..1dbba2648b 100644
--- a/lisp/vm-minibuf.el
+++ b/lisp/vm-minibuf.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1993, 1994 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-misc.el b/lisp/vm-misc.el
index da23b4fa65..4a91c6ee05 100644
--- a/lisp/vm-misc.el
+++ b/lisp/vm-misc.el
@@ -5,6 +5,7 @@
 ;;
 ;; Copyright (C) 1989-2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-motion.el b/lisp/vm-motion.el
index 211f457ba4..2a931f4e1a 100644
--- a/lisp/vm-motion.el
+++ b/lisp/vm-motion.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-mouse.el b/lisp/vm-mouse.el
index 67b3d29f29..81cdaa728e 100644
--- a/lisp/vm-mouse.el
+++ b/lisp/vm-mouse.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1995-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-page.el b/lisp/vm-page.el
index 37496d6146..130de09ca8 100644
--- a/lisp/vm-page.el
+++ b/lisp/vm-page.el
@@ -4,6 +4,7 @@
 ;
 ;; Copyright (C) 1989-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-pcrisis.el b/lisp/vm-pcrisis.el
index 484dcb3b20..793c1c68d2 100644
--- a/lisp/vm-pcrisis.el
+++ b/lisp/vm-pcrisis.el
@@ -3,8 +3,9 @@
 ;; This file is an add-on for VM
 ;;
 ;; Copyright (C) 1999 Rob Hodges,
-;;               2006 Robert Widhopf, Robert P. Goldman
-;;              2011-2012 Uday S. Reddy
+;; Copyright (C) 2006 Robert Widhopf, Robert P. Goldman
+;; Copyright (C) 2011-2012 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Package: Personality Crisis for VM
 ;; Author: Rob Hodges
diff --git a/lisp/vm-pgg.el b/lisp/vm-pgg.el
index 6e26cb1f94..a3f66d7c81 100644
--- a/lisp/vm-pgg.el
+++ b/lisp/vm-pgg.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Widhopf-Fenk, Jens Gustedt
 ;; Status:      Tested with XEmacs 21.4.19 & VM 7.19
diff --git a/lisp/vm-pine.el b/lisp/vm-pine.el
index 56ff9f49dd..e734a5e9ab 100644
--- a/lisp/vm-pine.el
+++ b/lisp/vm-pine.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 1998-2006 Robert Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Fenk
 ;; Status:      Tested with XEmacs 21.4.19 & VM 7.19
diff --git a/lisp/vm-pop.el b/lisp/vm-pop.el
index 9a97112f49..5ea662ef94 100644
--- a/lisp/vm-pop.el
+++ b/lisp/vm-pop.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1993, 1994, 1997, 1998 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-ps-print.el b/lisp/vm-ps-print.el
index 7e4f321c3a..5cf909c331 100644
--- a/lisp/vm-ps-print.el
+++ b/lisp/vm-ps-print.el
@@ -3,6 +3,7 @@
 ;; This file is part of VM
 ;;
 ;; Copyright (C) 1999 Robert Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:     Robert Fenk
 ;; Status:     Tested with XEmacs 21.4.15 & VM 7.18
diff --git a/lisp/vm-reply.el b/lisp/vm-reply.el
index 7eeacaf085..e6489fc0ca 100644
--- a/lisp/vm-reply.el
+++ b/lisp/vm-reply.el
@@ -4,6 +4,8 @@
 ;;
 ;; Copyright (C) 1989-2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-rfaddons.el b/lisp/vm-rfaddons.el
index b57c268058..b4b4224ae9 100644
--- a/lisp/vm-rfaddons.el
+++ b/lisp/vm-rfaddons.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 1999-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Widhopf-Fenk
 ;; Status:      Integrated into View Mail (aka VM), 8.0.x
diff --git a/lisp/vm-save.el b/lisp/vm-save.el
index 9856010a94..5fb7b40dce 100644
--- a/lisp/vm-save.el
+++ b/lisp/vm-save.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989, 1990, 1993, 1994 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-search.el b/lisp/vm-search.el
index b34ef2e1a4..7a9d480b74 100644
--- a/lisp/vm-search.el
+++ b/lisp/vm-search.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1994 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-serial.el b/lisp/vm-serial.el
index 39fea3102f..a0702666ef 100644
--- a/lisp/vm-serial.el
+++ b/lisp/vm-serial.el
@@ -4,6 +4,7 @@
 ;; This file is an add-on for VM
 ;; 
 ;; Copyright (C) 2000-2005 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Widhopf-Fenk
 ;; Status:      Tested with XEmacs 21.4.15 & VM 7.19
diff --git a/lisp/vm-smime.el b/lisp/vm-smime.el
index ceeac84d5d..63724a5982 100644
--- a/lisp/vm-smime.el
+++ b/lisp/vm-smime.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 2012 Arik Mitschang
 ;; Copyright (C) 2012 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-sort.el b/lisp/vm-sort.el
index c50ad2421a..fc08ba12b5 100644
--- a/lisp/vm-sort.el
+++ b/lisp/vm-sort.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1993, 1994 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-summary-faces.el b/lisp/vm-summary-faces.el
index 005f062f30..7c303b25a5 100644
--- a/lisp/vm-summary-faces.el
+++ b/lisp/vm-summary-faces.el
@@ -4,6 +4,7 @@
 ;; 
 ;; Copyright (C) 2001 Robert Fenk
 ;; Copyright (C) 2010 Uday S Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Author:      Robert Fenk
 ;; Status:      Tested with XEmacs 21.4.15 & VM 7.18
diff --git a/lisp/vm-summary.el b/lisp/vm-summary.el
index 4af9b4943f..e5ddab98c6 100644
--- a/lisp/vm-summary.el
+++ b/lisp/vm-summary.el
@@ -6,6 +6,7 @@
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
 ;; Copyright (C) 2009-2010 Uday S Reddy
 ;; Copyright (C) 2010 Arik Mitschang
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-thread.el b/lisp/vm-thread.el
index d57e42b285..a3193ca283 100644
--- a/lisp/vm-thread.el
+++ b/lisp/vm-thread.el
@@ -5,6 +5,7 @@
 ;; Copyright (C) 1994, 2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
 ;; Copyright (C) 2010 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-toolbar.el b/lisp/vm-toolbar.el
index c385603430..5555b21b6f 100644
--- a/lisp/vm-toolbar.el
+++ b/lisp/vm-toolbar.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1995-1997, 2000, 2001 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-undo.el b/lisp/vm-undo.el
index 77ae9d4b50..00e5d56eff 100644
--- a/lisp/vm-undo.el
+++ b/lisp/vm-undo.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989-1995 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-user.el b/lisp/vm-user.el
index a196c1db01..59bff21b41 100644
--- a/lisp/vm-user.el
+++ b/lisp/vm-user.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-vars.el b/lisp/vm-vars.el
index f3098f8a76..464fe04974 100644
--- a/lisp/vm-vars.el
+++ b/lisp/vm-vars.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989-2003 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-vcard.el b/lisp/vm-vcard.el
index 5f3034fc31..c71576037b 100644
--- a/lisp/vm-vcard.el
+++ b/lisp/vm-vcard.el
@@ -3,6 +3,7 @@
 ;; This file is an add-on for VM
 
 ;; Copyright (C) 1997, 2000 Noah S. Friedman
+;; Copyright (C) 2024-2025 The VM Developers
 
 ;; Author: Noah Friedman <fried...@splode.com>
 ;; Maintainer: fried...@splode.com
diff --git a/lisp/vm-version.el b/lisp/vm-version.el
index 992a749526..0fece92b4f 100644
--- a/lisp/vm-version.el
+++ b/lisp/vm-version.el
@@ -2,6 +2,7 @@
 ;;
 ;; Copyright (C) Kyle E. Jones, Robert Widhopf-Fenk
 ;; Copyright (C) 2003-2007 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-virtual.el b/lisp/vm-virtual.el
index 7ed702706f..d795110e6b 100644
--- a/lisp/vm-virtual.el
+++ b/lisp/vm-virtual.el
@@ -5,6 +5,7 @@
 ;; Copyright (C) 1990-1997 Kyle E. Jones
 ;; Copyright (C) 2000-2006 Robert Widhopf-Fenk
 ;; Copyright (C) 2011 Uday S. Reddy
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-w3.el b/lisp/vm-w3.el
index 4a9c816585..a59bf8d017 100644
--- a/lisp/vm-w3.el
+++ b/lisp/vm-w3.el
@@ -3,6 +3,7 @@
 ;; This file is part of VM
 ;;
 ;; Copyright (C) 2008 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-w3m.el b/lisp/vm-w3m.el
index 497206b46e..9ac63233c0 100644
--- a/lisp/vm-w3m.el
+++ b/lisp/vm-w3m.el
@@ -3,7 +3,8 @@
 ;; This file is part of VM
 ;;
 ;; Copyright (C) 2003, 2005, 2006 Katsumi Yamaoka,
-;; Copyright (C)             2007 Robert Widhopf-Fenk
+;; Copyright (C) 2007 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm-window.el b/lisp/vm-window.el
index 42e13f9e78..473e086a73 100644
--- a/lisp/vm-window.el
+++ b/lisp/vm-window.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1989-1997 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lisp/vm.el b/lisp/vm.el
index 64d0d6f9dd..f80436248f 100644
--- a/lisp/vm.el
+++ b/lisp/vm.el
@@ -4,6 +4,7 @@
 ;;
 ;; Copyright (C) 1994-1998, 2003 Kyle E. Jones
 ;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
+;; Copyright (C) 2024-2025 The VM Developers
 ;;
 ;; Version: 8.3.0snapshot
 ;; Maintainer: viewmail-i...@nongnu.org
diff --git a/src/vm-mail b/src/vm-mail
index a6fc6ef185..f4e29b5f71 100755
--- a/src/vm-mail
+++ b/src/vm-mail
@@ -2,6 +2,7 @@
 # -*- shell-script -*-
 
 # Copyright (C) 2006 Robert Widhopf-Fenk
+# Copyright (C) 2024-2025 The VM Developers
 #
 # Author:      Robert Widhopf-Fenk
 # Status:      Tested with XEmacs 21.4.19 & VM 7.19

Reply via email to