summaryrefslogtreecommitdiffhomepage
path: root/src/pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.c')
-rw-r--r--src/pool.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pool.c b/src/pool.c
index 1a2bec642..9461ecf60 100644
--- a/src/pool.c
+++ b/src/pool.c
@@ -1,3 +1,9 @@
+/*
+** pool.c - memory pool
+**
+** See Copyright Notice in mruby.h
+*/
+
#include "pool.h"
#include <string.h>