From 817a62de81d75c73cceb453301ef27b094f17c14 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 May 2000 09:42:38 +0000 Subject: 2000-05-01 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- struct.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'struct.c') diff --git a/struct.c b/struct.c index 1106054ff..f066d737f 100644 --- a/struct.c +++ b/struct.c @@ -1,4 +1,4 @@ -/************************************************ +/********************************************************************** struct.c - @@ -6,7 +6,9 @@ $Date$ created at: Tue Mar 22 18:44:30 JST 1995 -************************************************/ + Copyright (C) 1993-2000 Yukihiro Matsumoto + +**********************************************************************/ #include "ruby.h" -- cgit