From a5180750f7ab485fba73dd6e9861536adf3b693b Mon Sep 17 00:00:00 2001 From: Michal Rokos Date: Tue, 4 Jun 2002 06:44:42 +0000 Subject: Initial revision --- lib/net/telnets.rb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'lib/net/telnets.rb') diff --git a/lib/net/telnets.rb b/lib/net/telnets.rb index d66815a..c7ecbd7 100644 --- a/lib/net/telnets.rb +++ b/lib/net/telnets.rb @@ -1,13 +1,19 @@ =begin += $RCSfile$ -- SSL/TLS enhancement for Net::Telnet. -= telnets.rb -- SSL/TLS enhancement for Net::Telnet. - += Info + 'OpenSSL for Ruby 2' project Copyright (C) 2001 GOTOU YUUZOU + All rights reserved. - $IPR: telnets.rb,v 1.5 2001/09/13 16:42:50 gotoyuzo Exp $ += Licence + This program is licenced under the same licence as Ruby. + (See the file 'LICENCE'.) - 2001/11/06: Contiributed to Ruby/OpenSSL project. += Version $Id$ + + 2001/11/06: Contiributed to Ruby/OpenSSL project. == class Net::Telnet @@ -45,7 +51,6 @@ Michal Rokos's OpenSSL module. }) This class is expected to be a superset of usual Net::Telnet. - =end require "net/telnet" -- cgit v1.2.3