Variable: copyright-limit
copyright-limit is a customizable variable defined in copyright.el.gz.
Value
2000
Documentation
Don't try to update copyright beyond this position unless interactive.
A value of nil means to search whole buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/copyright.el.gz
(defcustom copyright-limit 2000
"Don't try to update copyright beyond this position unless interactive.
A value of nil means to search whole buffer."
:type '(choice (integer :tag "Limit")
(const :tag "No limit")))