X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_parser.yy;h=12aa103acd008366daec050b81844b2eb7e95e5e;hp=dcb24ab8cf094d32c980dba041361d7535d1fc4f;hb=5301761acbe2eec0fb6f16d3d0568a01d28dafa5;hpb=8c33411c58487a9fcb761c3367ce78d38edc07e3 diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index dcb24ab8..12aa103a 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -4,7 +4,7 @@ * This file must be processed with yacc/bison. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -786,7 +786,7 @@ static char **fcn_completion(const char *text, int start, int end) void greeting(void) { cout << "ginsh - GiNaC Interactive Shell (" << PACKAGE << " V" << VERSION << ")" << endl; - cout << " __, _______ Copyright (C) 1999-2001 Johannes Gutenberg University Mainz,\n" + cout << " __, _______ Copyright (C) 1999-2002 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" << "<-------------' For details type `warranty;'.\n" << endl;