diff options
| author | mimaki <[email protected]> | 2012-04-23 11:46:16 +0900 |
|---|---|---|
| committer | mimaki <[email protected]> | 2012-04-23 11:46:16 +0900 |
| commit | 835443614d21b13b27af3674d7f8cb9bf49c298b (patch) | |
| tree | 8abce0109e097f1b49d6ba5c6a7c2ce26d841698 /src/struct.c | |
| parent | 1af5ac0ff473c3cbf2637932c31dfe2d4b13bfde (diff) | |
| download | mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.tar.gz mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.zip | |
add file header
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> |
