From 09268a54ae6f690d0fcfbf8aeb02710b14248d6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:45 -0300 Subject: [PATCH] Copyright information update --- lisp/progmodes/python.el | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2da5337b8c5..c41d99bdf81 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1,28 +1,28 @@ ;;; python.el --- Python's flying circus support for Emacs -;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. ;; Author: Fabián E. Gallina ;; URL: https://github.com/fgallina/python.el -;; Version: 0.23.1 +;; Version: 0.24.2 ;; Maintainer: FSF ;; Created: Jul 2010 ;; Keywords: languages -;; This file is NOT part of GNU Emacs. +;; This file is part of GNU Emacs. -;; python.el 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 3 of the License, or -;; (at your option) any later version. +;; 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 3 of the License, +;; or (at your option) any later version. -;; python.el is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. +;; GNU Emacs is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with python.el. If not, see . +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -30,10 +30,6 @@ ;; indentation bits extracted from original Dave Love's python.el ;; found in GNU/Emacs. -;; While it probably has less features than Dave Love's python.el and -;; PSF's python-mode.el it provides the main stuff you'll need while -;; keeping it simple :) - ;; Implements Syntax highlighting, Indentation, Movement, Shell ;; interaction, Shell completion, Shell virtualenv support, Pdb ;; tracking, Symbol completion, Skeletons, FFAP, Code Check, Eldoc, -- 2.39.2