From 92b190fa24e1997bb2c39e8b233375a9db69af8e Mon Sep 17 00:00:00 2001 From: tadf Date: Tue, 23 Nov 2010 14:36:37 +0000 Subject: [PATCH] fixed very important banners. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dln_find.c | 2 +- safe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dln_find.c b/dln_find.c index 728ace86d3..305a7f2b7c 100644 --- a/dln_find.c +++ b/dln_find.c @@ -1,6 +1,6 @@ /********************************************************************** - dln.c - + dln_find.c - $Author$ created at: Tue Jan 18 17:05:06 JST 1994 diff --git a/safe.c b/safe.c index bb725e1394..e2ed5979d2 100644 --- a/safe.c +++ b/safe.c @@ -1,6 +1,6 @@ /********************************************************************** - eval.c - + safe.c - $Author$ created at: Tue Sep 23 09:44:32 JST 2008