From: Richard Kreckel Date: Mon, 20 Mar 2000 15:14:39 +0000 (+0000) Subject: - Mention `warranty;' in splash-screen instead of file COPYING. X-Git-Tag: release_0-6-0~62 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=510fe21487d84c76cc779749490c13f92a3312af - Mention `warranty;' in splash-screen instead of file COPYING. --- 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; }