Revision: 1243 http://trac.macosforge.org/projects/ruby/changeset/1243 Author: lsansonetti@apple.com Date: 2009-03-28 20:31:28 -0700 (Sat, 28 Mar 2009) Log Message: ----------- fix header Modified Paths: -------------- MacRuby/branches/experimental/io.c Modified: MacRuby/branches/experimental/io.c =================================================================== --- MacRuby/branches/experimental/io.c 2009-03-29 00:26:20 UTC (rev 1242) +++ MacRuby/branches/experimental/io.c 2009-03-29 03:31:28 UTC (rev 1243) @@ -1,16 +1,14 @@ - /********************************************************************** +/* + * MacRuby implementation of Ruby 1.9's io.c. + * + * This file is covered by the Ruby license. See COPYING for more details. + * + * Copyright (C) 2007-2008 Apple Inc. All rights reserved. + * Copyright (C) 1993-2007 Yukihiro Matsumoto + * Copyright (C) 2000 Network Applied Communication Laboratory, Inc. + * Copyright (C) 2000 Information-technology Promotion Agency, Japan + */ - io.c - - - $Author: mame $ - created at: Fri Oct 15 18:08:59 JST 1993 - - Copyright (C) 1993-2007 Yukihiro Matsumoto - Copyright (C) 2000 Network Applied Communication Laboratory, Inc. - Copyright (C) 2000 Information-technology Promotion Agency, Japan - -**********************************************************************/ - #include "ruby/ruby.h" #include "ruby/io.h" #include "ruby/signal.h"
participants (1)
-
source_changes@macosforge.org