Mercurial > emacs
changeset 78218:ac0efac52065
Switch license to GPLv3 or later.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 25 Jul 2007 04:10:52 +0000 |
parents | 935157c0b596 |
children | 85d67fae9a94 |
files | lisp/emulation/crisp.el lisp/emulation/cua-base.el lisp/emulation/cua-gmrk.el lisp/emulation/cua-rect.el lisp/emulation/edt-lk201.el lisp/emulation/edt-mapper.el lisp/emulation/edt-pc.el lisp/emulation/edt-vt100.el lisp/emulation/edt.el lisp/emulation/keypad.el lisp/emulation/pc-mode.el lisp/emulation/pc-select.el lisp/emulation/tpu-edt.el lisp/emulation/tpu-extras.el lisp/emulation/tpu-mapper.el lisp/emulation/vip.el lisp/emulation/viper-cmd.el lisp/emulation/viper-ex.el lisp/emulation/viper-init.el lisp/emulation/viper-keym.el lisp/emulation/viper-macs.el lisp/emulation/viper-mous.el lisp/emulation/viper-util.el lisp/emulation/viper.el lisp/emulation/ws-mode.el |
diffstat | 25 files changed, 25 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/crisp.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/crisp.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/cua-base.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/cua-base.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/cua-gmrk.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/cua-gmrk.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/cua-rect.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/cua-rect.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/edt-lk201.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/edt-lk201.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/edt-mapper.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/edt-mapper.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/edt-pc.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/edt-pc.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/edt-vt100.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/edt-vt100.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/edt.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/edt.el Wed Jul 25 04:10:52 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 +;; by 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, but
--- a/lisp/emulation/keypad.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/keypad.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/pc-mode.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/pc-mode.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/pc-select.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/pc-select.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/tpu-edt.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/tpu-edt.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/tpu-extras.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/tpu-extras.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/tpu-mapper.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/tpu-mapper.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/vip.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/vip.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-cmd.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-cmd.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-ex.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-ex.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-init.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-init.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-keym.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-keym.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-macs.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-macs.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-mous.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-mous.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper-util.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper-util.el Wed Jul 25 04:10:52 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,
--- a/lisp/emulation/viper.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/viper.el Wed Jul 25 04:10:52 2007 +0000 @@ -16,7 +16,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,
--- a/lisp/emulation/ws-mode.el Wed Jul 25 04:09:49 2007 +0000 +++ b/lisp/emulation/ws-mode.el Wed Jul 25 04:10:52 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,