From c17cf5b43df8ac4662a0580f85898e1f078df0d1 Mon Sep 17 00:00:00 2001 From: Ian Eure Date: Tue, 4 Sep 2012 13:42:03 -0700 Subject: [PATCH] ELPAnize, update headers & copyright, add myself to authors, add version. --- ssh.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ssh.el b/ssh.el index bc33504..26848d7 100644 --- a/ssh.el +++ b/ssh.el @@ -1,14 +1,15 @@ -;;; ssh.el --- remote login interface +;;; ssh.el --- Support for remote logins using ssh. -;; Copyright (C) 1996, 97, 98, 2001 Noah S. Friedman +;; Copyright (C) 1996, 97, 98, 2001, Noah S. Friedman +;; Copyright (C) 2010-2012, Ian Eure ;; Author: Noah Friedman +;; Maintainer: Ian Eure ;; Maintainer: friedman@splode.com +;; Version: 1.2 ;; Keywords: unix, comm ;; Created: 1996-07-03 -;; $Id: ssh.el,v 1.1 2005/10/18 08:31:33 davidswelt Exp $ - ;; 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, or (at your option)