# HG changeset patch # User Glenn Morris # Date 1185336589 0 # Node ID 935157c0b596cbec43ad25fd5353e4ea7fc58bef # Parent 93e11478c9543025cb914eaaa80b53b03c5b4180 Switch license to GPLv3 or later. diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/advice.el --- a/lisp/emacs-lisp/advice.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/advice.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/assoc.el --- a/lisp/emacs-lisp/assoc.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/assoc.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/authors.el --- a/lisp/emacs-lisp/authors.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/authors.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/autoload.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/backquote.el --- a/lisp/emacs-lisp/backquote.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/backquote.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/benchmark.el --- a/lisp/emacs-lisp/benchmark.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/benchmark.el Wed Jul 25 04:09:49 2007 +0000 @@ -7,7 +7,7 @@ ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; This file is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/bindat.el --- a/lisp/emacs-lisp/bindat.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/bindat.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/byte-opt.el --- a/lisp/emacs-lisp/byte-opt.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/byte-run.el --- a/lisp/emacs-lisp/byte-run.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/byte-run.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/checkdoc.el --- a/lisp/emacs-lisp/checkdoc.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl-compat.el --- a/lisp/emacs-lisp/cl-compat.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl-compat.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl-extra.el --- a/lisp/emacs-lisp/cl-extra.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl-indent.el --- a/lisp/emacs-lisp/cl-indent.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl-macs.el --- a/lisp/emacs-lisp/cl-macs.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl-seq.el --- a/lisp/emacs-lisp/cl-seq.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl-specs.el --- a/lisp/emacs-lisp/cl-specs.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Wed Jul 25 04:09:49 2007 +0000 @@ -13,7 +13,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cl.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/copyright.el --- a/lisp/emacs-lisp/copyright.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/copyright.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/crm.el --- a/lisp/emacs-lisp/crm.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/crm.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/cust-print.el --- a/lisp/emacs-lisp/cust-print.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/cust-print.el Wed Jul 25 04:09:49 2007 +0000 @@ -15,7 +15,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/debug.el --- a/lisp/emacs-lisp/debug.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/debug.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/derived.el --- a/lisp/emacs-lisp/derived.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/derived.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/disass.el --- a/lisp/emacs-lisp/disass.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/disass.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/easy-mmode.el --- a/lisp/emacs-lisp/easy-mmode.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/easymenu.el --- a/lisp/emacs-lisp/easymenu.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/easymenu.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/edebug.el --- a/lisp/emacs-lisp/edebug.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/edebug.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/eldoc.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/elint.el --- a/lisp/emacs-lisp/elint.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/elint.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/elp.el --- a/lisp/emacs-lisp/elp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/elp.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/ewoc.el --- a/lisp/emacs-lisp/ewoc.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/ewoc.el Wed Jul 25 04:09:49 2007 +0000 @@ -13,7 +13,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/find-func.el --- a/lisp/emacs-lisp/find-func.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/find-func.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/find-gc.el --- a/lisp/emacs-lisp/find-gc.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/find-gc.el Wed Jul 25 04:09:49 2007 +0000 @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/float-sup.el --- a/lisp/emacs-lisp/float-sup.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/float-sup.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/generic.el --- a/lisp/emacs-lisp/generic.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/generic.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/gulp.el --- a/lisp/emacs-lisp/gulp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/gulp.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/helper.el --- a/lisp/emacs-lisp/helper.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/helper.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/levents.el --- a/lisp/emacs-lisp/levents.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/levents.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/lisp-mnt.el --- a/lisp/emacs-lisp/lisp-mnt.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Wed Jul 25 04:09:49 2007 +0000 @@ -13,7 +13,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/lisp.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/lmenu.el --- a/lisp/emacs-lisp/lmenu.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/lmenu.el Wed Jul 25 04:09:49 2007 +0000 @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/lselect.el --- a/lisp/emacs-lisp/lselect.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/lselect.el Wed Jul 25 04:09:49 2007 +0000 @@ -13,7 +13,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/lucid.el --- a/lisp/emacs-lisp/lucid.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/lucid.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/macroexp.el --- a/lisp/emacs-lisp/macroexp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/macroexp.el Wed Jul 25 04:09:49 2007 +0000 @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/map-ynp.el --- a/lisp/emacs-lisp/map-ynp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/map-ynp.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/pp.el --- a/lisp/emacs-lisp/pp.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/pp.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/re-builder.el --- a/lisp/emacs-lisp/re-builder.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/re-builder.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/regexp-opt.el --- a/lisp/emacs-lisp/regexp-opt.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/regexp-opt.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/regi.el --- a/lisp/emacs-lisp/regi.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/regi.el Wed Jul 25 04:09:49 2007 +0000 @@ -14,7 +14,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/ring.el --- a/lisp/emacs-lisp/ring.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/ring.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/rx.el --- a/lisp/emacs-lisp/rx.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/rx.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/shadow.el --- a/lisp/emacs-lisp/shadow.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/shadow.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/sregex.el --- a/lisp/emacs-lisp/sregex.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/sregex.el Wed Jul 25 04:09:49 2007 +0000 @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/syntax.el --- a/lisp/emacs-lisp/syntax.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/syntax.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/tcover-ses.el --- a/lisp/emacs-lisp/tcover-ses.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/tcover-ses.el Wed Jul 25 04:09:49 2007 +0000 @@ -8,7 +8,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/tcover-unsafep.el --- a/lisp/emacs-lisp/tcover-unsafep.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/tcover-unsafep.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/testcover.el --- a/lisp/emacs-lisp/testcover.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/testcover.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/timer.el --- a/lisp/emacs-lisp/timer.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/timer.el Wed Jul 25 04:09:49 2007 +0000 @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/tq.el --- a/lisp/emacs-lisp/tq.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/tq.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/trace.el --- a/lisp/emacs-lisp/trace.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/trace.el Wed Jul 25 04:09:49 2007 +0000 @@ -12,7 +12,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/unsafep.el --- a/lisp/emacs-lisp/unsafep.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/unsafep.el Wed Jul 25 04:09:49 2007 +0000 @@ -10,7 +10,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, diff -r 93e11478c954 -r 935157c0b596 lisp/emacs-lisp/warnings.el --- a/lisp/emacs-lisp/warnings.el Wed Jul 25 03:51:22 2007 +0000 +++ b/lisp/emacs-lisp/warnings.el Wed Jul 25 04:09:49 2007 +0000 @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful,