X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/12dc447f2a94bd4523e088aec5fcc507afb8ead6..266a86bd7fedf743225c2497956b73ecb2245196:/lisp/url/url-ftp.el diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index d66f58e31b..0d7fcdac46 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el @@ -1,16 +1,16 @@ ;;; url-ftp.el --- FTP wrapper ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Keywords: comm, data, processes ;; 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 3, 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 @@ -18,9 +18,7 @@ ;; 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 . ;;; Commentary: @@ -43,5 +41,5 @@ (provide 'url-ftp) -;;; arch-tag: 9c3e70c4-350f-4d4a-bb51-a1e9b459e7dc +;; arch-tag: 9c3e70c4-350f-4d4a-bb51-a1e9b459e7dc ;;; url-ftp.el ends here