Variable: copyright-names-regexp
copyright-names-regexp is a customizable variable defined in
copyright.el.gz.
Value
""
Documentation
Regexp matching the names which correspond to the user.
Only copyright lines where the name matches this regexp will be updated. This allows you to avoid adding years to a copyright notice belonging to someone else or to a group for which you do not work.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/copyright.el.gz
(defcustom copyright-names-regexp ""
"Regexp matching the names which correspond to the user.
Only copyright lines where the name matches this regexp will be updated.
This allows you to avoid adding years to a copyright notice belonging to
someone else or to a group for which you do not work."
:type 'regexp)