X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_parser.ypp;h=ed43cc4a1bbcd262eee6d2d85ee7de8eba16bb5b;hp=f0f4c4481541a22503eb2f2621eae331dbac8be2;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hpb=39eceef41403ae77569110626f1fc957243228b7 diff --git a/ginsh/ginsh_parser.ypp b/ginsh/ginsh_parser.ypp index f0f4c448..ed43cc4a 100644 --- a/ginsh/ginsh_parser.ypp +++ b/ginsh/ginsh_parser.ypp @@ -4,7 +4,7 @@ * This file must be processed with yacc/bison. */ /* - * GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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 @@ -876,7 +876,7 @@ static void ginsh_readline_init(char* name) void greeting(void) { cout << "ginsh - GiNaC Interactive Shell (GiNaC V" << GINACLIB_VERSION << ")" << endl; - cout << " __, _______ Copyright (C) 1999-2018 Johannes Gutenberg University Mainz,\n" + cout << " __, _______ Copyright (C) 1999-2019 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;