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/method.h | |
| parent | 1af5ac0ff473c3cbf2637932c31dfe2d4b13bfde (diff) | |
| download | mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.tar.gz mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.zip | |
add file header
Diffstat (limited to 'src/method.h')
| -rw-r--r-- | src/method.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/method.h b/src/method.h index 3591917a2..0856ffa8b 100644 --- a/src/method.h +++ b/src/method.h @@ -1,13 +1,9 @@ -/********************************************************************** +/* +** method.h - method structures and functions +** +** See Copyright Notice in mruby.h +*/ - method.h - - - $Author: ko1 $ - created at: Wed Jul 15 20:02:33 2009 - - Copyright (C) 2009 Koichi Sasada - -**********************************************************************/ #ifndef METHOD_H #define METHOD_H |
