X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_parser.ypp;h=2ef2408d25cd483e5b760f23881e6bc38ca78e92;hp=efb769925b1f4fdc6e7fdb404479d394c8c1b020;hb=e0a84a395ab1bf84813eea95fde9c8a361dae9bc;hpb=d722054bbb92b92b54b628d143824ff2f1b12821 diff --git a/ginsh/ginsh_parser.ypp b/ginsh/ginsh_parser.ypp index efb76992..2ef2408d 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-2011 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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 @@ -902,7 +902,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-2011 Johannes Gutenberg University Mainz,\n" + cout << " __, _______ Copyright (C) 1999-2015 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;