diff options
| author | Glenn Morris | 2007-07-25 04:29:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-07-25 04:29:40 +0000 |
| commit | 1a484753b2d5cc6c26a27ef7c2f913eca4db873c (patch) | |
| tree | eb89c80cd4fb1cb7f63e75493bca10f341956e83 /lisp/progmodes/python.el | |
| parent | fff2683baaeab284b89bfe54b8b57fc1a18c177c (diff) | |
| download | emacs-1a484753b2d5cc6c26a27ef7c2f913eca4db873c.tar.gz emacs-1a484753b2d5cc6c26a27ef7c2f913eca4db873c.zip | |
Switch license to GPLv3 or later.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index cc8c44a4676..1a84d461dba 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 13 | ;; it under the terms of the GNU General Public License as published by | 13 | ;; it under the terms of the GNU General Public License as published by |
| 14 | ;; the Free Software Foundation; either version 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; any later version. |
| 16 | 16 | ||
| 17 | ;; GNU Emacs is distributed in the hope that it will be useful, | 17 | ;; GNU Emacs is distributed in the hope that it will be useful, |