X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=pspp-mode.el;h=f992f25cb9ade5bcc346b8e4a28e0f1e5fb68ab9;hp=2fd5d3fc4f5d6c4f98bc35915e5d6e3168b07f20;hb=HEAD;hpb=38006c9843177b65a2ce9bee47c1a8eeb6243973 diff --git a/pspp-mode.el b/pspp-mode.el index 2fd5d3fc..f992f25c 100644 --- a/pspp-mode.el +++ b/pspp-mode.el @@ -1,7 +1,6 @@ ;;; pspp-mode-el -- Major mode for editing PSPP files ;; Copyright (C) 2005 Free Software Foundation -;; Author: John Darrington ;; Created: 05 March 2005 ;; Keywords: PSPP major-mode @@ -12,20 +11,18 @@ ;; Copyright (C) 2000, 2003 Scott Andrew Borton -;; This program 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 of -;; the License, or (at your option) any later version. - -;; This program 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 this program; if not, write to the Free -;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -;; MA 02110-1301 USA +;; This program 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. +;; +;; This program 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 this program. If not, see . ;;; Code: (defvar pspp-mode-hook nil)