diff options
Diffstat (limited to 'src/struct.c')
| -rw-r--r-- | src/struct.c | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/struct.c b/src/struct.c index 9af6e2ee4..cebbf0bda 100644 --- a/src/struct.c +++ b/src/struct.c @@ -1,13 +1,8 @@ -/********************************************************************** - - struct.c - - - $Author: marcandre $ - created at: Tue Mar 22 18:44:30 JST 1995 - - Copyright (C) 1993-2007 Yukihiro Matsumoto - -**********************************************************************/ +/* +** struct.c - Struct class +** +** See Copyright Notice in mruby.h +*/ #include "mruby.h" #include <string.h> |
