From 510fe21487d84c76cc779749490c13f92a3312af Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 20 Mar 2000 15:14:39 +0000 Subject: [PATCH] - Mention `warranty;' in splash-screen instead of file COPYING. --- ginsh/ginsh_parser.yy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index 0fcafa2e..fdb9bffa 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -741,8 +741,8 @@ void greeting(void) cout << "ginsh - GiNaC Interactive Shell (" << PACKAGE << " V" << VERSION << ")" << endl; cout << " __, _______ Copyright (C) 1999-2000 Johannes Gutenberg University Mainz,\n" << " (__) * | Germany. This is free software with ABSOLUTELY NO WARRANTY.\n" - << " ._) i N a C | You are welcome to redistribute it under certain conditions;\n" - << "<-------------' see the file COPYING for details.\n" << endl; + << " ._) i N a C | You are welcome to redistribute it under certain conditions.\n" + << "<-------------' For details type `warranty;'.\n" << endl; cout << "Type ?? for a list of help topics." << endl; } -- 2.47.0