From: Nick Roberts Date: Tue, 10 Jul 2007 23:30:18 +0000 (+0000) Subject: (copyright-current-gpl-version): Set to 3. X-Git-Tag: emacs-pretest-23.0.90~11962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=948d9b97fc2edc08887a6886d69891a757cdfe09;p=emacs.git (copyright-current-gpl-version): Set to 3. --- diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index ac61c5a9ada..facdf9e9aae 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -79,7 +79,7 @@ When this is `function', only ask when called non-interactively." ;; when modifying this, also modify the comment generated by autoinsert.el -(defconst copyright-current-gpl-version "2" +(defconst copyright-current-gpl-version "3" "String representing the current version of the GPL or nil.") (defvar copyright-update t)