summaryrefslogtreecommitdiffhomepage
path: root/src/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/numeric.c')
-rw-r--r--src/numeric.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/numeric.c b/src/numeric.c
index 135691644..2462e63df 100644
--- a/src/numeric.c
+++ b/src/numeric.c
@@ -1,13 +1,8 @@
-/**********************************************************************
-
- numeric.c -
-
- $Author: yugui $
- created at: Fri Aug 13 18:33:09 JST 1993
-
- Copyright (C) 1993-2007 Yukihiro Matsumoto
-
-**********************************************************************/
+/*
+** numeric.c - Numeric, Integer, Float, Fixnum class
+**
+** See Copyright Notice in mruby.h
+*/
#include "mruby.h"
#include "mruby/numeric.h"