summaryrefslogtreecommitdiffhomepage
path: root/src/method.h
diff options
context:
space:
mode:
authormimaki <[email protected]>2012-04-23 11:46:16 +0900
committermimaki <[email protected]>2012-04-23 11:46:16 +0900
commit835443614d21b13b27af3674d7f8cb9bf49c298b (patch)
tree8abce0109e097f1b49d6ba5c6a7c2ce26d841698 /src/method.h
parent1af5ac0ff473c3cbf2637932c31dfe2d4b13bfde (diff)
downloadmruby-835443614d21b13b27af3674d7f8cb9bf49c298b.tar.gz
mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.zip
add file header
Diffstat (limited to 'src/method.h')
-rw-r--r--src/method.h14
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