X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8c406a9bc42ee77fcbbb4201fe8bda855eafd832..4f9d7df139695e97cd1772d41940500480585df7:/lisp/net/tramp-uu.el diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index 9973860efa..318e26f891 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el @@ -1,25 +1,25 @@ -;;; -*- coding: iso-2022-7bit; -*- ;;; tramp-uu.el --- uuencode in Lisp -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008 Free Software Foundation, Inc. -;; Author: Kai Gro,A_(Bjohann +;; Author: Kai Großjohann ;; Keywords: comm, terminals -;; This file is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; 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 +;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; This file is distributed in the hope that it will be useful, +;; 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 GNU Emacs; see the file COPYING. If not, see -;; . +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -88,5 +88,10 @@ (provide 'tramp-uu) -;;; arch-tag: 7153f2c6-8be5-4cd2-8c06-0fbcf5190ef6 +;; arch-tag: 7153f2c6-8be5-4cd2-8c06-0fbcf5190ef6 ;;; tramp-uu.el ends here + +;; Local Variables: +;; mode: Emacs-Lisp +;; coding: utf-8 +;; End: