]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/uncompress.el
Switch to recommended form of GPLv3 permissions notice.
[gnu-emacs] / lisp / obsolete / uncompress.el
index 92eb5fae44175ca49a381665970843209072a8a1..2304ee508890beed33f5df8c1c95bae3cee40b8b 100644 (file)
@@ -1,17 +1,17 @@
 ;;; uncompress.el --- auto-decompression hook for visiting .Z files
 
 ;; Copyright (C) 1992, 1994, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: files
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; 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)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
+;; This file has been obsolete since Emacs 21.1.
+
 ;; This package can be used to arrange for automatic uncompress of
 ;; compressed files when they are visited.
 ;; All that's necessary is to load it.  This can conveniently be done from
@@ -111,5 +111,5 @@ It then selects a major mode from the uncompressed file name and contents."
 
 (provide 'uncompress)
 
-;;; arch-tag: 626658d4-fcce-499a-990d-d165f2ed7da3
+;; arch-tag: 626658d4-fcce-499a-990d-d165f2ed7da3
 ;;; uncompress.el ends here