From 90eb265f8686a5ea14cf6c745600361300b84e4f Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 6 Feb 2013 20:51:56 +0000 Subject: * doc/pty/README: Remove static documentation file * ext/pty/pty.c: Add License to PTY module overview git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ext/pty/pty.c') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 7ea2e1aaf5..359e5bff1a 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -708,6 +708,19 @@ static VALUE cPTY; * * Creates and managed pseudo terminals (PTYs). See also * http://en.wikipedia.org/wiki/Pseudo_terminal + * + * == License + * + * C) Copyright 1998 by Akinori Ito. + * + * This software may be redistributed freely for this purpose, in full + * or in part, provided that this entire copyright notice is included + * on any copies of this software and applications and derivations thereof. + * + * This software is provided on an "as is" basis, without warranty of any + * kind, either expressed or implied, as to any matter including, but not + * limited to warranty of fitness of purpose, or merchantability, or + * results obtained from use of this software. */ void -- cgit v1.2.3