diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-07-11 01:52:25 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-07-11 01:52:25 +0000 |
commit | fec50ededb0da99b2984b04188f02b98f1c75f2a (patch) | |
tree | e23250eaae8d53fa2ebc5159afbd82d89ce323fa /lisp | |
parent | d7f5fd0778c2603d2e4903c76f2328379cd81fd7 (diff) | |
download | emacs-fec50ededb0da99b2984b04188f02b98f1c75f2a.tar.gz emacs-fec50ededb0da99b2984b04188f02b98f1c75f2a.tar.bz2 emacs-fec50ededb0da99b2984b04188f02b98f1c75f2a.zip |
(copyright-current-gpl-version): Set to 3.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 5f5aecea97a..dd01e7a448d 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -72,7 +72,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) |