Modified: MacRuby/branches/experimental/io.c (1242 => 1243)
--- 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"