Variable: copyright-query
copyright-query is a customizable variable defined in copyright.el.gz.
Value
function
Documentation
If non-nil, ask user before changing copyright.
When this is function, only ask when called non-interactively.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/copyright.el.gz
;;;###autoload(put 'copyright-year-ranges 'safe-local-variable 'booleanp)
(defcustom copyright-query 'function
"If non-nil, ask user before changing copyright.
When this is `function', only ask when called non-interactively."
:type '(choice (const :tag "Do not ask")
(const :tag "Ask unless interactive" function)
(other :tag "Ask" t)))