[macruby-changes] [1243] MacRuby/branches/experimental/io.c

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 28 20:31:41 PDT 2009


Revision: 1243
          http://trac.macosforge.org/projects/ruby/changeset/1243
Author:   lsansonetti at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090328/12fffd7e/attachment.html>


More information about the macruby-changes mailing list